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] testsuite: dw2-double-set-die-type: Fix s390x


Hi,

./gdb.dwarf2/dw2-double-set-die-type.S:44: Error: unknown pseudo-op: `.value'

Checked-in.


Regards,
Jan


http://sourceware.org/ml/gdb-cvs/2010-10/msg00011.html

--- src/gdb/testsuite/ChangeLog	2010/10/01 17:03:49	1.2463
+++ src/gdb/testsuite/ChangeLog	2010/10/02 13:31:47	1.2464
@@ -1,3 +1,8 @@
+2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	Fix s390x testcase compatibility.
+	* gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
+
 2010-10-01  Doug Evans  <dje@google.com>
 
 	* lib/gdb-python.exp: New file.
--- src/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S	2010/08/23 19:12:53	1.2
+++ src/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.S	2010/10/02 13:31:47	1.3
@@ -41,7 +41,7 @@
 .Lcu1_begin:
 	.4byte	.Lcu1_end - .Lcu1_start	# Length of Compilation Unit Info
 .Lcu1_start:
-	.value	0x3	# DWARF version number
+	.2byte	0x3	# DWARF version number
 	.long	.Labbrev1_begin	# Offset Into Abbrev. Section
 	.byte	0x4	# Pointer Size (in bytes)
 


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