mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*
This commit is contained in:
@ -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>
|
2010-04-05 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
* ld-pe/orphan_nu.d: New test for --no-leading-underscore.
|
* ld-pe/orphan_nu.d: New test for --no-leading-underscore.
|
||||||
|
@ -97,6 +97,7 @@ if [istarget mips*-*-*] {
|
|||||||
|
|
||||||
case $target_triplet in {
|
case $target_triplet in {
|
||||||
{ ia64-*-* } { set as_options "-x" }
|
{ ia64-*-* } { set as_options "-x" }
|
||||||
|
{ sparc-*-* } { set as_options "-Av9a" }
|
||||||
default { set as_options "" }
|
default { set as_options "" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user