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:
parent
3db91d7e0b
commit
91fe5efbd2
6 changed files with 243 additions and 4 deletions
|
@ -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):
|
||||
|
|
|
@ -109,4 +109,5 @@ GCC_4.6.0 {
|
|||
|
||||
GCC_4.8.0 {
|
||||
__cpu_model
|
||||
__cpu_indicator_init
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -109,4 +109,5 @@ GCC_4.5.0 {
|
|||
|
||||
GCC_4.8.0 {
|
||||
__cpu_model
|
||||
__cpu_indicator_init
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue