This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] gdb.dwarf2/dw2-simple-locdesc.S .value fix


Hi,

I forgot there that .value again which is incompatible with some arches.

Checked in.


Jan


http://sourceware.org/ml/gdb-cvs/2011-08/msg00042.html

--- src/gdb/testsuite/ChangeLog	2011/08/05 15:17:58	1.2826
+++ src/gdb/testsuite/ChangeLog	2011/08/08 19:16:39	1.2827
@@ -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
--- src/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S	2011/07/27 21:18:40	1.2
+++ src/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.S	2011/08/08 19:16:39	1.3
@@ -27,7 +27,7 @@
 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) */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]