aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-05-05 18:07:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-05-05 18:07:04 +0000
commit02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1 (patch)
tree3445a1fd446aef30c179e1a9d4f0d5c655c9b88b /gdb/testsuite/gdb.disasm
parentaf33db377b0860b81001f0d5552e00cb44b2474a (diff)
downloadgdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.zip
gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.gz
gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.bz2
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')
-rw-r--r--gdb/testsuite/gdb.disasm/am33.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/h8300s.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/hppa.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/mn10300.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/sh3.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t01_mov.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t02_mova.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t03_add.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t04_sub.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t05_cmp.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t06_ari2.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t07_ari3.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t08_or.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t09_xor.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t10_and.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t11_logs.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t12_bit.exp2
-rw-r--r--gdb/testsuite/gdb.disasm/t13_otr.exp2
18 files changed, 0 insertions, 36 deletions
diff --git a/gdb/testsuite/gdb.disasm/am33.exp b/gdb/testsuite/gdb.disasm/am33.exp
index 079eacc..523a9f1 100644
--- a/gdb/testsuite/gdb.disasm/am33.exp
+++ b/gdb/testsuite/gdb.disasm/am33.exp
@@ -26,8 +26,6 @@ if ![istarget "mn10300*-*-*"] {
}
global exec_output
-set prms_id 0
-set bug_id 0
set testfile "am33"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/h8300s.exp b/gdb/testsuite/gdb.disasm/h8300s.exp
index 5658b19..69b5114 100644
--- a/gdb/testsuite/gdb.disasm/h8300s.exp
+++ b/gdb/testsuite/gdb.disasm/h8300s.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "h8300s"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/hppa.exp b/gdb/testsuite/gdb.disasm/hppa.exp
index 2f77411..6603d40 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
diff --git a/gdb/testsuite/gdb.disasm/mn10300.exp b/gdb/testsuite/gdb.disasm/mn10300.exp
index 89dca20..52a2a83 100644
--- a/gdb/testsuite/gdb.disasm/mn10300.exp
+++ b/gdb/testsuite/gdb.disasm/mn10300.exp
@@ -26,8 +26,6 @@ if ![istarget "mn10300*-*-*"] {
}
global exec_output
-set prms_id 0
-set bug_id 0
set testfile "mn10300"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/sh3.exp b/gdb/testsuite/gdb.disasm/sh3.exp
index eec780f..9d14cf1 100644
--- a/gdb/testsuite/gdb.disasm/sh3.exp
+++ b/gdb/testsuite/gdb.disasm/sh3.exp
@@ -25,8 +25,6 @@ if ![istarget "sh3*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "sh3"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t01_mov.exp b/gdb/testsuite/gdb.disasm/t01_mov.exp
index 676a3b1..c8968ca 100644
--- a/gdb/testsuite/gdb.disasm/t01_mov.exp
+++ b/gdb/testsuite/gdb.disasm/t01_mov.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t01_mov"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t02_mova.exp b/gdb/testsuite/gdb.disasm/t02_mova.exp
index 03d8279..97aafa5 100644
--- a/gdb/testsuite/gdb.disasm/t02_mova.exp
+++ b/gdb/testsuite/gdb.disasm/t02_mova.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t02_mova"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t03_add.exp b/gdb/testsuite/gdb.disasm/t03_add.exp
index 0e58bfe..6e170fb 100644
--- a/gdb/testsuite/gdb.disasm/t03_add.exp
+++ b/gdb/testsuite/gdb.disasm/t03_add.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t03_add"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t04_sub.exp b/gdb/testsuite/gdb.disasm/t04_sub.exp
index 6c493f4..de5eb54 100644
--- a/gdb/testsuite/gdb.disasm/t04_sub.exp
+++ b/gdb/testsuite/gdb.disasm/t04_sub.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t04_sub"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t05_cmp.exp b/gdb/testsuite/gdb.disasm/t05_cmp.exp
index 009d5ae..271182c 100644
--- a/gdb/testsuite/gdb.disasm/t05_cmp.exp
+++ b/gdb/testsuite/gdb.disasm/t05_cmp.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t05_cmp"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t06_ari2.exp b/gdb/testsuite/gdb.disasm/t06_ari2.exp
index 5373b9c..885694bb 100644
--- a/gdb/testsuite/gdb.disasm/t06_ari2.exp
+++ b/gdb/testsuite/gdb.disasm/t06_ari2.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t06_ari2"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t07_ari3.exp b/gdb/testsuite/gdb.disasm/t07_ari3.exp
index 7632ed5..0ae22b0 100644
--- a/gdb/testsuite/gdb.disasm/t07_ari3.exp
+++ b/gdb/testsuite/gdb.disasm/t07_ari3.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t07_ari3"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t08_or.exp b/gdb/testsuite/gdb.disasm/t08_or.exp
index 55a7c5c..a33676f 100644
--- a/gdb/testsuite/gdb.disasm/t08_or.exp
+++ b/gdb/testsuite/gdb.disasm/t08_or.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t08_or"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t09_xor.exp b/gdb/testsuite/gdb.disasm/t09_xor.exp
index 752a490..8fc3655 100644
--- a/gdb/testsuite/gdb.disasm/t09_xor.exp
+++ b/gdb/testsuite/gdb.disasm/t09_xor.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t09_xor"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t10_and.exp b/gdb/testsuite/gdb.disasm/t10_and.exp
index d9fc36a..9ebcd81 100644
--- a/gdb/testsuite/gdb.disasm/t10_and.exp
+++ b/gdb/testsuite/gdb.disasm/t10_and.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t10_and"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t11_logs.exp b/gdb/testsuite/gdb.disasm/t11_logs.exp
index 6829868..7d80965 100644
--- a/gdb/testsuite/gdb.disasm/t11_logs.exp
+++ b/gdb/testsuite/gdb.disasm/t11_logs.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t11_logs"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t12_bit.exp b/gdb/testsuite/gdb.disasm/t12_bit.exp
index be19a71..6b9fd45 100644
--- a/gdb/testsuite/gdb.disasm/t12_bit.exp
+++ b/gdb/testsuite/gdb.disasm/t12_bit.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t12_bit"
set srcfile ${srcdir}/${subdir}/${testfile}.s
diff --git a/gdb/testsuite/gdb.disasm/t13_otr.exp b/gdb/testsuite/gdb.disasm/t13_otr.exp
index bb82862..e44b918 100644
--- a/gdb/testsuite/gdb.disasm/t13_otr.exp
+++ b/gdb/testsuite/gdb.disasm/t13_otr.exp
@@ -24,8 +24,6 @@ if ![istarget "h8300*-*-*"] {
return
}
-set prms_id 0
-set bug_id 0
set testfile "t13_otr"
set srcfile ${srcdir}/${subdir}/${testfile}.s