mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
2003-08-30 Michael Chastain <mec@shout.net>
* gdb.base/selftest.exp: Remove support for m68k*-*-hpux. * gdb.gdb/observer.exp: Ditto. * gdb.gdb/xfullpath.exp: Ditto.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-08-30 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
|
* gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
|
||||||
|
* gdb.gdb/observer.exp: Ditto.
|
||||||
|
* gdb.gdb/xfullpath.exp: Ditto.
|
||||||
|
|
||||||
2003-08-29 Mark Kettenis <kettenis@gnu.org>
|
2003-08-29 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gdb.base/interrupt.exp: XFAIL "call function when asleep" for
|
* gdb.base/interrupt.exp: XFAIL "call function when asleep" for
|
||||||
|
@ -32,15 +32,6 @@ if [is_remote target] {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if [istarget "m68k*-*-hpux*"] then {
|
|
||||||
# The top-level makefile passes CFLAGS= (no -g) for hp300. This probably
|
|
||||||
# should be fixed (it is only needed for gcc bootstrapping, not gdb),
|
|
||||||
# but until then.....
|
|
||||||
setup_xfail "*-*-*"
|
|
||||||
fail "cannot test self if compiled without debug info"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Not all of the lines of code near the start of main are executed for
|
# Not all of the lines of code near the start of main are executed for
|
||||||
# every machine. Also, optimization may reorder some of the lines.
|
# every machine. Also, optimization may reorder some of the lines.
|
||||||
# So all we do is try to step or next over everything until we get
|
# So all we do is try to step or next over everything until we get
|
||||||
|
@ -33,15 +33,6 @@ if [is_remote target] {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if [istarget "m68k*-*-hpux*"] then {
|
|
||||||
# The top-level makefile passes CFLAGS= (no -g) for hp300. This probably
|
|
||||||
# should be fixed (it is only needed for gcc bootstrapping, not gdb),
|
|
||||||
# but until then.....
|
|
||||||
setup_xfail "*-*-*"
|
|
||||||
fail "cannot test self if compiled without debug info"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
proc setup_test { executable } {
|
proc setup_test { executable } {
|
||||||
global gdb_prompt
|
global gdb_prompt
|
||||||
global timeout
|
global timeout
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2002
|
# Copyright 2002, 2003
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
@ -33,15 +33,6 @@ if [is_remote target] {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if [istarget "m68k*-*-hpux*"] then {
|
|
||||||
# The top-level makefile passes CFLAGS= (no -g) for hp300. This probably
|
|
||||||
# should be fixed (it is only needed for gcc bootstrapping, not gdb),
|
|
||||||
# but until then.....
|
|
||||||
setup_xfail "*-*-*"
|
|
||||||
fail "cannot test self if compiled without debug info"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
proc setup_test { executable } {
|
proc setup_test { executable } {
|
||||||
global gdb_prompt
|
global gdb_prompt
|
||||||
global timeout
|
global timeout
|
||||||
|
Reference in New Issue
Block a user