public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6034] Darwin, ppc: Additional change for r12-5974.
Date: Fri, 17 Dec 2021 09:44:13 +0000 (GMT)	[thread overview]
Message-ID: <20211217094413.DD6873858D35@sourceware.org> (raw)

https://gcc.gnu.org/g:7c0ceaed0c07ece9ce0112ea6512f38855ae868e

commit r12-6034-g7c0ceaed0c07ece9ce0112ea6512f38855ae868e
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 17 09:29:02 2021 +0000

    Darwin, ppc: Additional change for r12-5974.
    
    This adds a missed change from r12-5974-g926d64906af.
    The builin_decls array has been renamed to drop the trailing
    _x that was used during the main changes to the builtins.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
    
    gcc/ChangeLog:
    
            * config/rs6000/darwin.h: Drop trailing _x from the
            builtin_decls array name.

Diff:
---
 gcc/config/rs6000/darwin.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index 7bc1009a523..8288003038e 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -507,7 +507,7 @@
 #define SUBTARGET_INIT_BUILTINS						\
 do {									\
   darwin_patch_builtins ();						\
-  rs6000_builtin_decls_x[(unsigned) (RS6000_BIF_CFSTRING)]		\
+  rs6000_builtin_decls[(unsigned) (RS6000_BIF_CFSTRING)]		\
     = darwin_init_cfstring_builtins ((unsigned) (RS6000_BIF_CFSTRING)); \
 } while(0)


                 reply	other threads:[~2021-12-17  9:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20211217094413.DD6873858D35@sourceware.org \
    --to=iains@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).