PERFORCE change 116026 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Sat Mar 17 13:52:52 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=116026
Change 116026 by gonzo at 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
More information about the p4-projects
mailing list