A couple of the verilog dump tests were marked as ihex tests.  This
	patch identifies the tests as verilog format dump tests.
+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.
 
        "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