aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-08-08 19:16:39 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-08-08 19:16:39 +0000
commit67bedb8cb1672c148dad301d11ca880acd174e8e (patch)
treeba37ab707091d916ab6085ced7ff450b64e422c4 /gdb/testsuite
parent29d0bb3d47bf7bf61acbfd1c25017b9a4cb968a3 (diff)
downloadbinutils-67bedb8cb1672c148dad301d11ca880acd174e8e.zip
binutils-67bedb8cb1672c148dad301d11ca880acd174e8e.tar.gz
binutils-67bedb8cb1672c148dad301d11ca880acd174e8e.tar.bz2
gdb/testsuite/
* gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fd0c01f..0fe9427 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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>
* gdb.trace/unavailable.exp (test_maybe_regvar_display): New
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S b/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S
index 3f7df5f..502e3fc 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S
+++ b/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S
@@ -27,7 +27,7 @@ var:
d:
.4byte .Lcu_end - 1f /* Length of Compilation Unit Info */
1:
- .value 0x3 /* DWARF version number */
+ .2byte 0x3 /* DWARF version number */
.4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
.byte 0x4 /* Pointer Size (in bytes) */
.uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */