aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/expdref4.s
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2009-01-19 17:33:26 +0000
committerHans-Peter Nilsson <hp@axis.com>2009-01-19 17:33:26 +0000
commit63f2573fe476336550cf141d09a62bc1a349eba2 (patch)
tree3ef1faf51e4b4473ed3ac265433c40e63995a40e /ld/testsuite/ld-cris/expdref4.s
parent451ffe6311473a8d39ae45944c7fa97f3fbc0ed9 (diff)
downloadgdb-63f2573fe476336550cf141d09a62bc1a349eba2.zip
gdb-63f2573fe476336550cf141d09a62bc1a349eba2.tar.gz
gdb-63f2573fe476336550cf141d09a62bc1a349eba2.tar.bz2
* ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
ld-cris/weakref4.d: New tests. * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
Diffstat (limited to 'ld/testsuite/ld-cris/expdref4.s')
-rw-r--r--ld/testsuite/ld-cris/expdref4.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/expdref4.s b/ld/testsuite/ld-cris/expdref4.s
new file mode 100644
index 0000000..e639039
--- /dev/null
+++ b/ld/testsuite/ld-cris/expdref4.s
@@ -0,0 +1,7 @@
+ .data
+ .global x
+ .type x,@object
+x:
+ .dword expobj2
+.Lfe1:
+ .size x,.Lfe1-x