]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add .tbyte and .tbss sections
authorMichael Meissner <gnu@the-meissners.org>
Mon, 30 Dec 1996 18:57:36 +0000 (18:57 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Mon, 30 Dec 1996 18:57:36 +0000 (18:57 +0000)
ld/ChangeLog
ld/scripttempl/v850.sc

index 03d437ff072a528b72d0bf9b76aa15d30378bfa0..3d22210f3674c7cece2f7f933ba2e3177986c44a 100644 (file)
@@ -1,3 +1,9 @@
+start-sanitize-v850
+Mon Dec 30 13:55:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections.
+
+end-sanitize-v850
 Wed Dec 18 22:57:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * mpw-make.sed: Use NewFolderRecursive for installation.
index 1f6ddf0f34bbe058ec82abbc8d858c76b4f0a706..a1c4ff571dc571ac2e5d5e8b969c683a77bf66c6 100644 (file)
@@ -85,7 +85,9 @@ SECTIONS
 
   .tdata ${TDATA_START_ADDR} : {
        ${RELOCATING+PROVIDE (__ep = .);}
+       *(.tbyte)
        *(.tdata)
+       *(.tbss)
   }
 
   /* We want the small data sections together, so single-instruction offsets