CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/08/10 14:54:35
Modified files: gnu/usr.bin/binutils-2.17/ld: ldmain.c gnu/usr.bin/binutils-2.17/ld/emulparams: elf64btsmip_obsd.sh elf64ltsmip_obsd.sh Log message: auto-dope-slap: mips64 has 16K pages, not 4K. With that fixed, enable RELRO Per feedback from kettenis@, Miod, and deraadt@, the padding between text and rodata will be retained for consistency with other archs, to minimize reliance on the R4000 EOP bug workaround, and to enable possible future work. ok deraadt@