Add .jcr section mapping.
authorNick Clifton <nickc@redhat.com>
Wed, 16 Apr 2003 11:53:46 +0000 (11:53 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 16 Apr 2003 11:53:46 +0000 (11:53 +0000)
ld/ChangeLog
ld/scripttempl/xstormy16.sc

index ecc263b7b2b44289f05add8b9e8698588f733c3f..76323c210fe67719b637888cab2a1b2f6b9f56f6 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-16  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/xstormy16.sc: Add .jcr section mapping.
+
 2003-04-15  H.J. Lu <hjl@gnu.org>
 
        From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
index 94f6093191a8fbd7550f18e46e4a8c005042daa8..6d4210e8a2de3260b005e7ccbf021c4294300828 100644 (file)
@@ -155,6 +155,7 @@ SECTIONS
   .rodata ${RELOCATING-0} : { *(.rodata) ${RELOCATING+*(.rodata.*)} ${RELOCATING+*(.gnu.linkonce.r.*)} } > ROM
   ${RELOCATING+${CTOR}}
   ${RELOCATING+${DTOR}}
+  .jcr : { KEEP (*(.jcr)) } > ROM
   .eh_frame : { KEEP (*(.eh_frame)) } > ROM
   .gcc_except_table : { *(.gcc_except_table) } > ROM
   .plt : { *(.plt) } > ROM
This page took 0.033688 seconds and 4 git commands to generate.