aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/x86_64/elf/initfini.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 338fe59..c8472e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-07-08 Andreas Jaeger <aj@suse.de>
+ * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
+
+2002-07-08 Andreas Jaeger <aj@suse.de>
+
* sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
2002-07-06 Andreas Jaeger <aj@suse.de>
diff --git a/sysdeps/x86_64/elf/initfini.c b/sysdeps/x86_64/elf/initfini.c
index b0638ac..0d891cc 100644
--- a/sysdeps/x86_64/elf/initfini.c
+++ b/sysdeps/x86_64/elf/initfini.c
@@ -1,5 +1,5 @@
/* Special .init and .fini section support for x86-64.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -60,7 +60,7 @@ call_gmon_start:\n\
.type _init,@function\n\
_init:\n\
subq $8, %rsp\n\
- /* call call_gmon_start */\n\
+ call call_gmon_start\n\
ALIGN\n\
END_INIT\n\
\n\