mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
if not native, it is not an abnormal condition.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
|
||||||
|
|
||||||
|
* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
|
||||||
|
if not native, it is not an abnormal condition.
|
||||||
|
|
||||||
Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* lib/gdb.exp: Just use "file exists", rather than undocumented
|
* lib/gdb.exp: Just use "file exists", rather than undocumented
|
||||||
|
@ -28,7 +28,6 @@ set bug_id 0
|
|||||||
|
|
||||||
# are we on a target board
|
# are we on a target board
|
||||||
if ![isnative] then {
|
if ![isnative] then {
|
||||||
warning "These test cases can't run on a target system."
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if [istarget "m68k*-*-hpux*"] then {
|
if [istarget "m68k*-*-hpux*"] then {
|
||||||
|
Reference in New Issue
Block a user