mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Remove GOTOFF in ld-i386/nogot1.s.
2010-09-23 H.J. Lu <hongjiu.lu@intel.com> PR ld/11812 * ld-i386/nogot1.s: Don't use GOTOFF.
This commit is contained in:
parent
e537977262
commit
a2ae814f42
@ -1,3 +1,8 @@
|
||||
2010-09-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/11812
|
||||
* ld-i386/nogot1.s: Don't use GOTOFF.
|
||||
|
||||
2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
|
||||
|
||||
* ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
|
||||
|
@ -5,6 +5,6 @@ bar:
|
||||
.globl foo
|
||||
.type foo, @function
|
||||
foo:
|
||||
leal bar@GOTOFF(%ecx), %eax
|
||||
leal bar, %eax
|
||||
ret
|
||||
.size foo, .-foo
|
||||
|
Loading…
Reference in New Issue
Block a user