Commit d7fd3fde by David Edelsohn Committed by David Edelsohn

* lib/target-supports.exp (check_weak_available): Return true for AIX.

From-SVN: r202227
parent 0d9b4f5c
2013-09-03 David Edelsohn <dje.gcc@gmail.com>
* lib/target-supports.exp (check_weak_available): Return true for AIX.
2013-09-03 Jan Hubicka <jh@suse.cz> 2013-09-03 Jan Hubicka <jh@suse.cz>
* g++.dg/ipa/devirt-15.C: Fix testcase. * g++.dg/ipa/devirt-15.C: Fix testcase.
......
...@@ -226,6 +226,12 @@ proc check_weak_available { } { ...@@ -226,6 +226,12 @@ proc check_weak_available { } {
return 1 return 1
} }
# All AIX targets should support it
if { [istarget *-*-aix*] } {
return 1
}
# All solaris2 targets should support it # All solaris2 targets should support it
if { [istarget *-*-solaris2*] } { if { [istarget *-*-solaris2*] } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment