summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/zeroeh.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mmix/zeroeh.ld')
-rw-r--r--ld/testsuite/ld-mmix/zeroeh.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/zeroeh.ld b/ld/testsuite/ld-mmix/zeroeh.ld
new file mode 100644
index 00000000000..6550c17db9c
--- /dev/null
+++ b/ld/testsuite/ld-mmix/zeroeh.ld
@@ -0,0 +1,4 @@
+SECTIONS {
+ .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
+ .eh_frame 0x2000 : { *(.eh_frame) }
+}