From: Alan Modra <amodra@gmail.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: Binutils <binutils@sourceware.org>,
Peter Bergner <bergner@vnet.ibm.com>,
Geoff Keating <geoffk@geoffk.org>
Subject: Re: [PATCH] PPC: remove indirection from struct pd_reg
Date: Sat, 12 Aug 2023 08:00:31 +0930 [thread overview]
Message-ID: <ZNa2h8Z4fQcOEd6D@squeak.grove.modra.org> (raw)
In-Reply-To: <57d5110e-3327-ee71-4794-16807a0f3ea9@suse.com>
On Fri, Aug 11, 2023 at 03:16:21PM +0200, Jan Beulich wrote:
> --- a/gas/config/tc-ppc.c
> +++ b/gas/config/tc-ppc.c
> @@ -279,7 +279,7 @@ const pseudo_typeS md_pseudo_table[] =
> /* Structure to hold information about predefined registers. */
> struct pd_reg
> {
> - const char *name;
> + char name[6];
> unsigned short value;
> unsigned short flags;
> };
Thanks!
--
Alan Modra
Australia Development Lab, IBM
prev parent reply other threads:[~2023-08-11 22:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 13:16 Jan Beulich
2023-08-11 22:30 ` Alan Modra [this message]
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=ZNa2h8Z4fQcOEd6D@squeak.grove.modra.org \
--to=amodra@gmail.com \
--cc=bergner@vnet.ibm.com \
--cc=binutils@sourceware.org \
--cc=geoffk@geoffk.org \
--cc=jbeulich@suse.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).