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 b2fc1374b6c04459ef1dce32707dcfe3a0d6e5f6..054629f6f7fe4d1c672650f2329ecfabd8bc72ec 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 289abb55ca452832c33dd194ef1ff901a7407f97..a38f9d1c5cf9de7e8b042b6ce5325c02f58848f7 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