mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2008-05-19 Jakub Jelinek <jakub@redhat.com> * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
|
||||||
|
|
||||||
2008-05-19 Ulrich Drepper <drepper@redhat.com>
|
2008-05-19 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* resolv/res_query.c (__libc_res_nquery): In case one of two
|
* resolv/res_query.c (__libc_res_nquery): In case one of two
|
||||||
|
@ -20,10 +20,6 @@ run_hooks (void (*const list[]) (void))
|
|||||||
(**list) ();
|
(**list) ();
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char __EH_FRAME_BEGIN__[]
|
|
||||||
__attribute__ ((used, section (".eh_frame")))
|
|
||||||
= { };
|
|
||||||
|
|
||||||
/* This function will be called from _init in init-first.c. */
|
/* This function will be called from _init in init-first.c. */
|
||||||
void
|
void
|
||||||
__libc_global_ctors (void)
|
__libc_global_ctors (void)
|
||||||
|
Reference in New Issue
Block a user