* scriptempl/v850.sc (zdata): Make sure this stays
authorJeff Law <law@redhat.com>
Wed, 23 Oct 1996 22:18:55 +0000 (22:18 +0000)
committerJeff Law <law@redhat.com>
Wed, 23 Oct 1996 22:18:55 +0000 (22:18 +0000)
        in lo-memory.
zda testing.

ld/ChangeLog
ld/scripttempl/v850.sc

index 559999f52e744d0639826814b13039340d7b0911..d1392323118159830d412b087ba03c9b960e161b 100644 (file)
@@ -1,4 +1,9 @@
 start-sanitize-v850
+Wed Oct 23 16:17:22 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * scriptempl/v850.sc (zdata): Make sure this stays
+       in lo-memory.
+
 Tue Oct 22 11:36:47 1996  Jeffrey A Law  (law@cygnus.com)
 
        * scripttempl/v850.sc (__ep): Put it at the start
index ee5d15e3cfecf189ace29a5c4cdeb96efb85865a..6e83dc7955914fca46d570f1afb36ad7dd41aff7 100644 (file)
@@ -35,8 +35,8 @@ SECTIONS
   .rela.plt      : { *(.rela.plt)              }
   .init          : { *(.init)  } =0
   .plt      : { *(.plt)        }
-  . = 0x100000;
   .zdata    : { *(.zdata) *(.zrodata) *(.zbss*) }
+  . = 0x100000;
   .text      :
   {
     *(.text)
This page took 0.031153 seconds and 4 git commands to generate.