mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Update.
* sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start. 2002-07-08 Andreas Jaeger <aj@suse.de>
This commit is contained in:
parent
9dda82d049
commit
4d8917523f
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2002-07-08 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
|
* sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Special .init and .fini section support for x86-64.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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\
|
.type _init,@function\n\
|
||||||
_init:\n\
|
_init:\n\
|
||||||
subq $8, %rsp\n\
|
subq $8, %rsp\n\
|
||||||
/* call call_gmon_start */\n\
|
call call_gmon_start\n\
|
||||||
ALIGN\n\
|
ALIGN\n\
|
||||||
END_INIT\n\
|
END_INIT\n\
|
||||||
\n\
|
\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user