aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/dump.exp
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2016-11-11 07:42:37 -0800
committerCatherine Moore <clm@codesourcery.com>2016-11-11 07:42:37 -0800
commit1f8db343049c3e06483a278e14b7e140ec55c8b3 (patch)
tree5892a72a63f57f03492629683392785e654f42c0 /gdb/testsuite/gdb.base/dump.exp
parent86b80085c889cd388fa677a5ae9053fd4be3776c (diff)
downloadgdb-1f8db343049c3e06483a278e14b7e140ec55c8b3.zip
gdb-1f8db343049c3e06483a278e14b7e140ec55c8b3.tar.gz
gdb-1f8db343049c3e06483a278e14b7e140ec55c8b3.tar.bz2
Identify verilog dump tests as such.
A couple of the verilog dump tests were marked as ihex tests. This patch identifies the tests as verilog format dump tests.
Diffstat (limited to 'gdb/testsuite/gdb.base/dump.exp')
-rw-r--r--gdb/testsuite/gdb.base/dump.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/dump.exp b/gdb/testsuite/gdb.base/dump.exp
index 289abb5..a38f9d1 100644
--- a/gdb/testsuite/gdb.base/dump.exp
+++ b/gdb/testsuite/gdb.base/dump.exp
@@ -152,10 +152,10 @@ make_dump_file "dump tekhex val [set intstr1.tekhex] intstruct" \
"dump struct as value, tekhex"
make_dump_file "dump verilog val [set intarr1.verilog] intarray" \
- "dump array as value, intel hex"
+ "dump array as value, verilog"
make_dump_file "dump verilog val [set intstr1.verilog] intstruct" \
- "dump struct as value, intel hex"
+ "dump struct as value, verilog"
proc capture_value { expression args } {
global gdb_prompt