Remove restriction on skipping some linker tests because their default image base...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-call.s
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
This page took 0.029806 seconds and 4 git commands to generate.