diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-05-05 18:07:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-05-05 18:07:04 +0000 |
commit | 02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1 (patch) | |
tree | 3445a1fd446aef30c179e1a9d4f0d5c655c9b88b /gdb/testsuite/gdb.disasm/hppa.exp | |
parent | Remove unused MAX_OF*/MIN_OF* macros. (diff) | |
download | binutils-gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.gz binutils-gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.bz2 binutils-gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.zip |
Do not set prms_id/bug_id anymore.
2010-05-05 Joel Brobecker <brobecker@adacore.com>
Remove the use of prms_id and bug_id throughout the testsuite.
Diffstat (limited to 'gdb/testsuite/gdb.disasm/hppa.exp')
-rw-r--r-- | gdb/testsuite/gdb.disasm/hppa.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/hppa.exp b/gdb/testsuite/gdb.disasm/hppa.exp index 2f77411a409..6603d409b27 100644 --- a/gdb/testsuite/gdb.disasm/hppa.exp +++ b/gdb/testsuite/gdb.disasm/hppa.exp @@ -27,8 +27,6 @@ if ![istarget "hppa*-*-*"] { } -set prms_id 0 -set bug_id 0 set testfile "hppa" set srcfile ${srcdir}/${subdir}/${testfile}.s |