diff options
Diffstat (limited to 'ld/testsuite/ld-i386/protected3.s')
-rw-r--r-- | ld/testsuite/ld-i386/protected3.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/testsuite/ld-i386/protected3.s b/ld/testsuite/ld-i386/protected3.s index 4dd2115..7a605a2 100644 --- a/ld/testsuite/ld-i386/protected3.s +++ b/ld/testsuite/ld-i386/protected3.s @@ -10,7 +10,6 @@ foo: .globl bar .type bar, @function bar: - movl foo@GOT(%ecx), %eax - movl (%eax), %eax + movl foo@GOTOFF(%ecx), %eax ret .size bar, .-bar |