* scripttempl/elfd30v.sc: Place .gcc_except_table.
authorRichard Henderson <rth@redhat.com>
Fri, 21 Apr 2000 17:29:15 +0000 (17:29 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 21 Apr 2000 17:29:15 +0000 (17:29 +0000)
ld/ChangeLog
ld/scripttempl/elfd30v.sc

index 5d89c59b01f558315f96080067ba31bf82eac796..e46704a5cac94e79cdd910606f2b8776f6deedc6 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-21  Richard Henderson  <rth@cygnus.com>
+
+       * scripttempl/elfd30v.sc: Place .gcc_except_table.
+
 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
 
        * dep-in.sed: Match space at start of file name, not at end.
index 0ff928345be21c56be4e1c274e84fbac61ec85c0..aecc3e5c37495f9293bfe5be7dc10993094c413f 100644 (file)
@@ -122,6 +122,7 @@ SECTIONS
 
   /* C++ exception support.  */
   .eh_frame    ${RELOCATING-0} : { *(.eh_frame) }      ${RELOCATING+ > ${DATA_MEMORY}}
+  .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } ${RELOCATING+ > ${DATA_MEMORY}}
 
   ${RELOCATING+${CTOR}}
   ${RELOCATING+${DTOR}}
This page took 0.030927 seconds and 4 git commands to generate.