x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / call2.s
1 .text
2 .type foo, @function
3 foo:
4 ret
5 .globl _start
6 .type _start, @function
7 _start:
8 call *foo@GOT
This page took 0.029253 seconds and 4 git commands to generate.