about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-06 00:26:34 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-06 00:26:34 +0000
commit93aed66714e2cadb4847162d626c7823e37230d3 (patch)
treef67b21d7e3f6fd22cc712d147d937f1a41bd3e70 /ChangeLog
parent171129215cd04bf3e5986c7b1f762a018d5c80e0 (diff)
downloadglibc-93aed66714e2cadb4847162d626c7823e37230d3.tar.gz
glibc-93aed66714e2cadb4847162d626c7823e37230d3.tar.xz
glibc-93aed66714e2cadb4847162d626c7823e37230d3.zip
* sunrpc/key_call.c: Remove doors support.
	* sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
	* configure.in: Remove test for doors support which never existed.
	* config.make.in: Remove have_doors entry.

	* configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
	* config.make.in: Undo last change.

	* sysdeps/i386/Makefile ((CFLAGS-initfini.s): Unconditionally use
	-mtune.

	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
	unconditionally to (defined RTLD_BOOTSTRAP).
	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.

2005-03-05  Jakub Jelinek  <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1aea4bb8fb..f074ccc991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-03-05  Ulrich Drepper  <drepper@redhat.com>
+
+	* sunrpc/key_call.c: Remove doors support.
+	* sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
+	* configure.in: Remove test for doors support which never existed.
+	* config.make.in: Remove have_doors entry.
+
+	* configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
+	* config.make.in: Undo last change.
+
+	* sysdeps/i386/Makefile ((CFLAGS-initfini.s): Unconditionally use
+	-mtune.
+
 2005-03-05  Roland McGrath  <roland@redhat.com>
 
 	* sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
@@ -22,13 +35,17 @@
 	* config.make.in (cc-mtune): New substituted variable.
 	* configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
 	done only if libc_mtune_example is defined.
-	* configure: Regenerated.
 	* sysdeps/i386/configure.in (libc_mtune_example): Set it.
-	* sysdeps/i386/configure: Regenerated.
 	* sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
 
 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
 
+	* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
+	unconditionally to (defined RTLD_BOOTSTRAP).
+	* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
+
+2005-03-05  Jakub Jelinek  <jakub@redhat.com>
+
 	* Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
 	$(inst_slibdir) in AS_NEEDED directive.