public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Mike Lechner <mike.lechner@gmail.com>
To: cgen@sources.redhat.com
Cc: mike.lechner@gmail.com
Subject: [patch] Fix argument type for iq2000.cpu
Date: Fri, 12 Nov 2004 21:55:00 -0000	[thread overview]
Message-ID: <cd5c76f60411121355d38ca60@mail.gmail.com> (raw)

This patch will fix the define-reg-use-attr macro arguments for the
iq2000 target.
--Mike

------ iq2000.cpu patch

2004-11-12   Michael K. Lechner <mike.lechner@gmail.com>

	* iq2000.cpu: added quotes around macro arguments.


Index: iq2000.cpu
===================================================================
RCS file: /cvs/uberbaum/cgen/cpu/iq2000.cpu,v
--- iq2000.cpu  2004-11-12 14:43:45.186917000 -0700
+++ iq2000.cpu      2004-11-12 14:43:51.346019000 -0700
@@ -333,10 +333,10 @@
     (name (.sym USES- (.upcase regfield)))
     (comment ("insn accesses register operand " regfield))))

-(define-reg-use-attr rd)
-(define-reg-use-attr rs)
-(define-reg-use-attr rt)
-(define-reg-use-attr r31)
+(define-reg-use-attr "rd")
+(define-reg-use-attr "rs")
+(define-reg-use-attr "rt")
+(define-reg-use-attr "r31")

                 reply	other threads:[~2004-11-12 21:55 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=cd5c76f60411121355d38ca60@mail.gmail.com \
    --to=mike.lechner@gmail.com \
    --cc=cgen@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).