Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / export-class-data.s
CommitLineData
1581972d
MR
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 .word 0
6 movab protected_foo, %r0
7 movab hidden_foo, %r0
8 movab internal_foo, %r0
9 ret
10 .size foo, . - foo
This page took 0.178358 seconds and 4 git commands to generate.