CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/04 12:07:54
Modified files:
libexec/ld.so/mips64: archdep.h
Log message:
Remove bogus mprotect call from RELOC_REL() - this macro is used to relocate
ld.so itself only, and ld.so on mips only has relocations in the .data section,
which is writable.
