aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-05-07 13:36:15 +0930
committerAlan Modra <amodra@gmail.com>2022-05-07 15:15:20 +0930
commit5a91f93b983184c64b3a9332f5f4339d17941d76 (patch)
treef700971bf5776e270e3b3f21237366d87ca9eb7f /bfd
parent29b5074f3abe0024c0888907333bcf5c2122f0b6 (diff)
downloadgdb-5a91f93b983184c64b3a9332f5f4339d17941d76.zip
gdb-5a91f93b983184c64b3a9332f5f4339d17941d76.tar.gz
gdb-5a91f93b983184c64b3a9332f5f4339d17941d76.tar.bz2
Re: Fix new linker testsuite failures due to rwx segment test problems
Fix it some more. bfd/ * elfnn-loongarch.c: Remove commented out elf_backend_* defines. ld/ * testsuite/ld-elf/elf.exp (target_defaults_to_execstack): Match arm*. Delete loongarch.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elfnn-loongarch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elfnn-loongarch.c b/bfd/elfnn-loongarch.c
index 307757f..5b44901 100644
--- a/bfd/elfnn-loongarch.c
+++ b/bfd/elfnn-loongarch.c
@@ -125,14 +125,11 @@ struct loongarch_elf_link_hash_table
#define elf_backend_want_plt_sym 0
#define elf_backend_plt_alignment 4
#define elf_backend_can_gc_sections 1
-/* #define elf_backend_can_refcount 1 */
#define elf_backend_want_got_sym 1
#define elf_backend_got_header_size (GOT_ENTRY_SIZE * 1)
#define elf_backend_want_dynrelro 1
-/* #define elf_backend_rela_normal 1
-#define elf_backend_default_execstack 0 */
/* Generate a PLT header. */