mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
hurd: fix unwind-resume.c build
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
2015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* time/getdate.c: Include <stdbool.h>.
|
||||
* sysdeps/gnu/unwind-resume.c [!PTR_DEMANGLE] (_Unwind_Resume,
|
||||
__gcc_personality_v0): Do not call PTR_DEMANGLE.
|
||||
* sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
|
||||
call PTR_MANGLE.
|
||||
[!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
|
||||
PTR_DEMANGLE.
|
||||
|
||||
2015-02-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
||||
@@ -43,9 +43,13 @@ __libgcc_s_init (void)
|
||||
__libc_fatal (LIBGCC_S_SO
|
||||
" must be installed for pthread_cancel to work\n");
|
||||
|
||||
#ifdef PTR_MANGLE
|
||||
PTR_MANGLE (resume);
|
||||
#endif
|
||||
__libgcc_s_resume = resume;
|
||||
#ifdef PTR_MANGLE
|
||||
PTR_MANGLE (personality);
|
||||
#endif
|
||||
libgcc_s_personality = personality;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user