public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: John Healy <jhealy@redhat.com>
To: cgen@sources.redhat.com, binutils@sources.redhat.com
Subject: Patch: CGEN_MAX_SYNTAX_ELEMENTS
Date: Mon, 14 May 2001 11:06:00 -0000	[thread overview]
Message-ID: <3B001E91.86C93FBA@redhat.com> (raw)

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

             reply	other threads:[~2001-05-14 11:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-14 11:06 John Healy [this message]
2001-05-14 23:57 ` Ben Elliston

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=3B001E91.86C93FBA@redhat.com \
    --to=jhealy@redhat.com \
    --cc=binutils@sources.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).