From: Roland McGrath Date: Tue, 8 Jan 2002 19:58:03 +0000 (+0000) Subject: * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use X-Git-Tag: upstream/2.30~22188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49fb04c22a990f5929ddd2fc147d84cb6bd7b29a;p=external%2Fglibc.git * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use volatile on type of ARGC so the compiler doesn't get clever. --- diff --git a/ChangeLog b/ChangeLog index b1e329d..4a48eca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-07 Roland McGrath + + * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use + volatile on type of ARGC so the compiler doesn't get clever. + 2002-01-07 Andreas Jaeger * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.