mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
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:
parent
29b5074f3a
commit
5a91f93b98
@ -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. */
|
||||
|
||||
|
@ -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*-*-*"]
|
||||
|
Loading…
Reference in New Issue
Block a user