projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
643b126
)
elf: Add .relr.dyn to special_sections_r
author
H.J. Lu
<hjl.tools@gmail.com>
Mon, 3 Jan 2022 13:51:05 +0000
(
05:51
-0800)
committer
H.J. Lu
<hjl.tools@gmail.com>
Wed, 12 Jan 2022 13:14:26 +0000
(
05:14
-0800)
* elf.c (special_sections_r): Add .relr.dyn.
bfd/elf.c
patch
|
blob
|
history
diff --git
a/bfd/elf.c
b/bfd/elf.c
index 1003bd2cdbedba3a3849a4a421f10cb45574325c..ef0d18105babb5276d5de4d7eab7df5a054ab103 100644
(file)
--- a/
bfd/elf.c
+++ b/
bfd/elf.c
@@
-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 }