Identify verilog dump tests as such.
authorCatherine Moore <clm@codesourcery.com>
Fri, 11 Nov 2016 15:42:37 +0000 (07:42 -0800)
committerCatherine Moore <clm@codesourcery.com>
Fri, 11 Nov 2016 15:42:37 +0000 (07:42 -0800)
A couple of the verilog dump tests were marked as ihex tests.  This
patch identifies the tests as verilog format dump tests.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/dump.exp

index b2fc137..054629f 100644 (file)
@@ -1,3 +1,7 @@
+2016-11-11  Catherine Moore  <clm@codesourcery.com>
+
+       * gdb.base/dump.exp: Identify verilog format dump tests as such.
+
 2016-11-09  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/commands.exp (runto_or_return): New procedure.
index 289abb5..a38f9d1 100644 (file)
@@ -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