CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/09 07:36:39
Modified files:
gnu/usr.bin/binutils-2.17/ld: lexsup.c
gnu/usr.bin/binutils-2.17/bfd: elf.c
gnu/usr.bin/binutils-2.17/include: bfdlink.h
Log message:
Implement --execute-only (and turn --no-execute-only from a no-op into an
options that does the opposite).
Note that this option is likely to be ineffective without changes to the
linker scripts. A change that adjusts the hppa linker scripts will follow
shortly. Other architectures will need some work.
ok deraadt@