]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* scriptempl/v850.sc: Move all "normal" sections into
authorJeff Law <law@redhat.com>
Tue, 22 Oct 1996 17:45:57 +0000 (17:45 +0000)
committerJeff Law <law@redhat.com>
Tue, 22 Oct 1996 17:45:57 +0000 (17:45 +0000)
        the external memory region (0x100000 - 0x200000).
So plumhall works again (hopefully).

ld/ChangeLog
ld/scripttempl/v850.sc

index a8065912fe6788b0d3145d8fe8911a33d949c135..50415d8b869cfd337cb7b37d65e1f4f5c65c7c58 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-v850
+Tue Oct 22 11:36:47 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * scriptempl/v850.sc: Move all "normal" sections into
+       the external memory region (0x100000 - 0x200000).
+
+end-sanitize-v850
 start-sanitize-d10v
 Mon Oct 21 17:16:59 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
 
index c19d4f2f081c905ec689dae51336887682cfc3d1..4398a76a30aca95d3ea41b30b4fa2a0686554cb7 100644 (file)
@@ -35,6 +35,7 @@ SECTIONS
   .rela.plt      : { *(.rela.plt)              }
   .init          : { *(.init)  } =0
   .plt      : { *(.plt)        }
+  . = 0x100000;
   .zdata    : { *(.zdata) *(.zrodata) *(.zbss*) }
   .text      :
   {
@@ -50,7 +51,6 @@ SECTIONS
   .rodata1   : { *(.rodata1) }
   /* Adjust the address for the data segment.  We want to adjust up to
      the same address within the page on the next page up.  */
-  . = 0x100000;
   .data    :
   {
     *(.data)