mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
653c23d819
2012-05-31 H.J. Lu <hongjiu.lu@intel.com> * ld-ifunc/ifunc-13a-x86-64.s: Add missing "foo" after ".global". * ld-ifunc/ifunc-15-x86-64.s: Likewise.
11 lines
122 B
ArmAsm
11 lines
122 B
ArmAsm
.text
|
|
.type foo, @function
|
|
.global foo
|
|
foo:
|
|
movl xxx(%rip), %eax
|
|
ret
|
|
|
|
.data
|
|
xxx:
|
|
.quad ifunc
|