mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
a2ae814f42
2010-09-23 H.J. Lu <hongjiu.lu@intel.com> PR ld/11812 * ld-i386/nogot1.s: Don't use GOTOFF.
11 lines
127 B
ArmAsm
11 lines
127 B
ArmAsm
.type bar, @function
|
|
bar:
|
|
ret
|
|
.size bar, .-bar
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
leal bar, %eax
|
|
ret
|
|
.size foo, .-foo
|