ld: don't use ia64 register name in expression of pr16322 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / export-class-lib.s
1 .data
2 .balign 16
3 .xdef protected_foo
4 protected_foo:
5 .balign 16
6 .xdef hidden_foo
7 hidden_foo:
8 .balign 16
9 .xdef internal_foo
10 internal_foo:
This page took 0.029975 seconds and 4 git commands to generate.