]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* scripttempl/v850.sc (__ep): Put it at the start
authorJeff Law <law@redhat.com>
Wed, 23 Oct 1996 03:19:16 +0000 (03:19 +0000)
committerJeff Law <law@redhat.com>
Wed, 23 Oct 1996 03:19:16 +0000 (03:19 +0000)
        of the tda section.
v850.

ld/ChangeLog
ld/scripttempl/v850.sc

index 50415d8b869cfd337cb7b37d65e1f4f5c65c7c58..559999f52e744d0639826814b13039340d7b0911 100644 (file)
@@ -1,6 +1,9 @@
 start-sanitize-v850
 Tue Oct 22 11:36:47 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * scripttempl/v850.sc (__ep): Put it at the start
+       of the tda section.
+
        * scriptempl/v850.sc: Move all "normal" sections into
        the external memory region (0x100000 - 0x200000).
 
index 4398a76a30aca95d3ea41b30b4fa2a0686554cb7..ee5d15e3cfecf189ace29a5c4cdeb96efb85865a 100644 (file)
@@ -72,7 +72,7 @@ SECTIONS
   }
   .got           : { *(.got.plt) *(.got) }
   .dynamic       : { *(.dynamic) }
-  ${RELOCATING+ __ep = ALIGN (4) + 0x80;}
+  ${RELOCATING+ __ep = ALIGN (4);}
   .tdata     : { *(.tdata) }
   /* We want the small data sections together, so single-instruction offsets
      can access them all, and initialized data all before uninitialized, so