From: Andrew Cagney <ac131313@cygnus.com>
To: Elena Zannoni <ezannoni@localhost.redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] sh-tdep.c update to real size of saved_regs[]
Date: Thu, 07 Feb 2002 19:09:00 -0000 [thread overview]
Message-ID: <3C634183.1020500@cygnus.com> (raw)
In-Reply-To: <15459.16261.845953.879703@localhost.redhat.com>
> {
> - int where[NUM_REGS];
> + int where[NUM_REGS + NUM_PSEUDO_REGS];
>
BTW, that needs to be:
int *where = alloca (....);
as the above is a GCCism :-(.
Andrew
next prev parent reply other threads:[~2002-02-08 3:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-07 19:01 Elena Zannoni
2002-02-07 19:09 ` Andrew Cagney [this message]
2002-02-07 20:33 ` Elena Zannoni
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=3C634183.1020500@cygnus.com \
--to=ac131313@cygnus.com \
--cc=ezannoni@localhost.redhat.com \
--cc=gdb-patches@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