* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
authorRoland McGrath <roland@gnu.org>
Tue, 8 Jan 2002 19:58:03 +0000 (19:58 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 8 Jan 2002 19:58:03 +0000 (19:58 +0000)
volatile on type of ARGC so the compiler doesn't get clever.

ChangeLog

index b1e329d..4a48eca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-07  Roland McGrath  <roland@frob.com>
+
+       * 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  <aj@suse.de>
 
        * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.