mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* gas/elf/elf.exp (run_elf_list_test): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-07 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* gas/elf/elf.exp (run_elf_list_test): Fix typo.
|
||||||
|
|
||||||
2007-11-07 Tristan Gingold <gingold@adacore.com>
|
2007-11-07 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix.
|
* gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix.
|
||||||
|
@ -76,7 +76,7 @@ if { ([istarget "*-*-*elf*"]
|
|||||||
|
|
||||||
# The MN10300 port disables the assembler's call frame optimization
|
# The MN10300 port disables the assembler's call frame optimization
|
||||||
# because it interfers with link time relaxation of function prologues.
|
# because it interfers with link time relaxation of function prologues.
|
||||||
if (![istarget "mn10300-*-*"] && ![istarget "am3*-*-*"]} then {
|
if {![istarget "mn10300-*-*"] && ![istarget "am3*-*-*"]} then {
|
||||||
run_dump_test "ehopt0"
|
run_dump_test "ehopt0"
|
||||||
}
|
}
|
||||||
run_dump_test "group0a"
|
run_dump_test "group0a"
|
||||||
|
Reference in New Issue
Block a user