From 50d3390d3b54d384be11ece9e34f17e30cfd742c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Jul 1999 18:35:29 +0000 Subject: 1999-07-27 Mark Kettenis * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e8a20a5..2208c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,15 @@ * iconvdata/Makefile: Don't try to run iconv tests when cross compiling. +1999-07-27 Mark Kettenis + + * 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 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return information -- cgit v1.1