mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* gas/all/gas.exp (incbin): Fix condition.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-11-25 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* gas/all/gas.exp (incbin): Fix condition.
|
||||
|
||||
Fri Nov 23 09:20:43 2001 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gas/all/gas.exp (incbin): Do not run on the PA.
|
||||
|
@ -156,7 +156,7 @@ proc test_cond {} {
|
||||
# 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*-*-*] ![istarget hppa*-*-*] } then {
|
||||
if { ![istarget *c54x*-*-*] && ![istarget hppa*-*-*] } then {
|
||||
test_cond
|
||||
run_dump_test incbin
|
||||
}
|
||||
|
Reference in New Issue
Block a user