summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-09-24 06:09:31 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-09-24 06:09:31 +0000
commit7beee5b96570f92d98e68d1d2d4423364a621a28 (patch)
tree156d77f01ca4325a685755d68f51cda3ce9a9662 /ld/testsuite/ld-i386
parent640e816cbc3377c31b828d3d6ee99d06fb5bc0d4 (diff)
downloadbinutils-redhat-7beee5b96570f92d98e68d1d2d4423364a621a28.tar.gz
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.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r--ld/testsuite/ld-i386/nogot1.s2
1 files changed, 1 insertions, 1 deletions
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