* ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*

This commit is contained in:
David S. Miller 2010-04-06 11:53:16 +00:00
parent de432b8cf4
commit 41b5148fa3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-04-06 David S. Miller <davem@davemloft.net>
* ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*
2010-04-05 Kai Tietz <kai.tietz@onevision.com>
* ld-pe/orphan_nu.d: New test for --no-leading-underscore.

View File

@ -97,6 +97,7 @@ if [istarget mips*-*-*] {
case $target_triplet in {
{ ia64-*-* } { set as_options "-x" }
{ sparc-*-* } { set as_options "-Av9a" }
default { set as_options "" }
}