about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-12 12:57:53 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-12 12:57:53 +0000
commit1622fda9c034eb332f27453d6458ea6d30b119c0 (patch)
tree3e6605940b5130971a6474e475a748bd1bae26d7 /ChangeLog
parent28c9c2c4e6ae0528cfb8c81688309e6132741731 (diff)
downloadglibc-1622fda9c034eb332f27453d6458ea6d30b119c0.tar.gz
glibc-1622fda9c034eb332f27453d6458ea6d30b119c0.tar.xz
glibc-1622fda9c034eb332f27453d6458ea6d30b119c0.zip
Update.
1998-10-12  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
	variable to prevent warnings from use of modern CPU instructions.
	Patch by Richard Henderson <rth@cygnus.com>.

	* sysdeps/unix/opendir.c: Test whether NAME is directory before
	opening it.

1998-10-12  Philip Blundell  <pb@nexus.co.uk>

	* sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
	semicolon so that profiling works.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f220e9d1f3..29f44647db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1998-10-12  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
+	variable to prevent warnings from use of modern CPU instructions.
+	Patch by Richard Henderson <rth@cygnus.com>.
+
+	* sysdeps/unix/opendir.c: Test whether NAME is directory before
+	opening it.
+
+1998-10-12  Philip Blundell  <pb@nexus.co.uk>
+
+	* sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
+	semicolon so that profiling works.
+
 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
 
 	* sysdeps/generic/glob.c: #undef mempcpy before #define.