Commit Graph

3 Commits

Author SHA1 Message Date
Roland McGrath 90d1d40b27 * 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.
2002-08-22 00:13:04 +00:00
Ulrich Drepper 90f0056f74 (td_thr_tls_get_addr): Don't include "tls.h". Return TD_ERR if USE_TLS is not defined. 2002-06-21 21:03:30 +00:00
Ulrich Drepper 69734e6b92 Function to get address of thread local variable. 2002-06-12 21:00:23 +00:00