gdb/configure.ac: remove elf_hp.h check
[binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-data.s
blobfd7edf9b74fc7fae5a77ed9d5fc59f3e2362ed0b
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 .word 0
6 movab protected_foo, %r0
7 movab hidden_foo, %r0
8 movab internal_foo, %r0
9 ret
10 .size foo, . - foo