gdb/testsuite/

* gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
This commit is contained in:
Jan Kratochvil
2011-08-08 19:16:39 +00:00
parent 29d0bb3d47
commit 67bedb8cb1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
2011-08-05 Pedro Alves <pedro@codesourcery.com> 2011-08-05 Pedro Alves <pedro@codesourcery.com>
* gdb.trace/unavailable.exp (test_maybe_regvar_display): New * gdb.trace/unavailable.exp (test_maybe_regvar_display): New

View File

@ -27,7 +27,7 @@ var:
d: d:
.4byte .Lcu_end - 1f /* Length of Compilation Unit Info */ .4byte .Lcu_end - 1f /* Length of Compilation Unit Info */
1: 1:
.value 0x3 /* DWARF version number */ .2byte 0x3 /* DWARF version number */
.4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */ .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
.byte 0x4 /* Pointer Size (in bytes) */ .byte 0x4 /* Pointer Size (in bytes) */
.uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */ .uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */