public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* Patch: CGEN_MAX_SYNTAX_ELEMENTS
@ 2001-05-14 11:06 John Healy
  2001-05-14 23:57 ` Ben Elliston
  0 siblings, 1 reply; 2+ messages in thread
From: John Healy @ 2001-05-14 11:06 UTC (permalink / raw)
  To: cgen, binutils

Hi,

A port I'm working on requires the following little patch.  Frank has
looked at it and approved, but I just wanted to put it out here before
commiting it to sourceware in case anyone has any comments or concerns.

Thanks,

John

-------------------------------------------------------------------


Index: include/opcode/cgen.h
===================================================================
RCS file: /cvs/src/src/include/opcode/cgen.h,v
retrieving revision 1.10
diff -c -4 -p -r1.10 cgen.h
*** cgen.h      2001/03/14 02:27:44     1.10
--- cgen.h      2001/05/11 16:22:54
*************** typedef struct
*** 735,743 ****
     into the operand table.  The operand table doesn't exist in C, per
se, as
     the data is recorded in the parse/insert/extract/print switch
statements. */

  /* This should be at least as large as necessary for any target. */
! #define CGEN_MAX_SYNTAX_ELEMENTS 40

  /* A target may know its own precise maximum.  Assert that it falls
below
     the above limit. */
  #ifdef CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS
--- 735,743 ----
     into the operand table.  The operand table doesn't exist in C, per
se, as
     the data is recorded in the parse/insert/extract/print switch
statements. */

  /* This should be at least as large as necessary for any target. */
! #define CGEN_MAX_SYNTAX_ELEMENTS 48

  /* A target may know its own precise maximum.  Assert that it falls
below
     the above limit. */
  #ifdef CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch: CGEN_MAX_SYNTAX_ELEMENTS
  2001-05-14 11:06 Patch: CGEN_MAX_SYNTAX_ELEMENTS John Healy
@ 2001-05-14 23:57 ` Ben Elliston
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Elliston @ 2001-05-14 23:57 UTC (permalink / raw)
  To: John Healy; +Cc: cgen, binutils

>>>>> "John" == John Healy <jhealy@redhat.com> writes:

  John> A port I'm working on requires the following little patch.  Frank has
  John> looked at it and approved, but I just wanted to put it out here before
  John> commiting it to sourceware in case anyone has any comments or concerns.

OK.

Ben

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-14 23:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-14 11:06 Patch: CGEN_MAX_SYNTAX_ELEMENTS John Healy
2001-05-14 23:57 ` Ben Elliston

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