public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Ben Elliston <bje@redhat.com>
To: cgen@sources.redhat.com
Subject: [RFA] opc-asmdis.c patch
Date: Thu, 09 Jan 2003 03:37:00 -0000	[thread overview]
Message-ID: <m3r8bnm1sy.fsf@scooby.brisbane.redhat.com> (raw)

One more latent patch.  Okay to commit?

Ben

2003-01-09  Graydon Hoare  <graydon@redhat.com>

        * opc-asmdis.scm (-gen-init-asm-fn): Add CGEN_ASM_INIT_HOOK, since
        asm-init-code hook isn't terribly easy to use from .opc file.

Index: opc-asmdis.scm
===================================================================
RCS file: /cvs/src/src/cgen/opc-asmdis.scm,v
retrieving revision 1.3
diff -u -p -r1.3 opc-asmdis.scm
--- opc-asmdis.scm      25 Nov 2001 23:18:15 -0000      1.3
+++ opc-asmdis.scm      9 Jan 2003 03:35:01 -0000
@@ -72,6 +72,9 @@ void
   @arch@_cgen_init_ibld_table (cd);
   cd->parse_handlers = & @arch@_cgen_parse_handlers[0];
   cd->parse_operand = @arch@_cgen_parse_operand;
+#ifdef CGEN_ASM_INIT_HOOK
+CGEN_ASM_INIT_HOOK
+#endif
 "
    -asm-init-code
 "}\n\n"

                 reply	other threads:[~2003-01-09  3:37 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=m3r8bnm1sy.fsf@scooby.brisbane.redhat.com \
    --to=bje@redhat.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).