From: H.J. Lu Date: Fri, 24 Sep 2010 06:09:31 +0000 (+0000) Subject: Remove GOTOFF in ld-i386/nogot1.s. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a2ae814f42b5b83b82c38e5d2f9f41447d4a247e;hp=e537977262c187604a7bf352617df6524330fb90;p=deliverable%2Fbinutils-gdb.git Remove GOTOFF in ld-i386/nogot1.s. 2010-09-23 H.J. Lu PR ld/11812 * ld-i386/nogot1.s: Don't use GOTOFF. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2e9a8f2fe7..1e777a05a1 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-09-23 H.J. Lu + + PR ld/11812 + * ld-i386/nogot1.s: Don't use GOTOFF. + 2010-09-23 Bernd Schmidt * ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test. diff --git a/ld/testsuite/ld-i386/nogot1.s b/ld/testsuite/ld-i386/nogot1.s index c657231057..016e172777 100644 --- a/ld/testsuite/ld-i386/nogot1.s +++ b/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