From 7beee5b96570f92d98e68d1d2d4423364a621a28 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 24 Sep 2010 06:09:31 +0000 Subject: Remove GOTOFF in ld-i386/nogot1.s. 2010-09-23 H.J. Lu PR ld/11812 * ld-i386/nogot1.s: Don't use GOTOFF. --- ld/testsuite/ld-i386/nogot1.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/ld-i386') 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 -- cgit v1.2.1