mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix a couple of HPPA SOM test failures.
Re-enable some tests for hppa-linux.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2000-07-19 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
|
* gas/macros/macros.exp (test1): Run it for hppa*-*-linux*.
|
||||||
|
(semi): Likewise.
|
||||||
|
(strings): Don't run for hppa, except for hppa*-*-linux*.
|
||||||
|
|
||||||
|
* gas/hppa/parse/linesepbug.s: Ensure we have whitespace before
|
||||||
|
pseudos.
|
||||||
|
|
||||||
2000-07-18 Scott Bambrough <scottb@netwinder.org>
|
2000-07-18 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
* gas/arm/inst.d: Fix expected results to match current assembler
|
* gas/arm/inst.d: Fix expected results to match current assembler
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
; selectors to make sure they're handled correctly.
|
; selectors to make sure they're handled correctly.
|
||||||
|
|
||||||
foo:
|
foo:
|
||||||
.WORD 0 !.IMPORT $bar$,DATA
|
.WORD 0! .IMPORT $bar$,DATA
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Run some tests of gas macros.
|
# Run some tests of gas macros.
|
||||||
|
|
||||||
if ![istarget hppa*-*-*] {
|
if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
|
||||||
run_dump_test test1
|
run_dump_test test1
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,11 +19,13 @@ if ![istarget *c54x*-*-*] {
|
|||||||
gas_test_error "err.s" "" "macro infinite recursion"
|
gas_test_error "err.s" "" "macro infinite recursion"
|
||||||
|
|
||||||
case $target_triplet in {
|
case $target_triplet in {
|
||||||
{ hppa*-*-* } { }
|
{ hppa*-*-* } { if [istarget *-*-linux*] { run_dump_test semi } }
|
||||||
{ *c54x*-*-* } { }
|
{ *c54x*-*-* } { }
|
||||||
default {
|
default {
|
||||||
run_dump_test semi
|
run_dump_test semi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
run_dump_test strings
|
if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
|
||||||
|
run_dump_test strings
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user