summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/local1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/local1.s')
-rw-r--r--ld/testsuite/ld-elf/local1.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/local1.s b/ld/testsuite/ld-elf/local1.s
new file mode 100644
index 0000000..0122efa
--- /dev/null
+++ b/ld/testsuite/ld-elf/local1.s
@@ -0,0 +1,6 @@
+ .globl foo
+ .protected foo
+ .type foo,%object
+ .data
+foo:
+ .long 0