* ld-mmix/x.s, ld-mmix/y.s, ld-mmix/zeroeh.ld,
[deliverable/binutils-gdb.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) }
 }
This page took 0.035961 seconds and 4 git commands to generate.