about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-08 19:58:03 +0000
committerRoland McGrath <roland@gnu.org>2002-01-08 19:58:03 +0000
commit49fb04c22a990f5929ddd2fc147d84cb6bd7b29a (patch)
treef0a735a36cd5ba69842c9c1dfd0dce6945123c7e /ChangeLog
parentffed31f031ba2f8c35043f64877762fa0d69cf5c (diff)
downloadglibc-49fb04c22a990f5929ddd2fc147d84cb6bd7b29a.tar.gz
glibc-49fb04c22a990f5929ddd2fc147d84cb6bd7b29a.tar.xz
glibc-49fb04c22a990f5929ddd2fc147d84cb6bd7b29a.zip
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
	volatile on type of ARGC so the compiler doesn't get clever.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1e329de5f..4a48ecafbd 100644
--- 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.