From 90d1d40b27ab1785e309c243e39765ff6cce9442 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 22 Aug 2002 00:13:04 +0000 Subject: * 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. --- linuxthreads_db/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linuxthreads_db/ChangeLog') diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index dd87f89d76..f8028b4fcc 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,8 @@ +2002-08-21 Roland McGrath + + * td_thr_tls_get_addr.c (td_thr_tls_get_addr): __attribute_used__ -> + __attribute__ ((unused)) for arguments. + 2002-08-07 Ulrich Drepper * thread_dbP.h: Define LINUXTHREADS_INITIAL_REPORT_EVENTS. -- cgit 1.4.1