mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
LoongArch: Set defaults to exec stack 0.
This commit is contained in:
@ -132,6 +132,7 @@ struct loongarch_elf_link_hash_table
|
|||||||
|
|
||||||
#define elf_backend_want_dynrelro 1
|
#define elf_backend_want_dynrelro 1
|
||||||
#define elf_backend_rela_normal 1
|
#define elf_backend_rela_normal 1
|
||||||
|
#define elf_backend_default_execstack 0
|
||||||
|
|
||||||
/* Generate a PLT header. */
|
/* Generate a PLT header. */
|
||||||
|
|
||||||
|
@ -184,6 +184,7 @@ proc target_defaults_to_execstack {} {
|
|||||||
|| [istarget "arc*-*-*"]
|
|| [istarget "arc*-*-*"]
|
||||||
|| [istarget "cris*-*-*"]
|
|| [istarget "cris*-*-*"]
|
||||||
|| [istarget "ia64*-*-*"]
|
|| [istarget "ia64*-*-*"]
|
||||||
|
|| [istarget "loongarch*-*-*"]
|
||||||
|| [istarget "nios2*-*-*"]
|
|| [istarget "nios2*-*-*"]
|
||||||
|| [istarget "powerpc64*-*-*"]
|
|| [istarget "powerpc64*-*-*"]
|
||||||
|| [istarget "riscv*-*-*"]
|
|| [istarget "riscv*-*-*"]
|
||||||
|
Reference in New Issue
Block a user