Andrew Senkevich 07256e183e i386: Fix build by GCC 5.0
Fixed 3 "make check" failures on glibc 32bit built by gcc 5.0 due to EBX
was enabled for allocation:

https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00892.html

Tests elf/tst-tls3, elf/tst-execstack-needed, elf/tst-execstack-prog
were failed because EBX was used as PIC register.

	* sysdeps/i386/tls-macros.h: Include <features.h>.
	(TLS_LE): Use non-PIC version for GCC >= 5.0.
	(TLS_IE): Likewise.
	(TLS_LD): Likewise.
	(TLS_GD): Likewise.
	* sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
	define for GCC >= 5.0.
2014-12-30 11:37:41 -08:00
..
2014-12-22 21:42:03 +00:00
2014-12-30 11:37:41 -08:00
2014-11-24 15:03:45 +05:30
2014-11-24 15:03:45 +05:30
2014-12-10 18:50:07 +00:00
2014-11-24 15:03:45 +05:30
2014-09-20 14:05:49 +02:00
2013-06-05 20:44:03 +00:00
2014-07-07 09:28:38 -07:00
2014-05-16 11:47:13 -07:00
2014-11-24 11:41:44 +05:30
2014-09-20 14:05:49 +02:00
2014-05-13 09:49:20 -07:00
2014-06-20 20:04:33 +00:00
2014-06-25 11:36:10 +00:00
2014-11-24 11:41:48 +05:30
2014-11-24 15:03:45 +05:30
2014-11-24 15:03:45 +05:30
2014-07-07 09:28:38 -07:00
2014-11-24 15:03:45 +05:30
2014-10-31 21:22:35 +00:00
2014-07-07 09:28:38 -07:00
2014-07-07 09:28:38 -07:00
2013-08-27 10:34:16 -07:00
2014-07-07 09:28:38 -07:00
2014-07-07 09:28:38 -07:00
2014-07-07 09:28:38 -07:00
2014-12-22 21:42:03 +00:00
2014-11-07 01:27:16 +00:00