]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use GOT, instead of GOTOFF.
authorUlrich Drepper <drepper@redhat.com>
Sun, 25 May 1997 19:07:24 +0000 (19:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 25 May 1997 19:07:24 +0000 (19:07 +0000)
sysdeps/i386/i386-mcount.S

index 60d52e98fa0f8871d71d76b917ecb4549d322f48..d4c0d7b6e3d5b9cc70a2541635c207ea07ecfd14 100644 (file)
@@ -45,7 +45,7 @@ C_LABEL(_mcount)
        call 1f
 1:     popl %ecx
        addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ecx
-       movl C_SYMBOL_NAME(__mcount_internal@GOTOFF)(%ecx), %eax
+       movl C_SYMBOL_NAME(__mcount_internal@GOT)(%ecx), %eax
        call *%eax
 #else
        call C_SYMBOL_NAME(__mcount_internal)