From "Anita Kulkarni" <AnitaK@kpit.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 25 Sep 2002 17:06:09 +0000 (17:06 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 25 Sep 2002 17:06:09 +0000 (17:06 +0000)
        * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
        sections.

ld/ChangeLog
ld/scripttempl/sh.sc

index 6eff379..8bec409 100644 (file)
@@ -1,3 +1,9 @@
+2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
+
+       From "Anita Kulkarni" <AnitaK@kpit.com>
+       * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
+       sections.
+
 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
 
        * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
index 036dd21..e7f049f 100644 (file)
@@ -29,6 +29,11 @@ SECTIONS
   .data :
   {
     *(.data)
+    ${RELOCATING+*(.gcc_exc*)}
+    ${RELOCATING+___EH_FRAME_BEGIN__ = . ;}
+    ${RELOCATING+*(.eh_fram*)}
+    ${RELOCATING+___EH_FRAME_END__ = . ;}
+    ${RELOCATING+LONG(0);}
     ${RELOCATING+ _edata = . ; }
   } ${RELOCATING+ > ram}
   .bss :