mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
elf: Add .relr.dyn to special_sections_r
* elf.c (special_sections_r): Add .relr.dyn.
This commit is contained in:
@ -2714,6 +2714,7 @@ static const struct bfd_elf_special_section special_sections_r[] =
|
||||
{
|
||||
{ STRING_COMMA_LEN (".rodata"), -2, SHT_PROGBITS, SHF_ALLOC },
|
||||
{ STRING_COMMA_LEN (".rodata1"), 0, SHT_PROGBITS, SHF_ALLOC },
|
||||
{ STRING_COMMA_LEN (".relr.dyn"), 0, SHT_RELR, SHF_ALLOC },
|
||||
{ STRING_COMMA_LEN (".rela"), -1, SHT_RELA, 0 },
|
||||
{ STRING_COMMA_LEN (".rel"), -1, SHT_REL, 0 },
|
||||
{ NULL, 0, 0, 0, 0 }
|
||||
|
Reference in New Issue
Block a user