CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/01/13 22:24:07
Modified files: libexec/ld.so/mips64: ldasm.S Log message: Do not bogusly attempt to mprotect ld.so's .rodata area RW at bootstrap time: the logic is wrong, and there are no relocations to apply to .rodata anyway. ok jsing@ kettenis@