aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-22 00:13:04 +0000
committerRoland McGrath <roland@gnu.org>2002-08-22 00:13:04 +0000
commit90d1d40b27ab1785e309c243e39765ff6cce9442 (patch)
treed1f05ac3c9a5e6f80b758308c41c41c80434b403 /ChangeLog
parentc2248c44e4eec619d2cf53d01fef544dd2624d96 (diff)
downloadglibc-90d1d40b27ab1785e309c243e39765ff6cce9442.tar
glibc-90d1d40b27ab1785e309c243e39765ff6cce9442.tar.gz
glibc-90d1d40b27ab1785e309c243e39765ff6cce9442.tar.bz2
glibc-90d1d40b27ab1785e309c243e39765ff6cce9442.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2794bc487b..282bf9bfa7 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.