mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* gas/all/gas.exp (incbin): Do not run on the PA.
This commit is contained in:
parent
7377433e61
commit
c8060cba7c
@ -1,5 +1,7 @@
|
||||
Fri Nov 23 09:20:43 2001 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gas/all/gas.exp (incbin): Do not run on the PA.
|
||||
|
||||
* gas/hppa/parse/parse.exp: Expect failure on line separator bug.
|
||||
|
||||
2001-11-16 Chris Demetriou <cgd@broadcom.cOm>
|
||||
|
@ -152,8 +152,11 @@ proc test_cond {} {
|
||||
}
|
||||
}
|
||||
|
||||
# This test is not suitable for the PA for various reasons
|
||||
# not limited to the fact that it depends on specific section
|
||||
# names appearing in the output file.
|
||||
# again, p2align doesn't work on c54x target
|
||||
if ![istarget *c54x*-*-*] then {
|
||||
if { ![istarget *c54x*-*-*] ![istarget hppa*-*-*] } then {
|
||||
test_cond
|
||||
run_dump_test incbin
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user