]> git.ipfire.org Git - thirdparty/glibc.git/commit - configure.in
* configure.in: Make GCC version check require 3.[2-9]* and no others.
authorRoland McGrath <roland@gnu.org>
Thu, 22 Aug 2002 00:13:04 +0000 (00:13 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 22 Aug 2002 00:13:04 +0000 (00:13 +0000)
commit90d1d40b27ab1785e309c243e39765ff6cce9442
treed1f05ac3c9a5e6f80b758308c41c41c80434b403
parentc2248c44e4eec619d2cf53d01fef544dd2624d96
* 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.
ChangeLog
INSTALL
configure
configure.in
linuxthreads_db/ChangeLog
linuxthreads_db/td_thr_tls_get_addr.c
manual/install.texi