summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-sh/refdbglib.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-sh/refdbglib.s')
-rw-r--r--ld/testsuite/ld-sh/refdbglib.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/refdbglib.s b/ld/testsuite/ld-sh/refdbglib.s
new file mode 100644
index 0000000..31244ac
--- /dev/null
+++ b/ld/testsuite/ld-sh/refdbglib.s
@@ -0,0 +1,8 @@
+ .text
+ .global foo
+ .data
+ .align 2
+ .type foo, @object
+ .size foo, 4
+foo:
+ .long 1