libgcc-bsd.ver: Version symbol __cpu_indicator_init.

2012-06-11  Sriraman Tallam  <tmsriram@google.com>

	* config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
	* config/i386/libgcc-sol2.ver: Ditto.
	* config/i386/libgcc-glibc.ver: Ditto.

	* gcc.target/i386/builtin_target.c (vendor_signatures): New enum.
	(check_intel_cpu_model): New function.
	(check_amd_cpu_model): New function.
	(check_features): New function.
	(__get_cpuid_output): New function.
	(check_detailed): New function.
	(fn1): Rename to quick_check.
	(main): Update to call quick_check and call check_detailed.

From-SVN: r188417
This commit is contained in:
Sriraman Tallam 2012-06-12 02:55:20 +00:00 committed by Sriraman Tallam
parent 3db91d7e0b
commit 91fe5efbd2
6 changed files with 243 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2012-06-11 Sriraman Tallam <tmsriram@google.com>
* config/i386/libgcc-bsd.ver: Version symbol __cpu_indicator_init.
* config/i386/libgcc-sol2.ver: Ditto.
* config/i386/libgcc-glibc.ver: Ditto.
2012-06-11 Roland McGrath <mcgrathr@google.com>
* gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):

View file

@ -109,4 +109,5 @@ GCC_4.6.0 {
GCC_4.8.0 {
__cpu_model
__cpu_indicator_init
}

View file

@ -150,6 +150,7 @@ GCC_4.3.0 {
GCC_4.8.0 {
__cpu_model
__cpu_indicator_init
}
%else
GCC_4.4.0 {
@ -190,5 +191,6 @@ GCC_4.5.0 {
GCC_4.8.0 {
__cpu_model
__cpu_indicator_init
}
%endif

View file

@ -109,4 +109,5 @@ GCC_4.5.0 {
GCC_4.8.0 {
__cpu_model
__cpu_indicator_init
}