aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2794bc4..282bf9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2002-08-21 Roland McGrath <roland@redhat.com>
+ * configure.in: Make GCC version check require 3.[2-9]* and no others.
+ * configure: Regenerated.
+ * manual/install.texi (Tools for Compilation): Say 3.2 is required.
+ (Configuring and compiling): Don't mention older GCC versions any more.
+ * INSTALL: Regenerated.
+
+ * manual/install.texi (Configuring and compiling, Installation,
+ Running make install, Linux): Linux -> GNU/Linux where appropriate.
+
+ * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
+ be inlined. Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
+ and with noinline otherwise. Remove hack alloca use to prevent
+ inlining, we can ask for it explicitly nowadays.
+
* dlfcn/bug-dlsym1.c: New file.
* dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
* dlfcn/Makefile (distribute): Add them.