diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-08 19:58:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-08 19:58:03 +0000 |
commit | 49fb04c22a990f5929ddd2fc147d84cb6bd7b29a (patch) | |
tree | f0a735a36cd5ba69842c9c1dfd0dce6945123c7e | |
parent | ffed31f031ba2f8c35043f64877762fa0d69cf5c (diff) | |
download | glibc-49fb04c22a990f5929ddd2fc147d84cb6bd7b29a.zip glibc-49fb04c22a990f5929ddd2fc147d84cb6bd7b29a.tar.gz glibc-49fb04c22a990f5929ddd2fc147d84cb6bd7b29a.tar.bz2 |
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
volatile on type of ARGC so the compiler doesn't get clever.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |