summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-25 19:07:24 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-25 19:07:24 +0000
commit0ad9e4678488a6200d3c3361683fc8170853f13a (patch)
treed5b93100ceed3be8f7ff93684dc184bd52111e30
parent68b192d0dda0bef94c1c9bd5d7457f2dfd95af95 (diff)
Use GOT, instead of GOTOFF.
-rw-r--r--sysdeps/i386/i386-mcount.S2
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)