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:
H.J. Lu 2010-09-24 06:09:31 +00:00
parent e537977262
commit a2ae814f42
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -5,6 +5,6 @@ bar:
.globl foo
.type foo, @function
foo:
leal bar@GOTOFF(%ecx), %eax
leal bar, %eax
ret
.size foo, .-foo