public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: gdb-patches@sourceware.org
Subject: [obv] testsuite: dw2-double-set-die-type: Fix s390x
Date: Sat, 02 Oct 2010 13:33:00 -0000	[thread overview]
Message-ID: <20101002133302.GA23742@host1.dyn.jankratochvil.net> (raw)

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)
 

                 reply	other threads:[~2010-10-02 13:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101002133302.GA23742@host1.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).