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.
This commit is contained in:
Alan Modra 2022-05-07 13:36:15 +09:30
parent 29b5074f3a
commit 5a91f93b98
2 changed files with 1 additions and 5 deletions

View File

@ -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. */

View File

@ -182,11 +182,10 @@ if { [check_gc_sections_available] && ![istarget "v850-*-*"] } {
proc target_defaults_to_execstack {} {
if { [istarget "aarch64*-*-*"]
|| [istarget "arm-*-*"]
|| [istarget "arm*-*-*"]
|| [istarget "*-*-nacl"]
|| [istarget "arc*-*-*"]
|| [istarget "ia64*-*-*"]
|| [istarget "loongarch*-*-*"]
|| [istarget "nios2*-*-*"]
|| [istarget "powerpc64*-*-*"]
|| [istarget "riscv*-*-*"]