aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-06-22 00:02:07 +0000
committerDoug Evans <dje@google.com>2010-06-22 00:02:07 +0000
commitd5bc977ffb7653fa0f5c377dcfb8d5f82e994ae7 (patch)
tree67927b9e244a00b9189178fbb86d697f2466694d /gdb/testsuite/gdb.gdb
parent68f084b1012cf10e36520895035a5c8bb27b6abb (diff)
downloadfsf-binutils-gdb-d5bc977ffb7653fa0f5c377dcfb8d5f82e994ae7.zip
fsf-binutils-gdb-d5bc977ffb7653fa0f5c377dcfb8d5f82e994ae7.tar.gz
fsf-binutils-gdb-d5bc977ffb7653fa0f5c377dcfb8d5f82e994ae7.tar.bz2
* gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
Diffstat (limited to 'gdb/testsuite/gdb.gdb')
-rw-r--r--gdb/testsuite/gdb.gdb/selftest.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index e2b5b1c..d07d147 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -398,12 +398,6 @@ proc test_with_self { executable } {
-re "GNU gdb \[0-9\.\]*.*Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*License GPLv3\\+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.*This is free software: you are free to change and redistribute it.*There is NO WARRANTY, to the extent permitted by law. Type \"show copying\".*and \"show warranty\" for details.*This GDB was configured as .*$gdb_prompt $" {
pass "xgdb is at prompt"
}
- -re "GNU gdb \[0-9\.\]*.*Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*GDB is free software, covered by the GNU General Public License, and you are.*welcome to change it and/or distribute copies of it under certain conditions.*Type \"show copying\" to see the conditions.*There is absolutely no warranty for GDB. Type \"show warranty\" for details.*This GDB was configured as .*$gdb_prompt $" {
- pass "xgdb is at prompt (obsolescent gdb 2)"
- }
- -re "GDB is free software and you are welcome to distribute copies of it.* under certain conditions; type \"show copying\" to see the conditions..*There is absolutely no warranty for GDB; type \"show warranty\" for details..*GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$gdb_prompt $" {
- pass "xgdb is at prompt (obsolescent gdb 1)"
- }
}
# set xgdb prompt so we can tell which is which