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.
This commit is contained in:
Catherine Moore 2016-11-11 07:42:37 -08:00
parent 86b80085c8
commit 1f8db34304
2 changed files with 6 additions and 2 deletions

View 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.

View 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