CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2017/07/01 12:00:03
Modified files: gnu/usr.bin/binutils-2.17/ld/emulparams: armelf_obsd.sh elf32bmip.sh elf32bmipn32-defs.sh elf32ppc.sh elf32ppc_obsd.sh elf64_sparc_obsd.sh elf64alpha.sh elf64btsmip_obsd.sh elf64ltsmip_obsd.sh elf_i386_obsd.sh elf_x86_64_obsd.sh hppaobsd.sh shelf_obsd.sh gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc Log message: provide both TRAP and NOP values for our architectures, then change elf.sc to FILL .text segment with TRAP. .init/.fini remain NOP FILL. It is possible that some of these TRAP values aren't perfect yet, but they can be changed. When doing so also change the ld.script and gap.o TRAP value. discussions with mortimer, ok kettenis