diff options
Diffstat (limited to 'sysdeps/i386/i386-mcount.S')
-rw-r--r-- | sysdeps/i386/i386-mcount.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i386-mcount.S b/sysdeps/i386/i386-mcount.S index 60d52e98fa..d4c0d7b6e3 100644 --- a/sysdeps/i386/i386-mcount.S +++ b/sysdeps/i386/i386-mcount.S @@ -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) |