aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-linkonce/zeroeh.ld
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-09-29 13:01:17 +0000
committerHans-Peter Nilsson <hp@axis.com>2001-09-29 13:01:17 +0000
commit8e13f7b1f9e7a108fb134d24e0b1bc226f01c4c5 (patch)
treed88f61592612ae70278c3f6fe6b4db8da6dfdb31 /ld/testsuite/ld-linkonce/zeroeh.ld
parent4818e05fe52eb069d4ae6b306a31b5ecf0e1a6fd (diff)
downloadbinutils-8e13f7b1f9e7a108fb134d24e0b1bc226f01c4c5.zip
binutils-8e13f7b1f9e7a108fb134d24e0b1bc226f01c4c5.tar.gz
binutils-8e13f7b1f9e7a108fb134d24e0b1bc226f01c4c5.tar.bz2
* ld-linkonce/linkonce.exp: New file.
* ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld, ld-linkonce/zeroehl32.d: New test.
Diffstat (limited to 'ld/testsuite/ld-linkonce/zeroeh.ld')
-rw-r--r--ld/testsuite/ld-linkonce/zeroeh.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-linkonce/zeroeh.ld b/ld/testsuite/ld-linkonce/zeroeh.ld
new file mode 100644
index 0000000..6550c17
--- /dev/null
+++ b/ld/testsuite/ld-linkonce/zeroeh.ld
@@ -0,0 +1,4 @@
+SECTIONS {
+ .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
+ .eh_frame 0x2000 : { *(.eh_frame) }
+}