mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-14 20:01:03 +03:00
1999-07-27 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/i386/init-first.c (init): Move the inline assembler code to switch stacks and call init1 outside this function. Inside `init' the code was optimized away by gcc 2.95 since it was "clearly" unreachable. * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Do something similar for the trampoline code.
This commit is contained in:
@ -39,6 +39,15 @@
|
|||||||
* iconvdata/Makefile: Don't try to run iconv tests when cross
|
* iconvdata/Makefile: Don't try to run iconv tests when cross
|
||||||
compiling.
|
compiling.
|
||||||
|
|
||||||
|
1999-07-27 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/i386/init-first.c (init): Move the inline
|
||||||
|
assembler code to switch stacks and call init1 outside this
|
||||||
|
function. Inside `init' the code was optimized away by gcc
|
||||||
|
2.95 since it was "clearly" unreachable.
|
||||||
|
* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
|
||||||
|
Do something similar for the trampoline code.
|
||||||
|
|
||||||
1999-07-27 Ulrich Drepper <drepper@cygnus.com>
|
1999-07-27 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* sysdeps/posix/getaddrinfo.c (gaih_inet): Only return information
|
* sysdeps/posix/getaddrinfo.c (gaih_inet): Only return information
|
||||||
|
Reference in New Issue
Block a user