Browse Source

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.
binutils-2_21-branch
H.J. Lu 16 years ago
parent
commit
a2ae814f42
  1. 5
      ld/testsuite/ChangeLog
  2. 2
      ld/testsuite/ld-i386/nogot1.s

5
ld/testsuite/ChangeLog

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

2
ld/testsuite/ld-i386/nogot1.s

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

Loading…
Cancel
Save