]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mmix/zeroeh.ld
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-mmix / zeroeh.ld
index 6550c17db9c22450f50cd9d2e853f9b63705a19d..efdab4d252c252f02365d5d5599f1c7a487147b5 100644 (file)
@@ -1,4 +1,4 @@
 SECTIONS {
  .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
- .eh_frame 0x2000 : { *(.eh_frame) }
+ .gcc_except_table 0x2000 : { *(.gcc_except_table) }
 }