public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: binutils@sources.redhat.com
Subject: Re: Fix PR gas/827
Date: Fri, 15 Apr 2005 06:14:00 -0000	[thread overview]
Message-ID: <20050415061432.GG31303@bubble.modra.org> (raw)
In-Reply-To: <20050409062046.GU29412@bubble.modra.org>

Now that the testsuite runs have finished, I'm committing this.
Fails on h8300-rtems for some unknown reason.

	* gas/all/assign.s: New.
	* gas/all/assign.d: New.
	* gas/all/gas.exp: Run it.

Index: gas/testsuite/gas/all/assign.d
===================================================================
RCS file: gas/testsuite/gas/all/assign.d
diff -N gas/testsuite/gas/all/assign.d
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gas/testsuite/gas/all/assign.d	15 Apr 2005 06:04:48 -0000
@@ -0,0 +1,6 @@
+#objdump : -r
+#name : assignment tests
+
+#...
+.*zzz.*
+.*zzz.*
Index: gas/testsuite/gas/all/assign.s
===================================================================
RCS file: gas/testsuite/gas/all/assign.s
diff -N gas/testsuite/gas/all/assign.s
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gas/testsuite/gas/all/assign.s	15 Apr 2005 06:04:48 -0000
@@ -0,0 +1,7 @@
+ x = zzz
+ x = x+1
+ .long x
+
+ y = 1
+ y = y+zzz
+ .long y
Index: gas/testsuite/gas/all/gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.26
diff -u -p -r1.26 gas.exp
--- gas/testsuite/gas/all/gas.exp	11 Apr 2005 22:32:22 -0000	1.26
+++ gas/testsuite/gas/all/gas.exp	15 Apr 2005 06:04:48 -0000
@@ -195,6 +195,7 @@ if {  ([istarget "i*86-*-*pe*"] && ![ist
   gas_test "fastcall.s" ""   "" "fastcall labels"
 }
 
+run_dump_test assign
 run_dump_test sleb128
 
 # .quad is 16 bytes on i960.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

      reply	other threads:[~2005-04-15  6:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-06  8:12 Alan Modra
2005-04-06 14:06 ` Ian Lance Taylor
2005-04-09  2:30   ` Alan Modra
2005-04-09  6:20     ` Alan Modra
2005-04-15  6:14       ` Alan Modra [this message]

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=20050415061432.GG31303@bubble.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.com \
    /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).