]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
CAll gmon_start.
authorAndreas Jaeger <aj@suse.de>
Mon, 8 Jul 2002 13:06:10 +0000 (13:06 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 8 Jul 2002 13:06:10 +0000 (13:06 +0000)
sysdeps/x86_64/elf/initfini.c

index b0638aca2f01a024411ef391546fa798613d08ea..0d891ccaf0dfc8cb1979d4b4dab52c8a224504dc 100644 (file)
@@ -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\