X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-i386%2Fprotected3.s;h=4dd21154d90074cfab07b4b38a26faa6dfa8f37a;hb=7d4d970973c4735dcdd2a69d645309f167a1d9d4;hp=7a605a2929a9e3256157b494eabb42de6157ac26;hpb=8d2ea2a80abad66250f2f4a1d38e3b8c796147f8;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/testsuite/ld-i386/protected3.s b/ld/testsuite/ld-i386/protected3.s index 7a605a2929..4dd21154d9 100644 --- a/ld/testsuite/ld-i386/protected3.s +++ b/ld/testsuite/ld-i386/protected3.s @@ -10,6 +10,7 @@ foo: .globl bar .type bar, @function bar: - movl foo@GOTOFF(%ecx), %eax + movl foo@GOT(%ecx), %eax + movl (%eax), %eax ret .size bar, .-bar