summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-vax-elf/export-class-data.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-vax-elf/export-class-data.s')
-rw-r--r--ld/testsuite/ld-vax-elf/export-class-data.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-vax-elf/export-class-data.s b/ld/testsuite/ld-vax-elf/export-class-data.s
new file mode 100644
index 0000000..fd7edf9
--- /dev/null
+++ b/ld/testsuite/ld-vax-elf/export-class-data.s
@@ -0,0 +1,10 @@
+ .text
+ .globl foo
+ .type foo, @function
+foo:
+ .word 0
+ movab protected_foo, %r0
+ movab hidden_foo, %r0
+ movab internal_foo, %r0
+ ret
+ .size foo, . - foo