Use bfd_alloc for compressed section contents
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / got-local-ref.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 .word 0
6 movab bar_hidden, %r0
7 movab bar_visible, %r1
8 movab baz, %r2
9 ret
10 .size foo, . - foo
This page took 0.034672 seconds and 4 git commands to generate.