From: H.J. Lu Date: Wed, 10 Sep 2003 20:48:32 +0000 (+0000) Subject: 2003-09-10 H.J. Lu X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d66a07412aa25b292e2c3fd8975d3f7edf1d55f3;p=pf3gnuchains%2Fpf3gnuchains3x.git 2003-09-10 H.J. Lu * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections started with ".sbss" or "".sdata" as SHF_IA_64_SHORT. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c8ebc9111c..a2f8f86e2c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-09-10 H.J. Lu + + * 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 Randolph Chung diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 8c37240536..47f457594d 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -4748,9 +4748,9 @@ elfNN_ia64_reloc_type_class (rela) 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 }, - { ".sdata", 0, NULL, 0, + { ".sdata", 6, NULL, 0, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_IA_64_SHORT }, { NULL, 0, NULL, 0, 0, 0 }