mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-08 13:00:33 +00: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>
|
2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
|
||||||
|
|
||||||
* ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
|
* ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
|
||||||
|
@ -5,6 +5,6 @@ bar:
|
|||||||
.globl foo
|
.globl foo
|
||||||
.type foo, @function
|
.type foo, @function
|
||||||
foo:
|
foo:
|
||||||
leal bar@GOTOFF(%ecx), %eax
|
leal bar, %eax
|
||||||
ret
|
ret
|
||||||
.size foo, .-foo
|
.size foo, .-foo
|
||||||
|
Loading…
Reference in New Issue
Block a user