mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
|
||||||
|
started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
|
||||||
|
|
||||||
2003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
|
2003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
|
||||||
Randolph Chung <randolph@tausq.org>
|
Randolph Chung <randolph@tausq.org>
|
||||||
|
|
||||||
|
@ -4748,9 +4748,9 @@ elfNN_ia64_reloc_type_class (rela)
|
|||||||
|
|
||||||
static struct bfd_elf_special_section const elfNN_ia64_special_sections[]=
|
static struct bfd_elf_special_section const elfNN_ia64_special_sections[]=
|
||||||
{
|
{
|
||||||
{ ".sbss", 0, NULL, 0,
|
{ ".sbss", 5, NULL, 0,
|
||||||
SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT },
|
SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT },
|
||||||
{ ".sdata", 0, NULL, 0,
|
{ ".sdata", 6, NULL, 0,
|
||||||
SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT },
|
SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT },
|
||||||
{ NULL, 0, NULL, 0,
|
{ NULL, 0, NULL, 0,
|
||||||
0, 0 }
|
0, 0 }
|
||||||
|
Reference in New Issue
Block a user