[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-call.s
blob14640450e6c1cc136b6b3adbc921a18ac065789e
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 .word 0
6 calls $0, protected_foo
7 calls $0, hidden_foo
8 calls $0, internal_foo
9 ret
10 .size foo, . - foo