about summary refs log tree commit diff
path: root/sysdeps/x86_64/elf
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-07-08 13:05:58 +0000
committerAndreas Jaeger <aj@suse.de>2002-07-08 13:05:58 +0000
commit4d8917523f4459ca90e2b1e736b0d8f0ab745ee0 (patch)
treecc4e94febc4bce92b80235b939565cb5bfaffc76 /sysdeps/x86_64/elf
parent9dda82d049a3c4ffd68ae547ac0780a9caf51af2 (diff)
downloadglibc-4d8917523f4459ca90e2b1e736b0d8f0ab745ee0.tar.gz
glibc-4d8917523f4459ca90e2b1e736b0d8f0ab745ee0.tar.xz
glibc-4d8917523f4459ca90e2b1e736b0d8f0ab745ee0.zip
Update.
	* sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.

2002-07-08  Andreas Jaeger  <aj@suse.de>
Diffstat (limited to 'sysdeps/x86_64/elf')
-rw-r--r--sysdeps/x86_64/elf/initfini.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/elf/initfini.c b/sysdeps/x86_64/elf/initfini.c
index b0638aca2f..0d891ccaf0 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\