summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64054b58f7..4ba4441dd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1998-09-10 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/Makefile (subdirs==misc)
+ [sysdep_headers]: Remove sys/debugreg.h.
+ * sysdeps/unix/sysv/linux/i386/Makefile (subdirs==misc)
+ [sysdep_headers]: Add sys/debugreg.h.
+ * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
+ * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
+
* stdio-common/tmpnam.c: Move local static variable buf to
toplevel and rename to tmpnam_buffer to ease debugging.
Patch by Joe Keane <jgk@jgk.org>.