* scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
authorGeoffrey Keating <geoffk@geoffk.org>
Tue, 28 Sep 1999 04:16:51 +0000 (04:16 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Tue, 28 Sep 1999 04:16:51 +0000 (04:16 +0000)
in .sdata too.

ld/ChangeLog
ld/scripttempl/elf.sc

index 81b0062a33ba45e80804346b463c942dbdf1ea09..64cbbef00da73febaf3fb203b55661d7fbc3d381 100644 (file)
@@ -1,3 +1,8 @@
+1999-09-28  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
+       in .sdata too.
+
 1999-09-26  Nick Clifton  <nickc@cygnus.com>
 
        * scripttempl/elf.sc (.bss): Accept sections named .bss.*
index c59c58280c1332f94cc6fc6f43f37b6226a26cf2..57a825be257d480bcc86fb28418b88f93a270144 100644 (file)
@@ -232,7 +232,7 @@ SECTIONS
   /* We want the small data sections together, so single-instruction offsets
      can access them all, and initialized data all before uninitialized, so
      we can shorten the on-disk segment size.  */
-  .sdata   ${RELOCATING-0} : { *(.sdata) *(.sdata.*) }
+  .sdata   ${RELOCATING-0} : { *(.sdata) *(.sdata.*) *(.gnu.linkonce.s.*) }
   ${RELOCATING+${OTHER_GOT_SECTIONS}}
   ${RELOCATING+_edata = .;}
   ${RELOCATING+PROVIDE (edata = .);}
This page took 0.037382 seconds and 4 git commands to generate.