]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 10 Sep 2003 20:48:32 +0000 (20:48 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 10 Sep 2003 20:48:32 +0000 (20:48 +0000)
* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.

bfd/ChangeLog
bfd/elfxx-ia64.c

index c8ebc9111c9a7d50b70f96d51c6ef98906659555..a2f8f86e2c9edebb2dfb90c9a1356bd8c5175bfa 100644 (file)
@@ -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>
            Randolph Chung      <randolph@tausq.org>
 
index 8c372405360437aeb3d8129b1821815824caf07e..47f457594d56bdaf0e0f77fe527fae0020d8de3b 100644 (file)
@@ -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 }