mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* ld-sparc/sparc.exp: Enable on Solaris. Disable 32-bit tests
on sparc64-elf.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-14 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||||
|
|
||||||
|
* ld-sparc/sparc.exp: Enable on Solaris. Disable 32-bit tests
|
||||||
|
on sparc64-elf.
|
||||||
|
|
||||||
2005-02-13 Jan Beulich <jbeulich@novell.com>
|
2005-02-13 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* ld-elfvers/vers.exp (as_options): New. Set to -x for ia64.
|
* ld-elfvers/vers.exp (as_options): New. Set to -x for ia64.
|
||||||
|
@ -16,10 +16,11 @@
|
|||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Test i386 linking; all types of relocs. This tests the assembler and
|
# Test SPARC linking; all types of relocs. This tests the assembler and
|
||||||
# tools like objdump as well as the linker.
|
# tools like objdump as well as the linker.
|
||||||
|
|
||||||
if { !([istarget "sparc*-*-elf*"]
|
if { !([istarget "sparc*-*-elf*"]
|
||||||
|
|| [istarget "sparc*-sun-solaris*"]
|
||||||
|| ([istarget "sparc*-*-linux*"]
|
|| ([istarget "sparc*-*-linux*"]
|
||||||
&& ![istarget "*-*-*aout*"]
|
&& ![istarget "*-*-*aout*"]
|
||||||
&& ![istarget "*-*-*oldld*"])) } {
|
&& ![istarget "*-*-*oldld*"])) } {
|
||||||
@ -84,5 +85,7 @@ set sparc64tests {
|
|||||||
{{objdump -sj.debug_foobar tlsg64.sd}} "tlsg64"}
|
{{objdump -sj.debug_foobar tlsg64.sd}} "tlsg64"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { ![istarget "sparc64-*-elf*"] } {
|
||||||
run_ld_link_tests $sparctests
|
run_ld_link_tests $sparctests
|
||||||
|
}
|
||||||
# run_ld_link_tests $sparc64tests
|
# run_ld_link_tests $sparc64tests
|
||||||
|
Reference in New Issue
Block a user