mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
This commit is contained in:
parent
2417dd2589
commit
1146c7f1ab
@ -1,3 +1,7 @@
|
||||
2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
|
||||
|
||||
2003-02-13 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.base/exprs.exp: Remove i960 remnants.
|
||||
|
@ -1004,6 +1004,15 @@ proc skip_cplus_tests {} {
|
||||
if { [istarget "h8300-*-*"] } {
|
||||
return 1
|
||||
}
|
||||
|
||||
# The C++ IO streams are too large for HC11/HC12 and are thus not
|
||||
# available. The gdb C++ tests use them and don't compile.
|
||||
if { [istarget "m6811-*-*"] } {
|
||||
return 1
|
||||
}
|
||||
if { [istarget "m6812-*-*"] } {
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user