Use bfd_alloc for compressed section contents
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-call.s
CommitLineData
1581972d
MR
1 .text
2 .globl foo
3 .type foo, @function
4foo:
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.092349 seconds and 4 git commands to generate.