Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2007 13:52:51 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 116026 for review
Message-ID:  <200703171352.l2HDqpFn050392@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=116026

Change 116026 by gonzo@gonzo_jeeves on 2007/03/17 13:52:19

	o Does not handle DT_MIPS_RLD_MAP on the moment - looks like rtld
	    tries to write to R/O section without mprotect call.

Affected files ...

.. //depot/projects/mips2/src/libexec/rtld-elf/rtld.c#3 edit

Differences ...

==== //depot/projects/mips2/src/libexec/rtld-elf/rtld.c#3 (text+ko) ====

@@ -749,9 +749,11 @@
 		break;
 
 	case DT_MIPS_RLD_MAP:
+#ifdef notyet
 		if (!early)
 			dbg("Filling in DT_DEBUG entry");
 		((Elf_Dyn*)dynp)->d_un.d_ptr = (Elf_Addr) &r_debug;
+#endif
 		break;
 #endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703171352.l2HDqpFn050392>