x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / zeroeh.ld
index 6550c17db9c22450f50cd9d2e853f9b63705a19d..f89855a08f9b5d7fe094db57cda42bbdc77ea34e 100644 (file)
@@ -1,4 +1,6 @@
 SECTIONS {
  .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
- .eh_frame 0x2000 : { *(.eh_frame) }
+ .gcc_except_table 0x2000 : { *(.gcc_except_table) }
+ .eh_frame 0x4000 : { *(.eh_frame) }
+  /DISCARD/ : { *(.note.gnu.property) }
 }
This page took 0.02693 seconds and 4 git commands to generate.