public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@sebabeach.org>
To: cgen@sourceware.org
Subject: incompatible change to operand printers that use CGEN_PRINT_NORMAL
Date: Sat, 19 Dec 2009 18:02:00 -0000	[thread overview]
Message-ID: <20091219180213.C920D6E3DD@sebabeach.org> (raw)

Hi.

Just a note to give a heads up on an incompatible change
I'm thinking of making.

I'd like to move more code that is common between ports
into architecture-independent files.
This has always been planned, now I have some time to do it.

One of these is the operand printers.
The catch is that cgen-dis.in:print_normal has this:

#ifdef CGEN_PRINT_NORMAL
  CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
#endif

I need to remove support for this.
The ports that use it (m32r, xc16x) can be changed
to use a special print handler instead.
I have the m32r port done, and am working on xc16x.

Comments?

                 reply	other threads:[~2009-12-19 18:02 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=20091219180213.C920D6E3DD@sebabeach.org \
    --to=dje@sebabeach.org \
    --cc=cgen@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).