]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ld: Support RELRO in aarch64-elf target users/roland/aarch64-elf-relro
authorRoland McGrath <mcgrathr@google.com>
Fri, 21 Mar 2025 02:17:20 +0000 (19:17 -0700)
committerRoland McGrath <mcgrathr@google.com>
Fri, 21 Mar 2025 02:17:20 +0000 (19:17 -0700)
commit0bafa89eba0af93f1bcf31a36d99bdfd21e1dbcc
tree3f28ae059441d14189c04803ab98d6dc9a4078d8
parentf3816fbcf8ce6412ac16a820a56e13944fa703bc
ld: Support RELRO in aarch64-elf target

Other *-elf targets set COMMONPAGESIZE in emulparams/*.sh and so
enable `-z relro` and related features.  Make aarch64-elf match.
There is no reason to think that a "generic ELF" target should
have any particular set of features disabled.
ld/emulparams/aarch64elf.sh
ld/emulparams/aarch64elf32.sh