Don't convert R_386_GOT32 relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / protected3.s
index 7a605a2929a9e3256157b494eabb42de6157ac26..4dd21154d90074cfab07b4b38a26faa6dfa8f37a 100644 (file)
@@ -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
This page took 0.028303 seconds and 4 git commands to generate.