targets that don't support interrupts.
+2002-07-18 Jim Blandy <jimb@redhat.com>
+
+ * gdb.base/interrupt.exp: Correct logic for skipping tests on
+ targets that don't support interrupts.
+
2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
* gdb.base/attach.exp: Add patterns to match output from /proc-based
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
-if [host_info exists name] {
- if [board_info host exists gdb,nointerrupts] {
- verbose "Skipping interrupt.exp because of nointerrupts."
- continue
- }
+if [target_info exists gdb,nointerrupts] {
+ verbose "Skipping interrupt.exp because of nointerrupts."
+ continue
}
if [target_info exists gdb,noinferiorio] {