2011-07-11 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp: Check
ia32.
* go.test/go-test.exp (go-set-goarch): Likewise.
From-SVN: r176153
+2011-07-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp: Check
+ ia32.
+ * go.test/go-test.exp (go-set-goarch): Likewise.
+
2011-07-11 Georg-Johann Lay <avr@gjlay.de>
PR target/39633
# Exit immediately if this isn't a x86 target.
if { (![istarget x86_64-*-*] && ![istarget i?86-*-*])
- || (![is-effective-target x32] && ![is-effective-target lp64]) } then {
+ || [is-effective-target ia32] } then {
return
}
}
"i?86-*-*" -
"x86_64-*-*" {
- if [check_effective_target_ilp32] {
+ if [check_effective_target_ia32] {
set goarch "386"
} else {
set goarch "amd64"