about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5d5f09a8e..482260c8c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
+
+	* configure.in: Recognize --with-headers flag and determine
+	commandline options to be used in compilation.
+	* Makeconfig (+includes): Use $(sysincludes).
+	* config.make.in (sysincludes): Define from SYSINCLUDES.
+	* glibcbug.in: Use SYSINCLUDES information.
+	Patches by Zack Weinberg.
+
 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
 
 	* glibcbug.in: On linux, report version of kernel headers seen
@@ -239,8 +248,8 @@
 
 	* sysdeps/generic/libc-start.c: Allow init and fini to be null.
 
-	* sysdeps/sparc/sparc32/elf.S: Rewrite for __libc_start_main.
-	* sysdeps/sparc/sparc64/elf.S: Likewise.
+	* sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
+	* sysdeps/sparc/sparc64/elf/start.S: Likewise.
 
 1998-04-06  Richard Henderson  <rth@cygnus.com>