x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / hidden2.s
CommitLineData
41bed6dd
L
1 .text
2.globl bar
3 .type bar, @function
4bar:
5 call foo
6 ret
7 .size bar, .-bar
8 .weak foo
9 .hidden foo
This page took 0.449047 seconds and 4 git commands to generate.