public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* incompatible change to operand printers that use CGEN_PRINT_NORMAL
@ 2009-12-19 18:02 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-12-19 18:02 UTC (permalink / raw)
  To: cgen

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?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-19 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-19 18:02 incompatible change to operand printers that use CGEN_PRINT_NORMAL Doug Evans

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).