aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-17 01:03:08 +0000
committerRoland McGrath <roland@gnu.org>2001-12-17 01:03:08 +0000
commitca18306b75e87b4ee356a6b47a3695c6b23f48e9 (patch)
treec0def3db3b77cf267bcfae29132609a5fc125de0 /ChangeLog
parenta51751c26c0e0c135682f67db617a0a0f426aa67 (diff)
downloadglibc-ca18306b75e87b4ee356a6b47a3695c6b23f48e9.zip
glibc-ca18306b75e87b4ee356a6b47a3695c6b23f48e9.tar.gz
glibc-ca18306b75e87b4ee356a6b47a3695c6b23f48e9.tar.bz2
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
`default:' to silence new GCC warning. Rewrite cast of lvalue to silence new GCC warning. * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c14c50..ab50c4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-12-16 Roland McGrath <roland@frob.com>
+ * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
+ `default:' to silence new GCC warning.
+ Rewrite cast of lvalue to silence new GCC warning.
+
+ * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
+
* sysdeps/mach/hurd/spawni.c: New file, by me with a
couple fixes by Neal H Walfield <neal@cs.uml.edu>.