mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* gas/elf/elf.exp: Disable symtab test for alpha.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-20 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* gas/elf/elf.exp: Disable symtab test for alpha.
|
||||||
|
|
||||||
2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
|
2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
|
||||||
|
|
||||||
* gas/arm/thumb2_ldmstm.d: Change single-register stmia to use 16-bit
|
* gas/arm/thumb2_ldmstm.d: Change single-register stmia to use 16-bit
|
||||||
|
@ -145,7 +145,10 @@ if { ([istarget "*-*-*elf*"]
|
|||||||
run_elf_list_test "section5" "" "-al" "-SW" "| grep \" \\\\.test\\\[0-9\\\]\""
|
run_elf_list_test "section5" "" "-al" "-SW" "| grep \" \\\\.test\\\[0-9\\\]\""
|
||||||
}
|
}
|
||||||
run_dump_test "struct"
|
run_dump_test "struct"
|
||||||
|
if { ![istarget "alpha*-*-*"] } then {
|
||||||
|
# The alpha port uses .set for state, e.g. nomacro.
|
||||||
run_dump_test "symtab"
|
run_dump_test "symtab"
|
||||||
|
}
|
||||||
run_dump_test "symver"
|
run_dump_test "symver"
|
||||||
|
|
||||||
# The MSP port sets the ELF header's OSABI field to ELFOSABI_STANDALONE.
|
# The MSP port sets the ELF header's OSABI field to ELFOSABI_STANDALONE.
|
||||||
|
Reference in New Issue
Block a user