public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5971] rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.def
@ 2021-12-14 21:42 William Schmidt
  0 siblings, 0 replies; only message in thread
From: William Schmidt @ 2021-12-14 21:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:97912187624f711e905e1b9c4c353b4ae9ddd4d7

commit r12-5971-g97912187624f711e905e1b9c4c353b4ae9ddd4d7
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Dec 14 13:27:58 2021 -0600

    rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.def
    
    2021-12-02  Bill Schmidt  <wschmidt@linux.ibm.com>
    
    gcc/
            * config/rs6000/rs6000-builtin-new.def: Rename to...
            * config/rs6000/rs6000-builtins.def: ...this.
            * config/rs6000/rs6000-gen-builtins.c: Adjust header commentary.
            * config/rs6000/t-rs6000 (EXTRA_GTYPE_DEPS): Rename
            rs6000-builtin-new.def to rs6000-builtins.def.
            (rs6000-builtins.c): Likewise.

Diff:
---
 gcc/config/rs6000/{rs6000-builtin-new.def => rs6000-builtins.def} | 0
 gcc/config/rs6000/rs6000-gen-builtins.c                           | 4 ++--
 gcc/config/rs6000/t-rs6000                                        | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-builtin-new.def b/gcc/config/rs6000/rs6000-builtins.def
similarity index 100%
rename from gcc/config/rs6000/rs6000-builtin-new.def
rename to gcc/config/rs6000/rs6000-builtins.def
diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index 0034fe00111..bc59eb43dfe 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -22,7 +22,7 @@ along with GCC; see the file COPYING3.  If not see
    recognition code for Power targets, based on text files that
    describe the built-in functions and vector overloads:
 
-     rs6000-builtin-new.def     Table of built-in functions
+     rs6000-builtins.def        Table of built-in functions
      rs6000-overload.def        Table of overload functions
 
    Both files group similar functions together in "stanzas," as
@@ -126,7 +126,7 @@ along with GCC; see the file COPYING3.  If not see
 
    The second line contains the <bif-id> that this particular instance of
    the overloaded function maps to.  It must match a token that appears in
-   rs6000-builtin-new.def.  Optionally, a second token may appear.  If only
+   rs6000-builtins.def.  Optionally, a second token may appear.  If only
    one token is on the line, it is also used to build the unique identifier
    for the overloaded function.  If a second token is present, the second
    token is used instead for this purpose.  This is necessary in cases
diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000
index d48a4b1be6c..3d3143a171d 100644
--- a/gcc/config/rs6000/t-rs6000
+++ b/gcc/config/rs6000/t-rs6000
@@ -22,7 +22,7 @@ TM_H += $(srcdir)/config/rs6000/rs6000-builtin.def
 TM_H += $(srcdir)/config/rs6000/rs6000-cpus.def
 TM_H += $(srcdir)/config/rs6000/rs6000-modes.h
 PASSES_EXTRA += $(srcdir)/config/rs6000/rs6000-passes.def
-EXTRA_GTYPE_DEPS += $(srcdir)/config/rs6000/rs6000-builtin-new.def
+EXTRA_GTYPE_DEPS += $(srcdir)/config/rs6000/rs6000-builtins.def
 
 rs6000-pcrel-opt.o: $(srcdir)/config/rs6000/rs6000-pcrel-opt.c
 	$(COMPILE) $<
@@ -59,10 +59,10 @@ build/rs6000-gen-builtins$(build_exeext): build/rs6000-gen-builtins.o \
 # For now, the header files depend on rs6000-builtins.c, which avoids
 # races because the .c file is closed last in rs6000-gen-builtins.c.
 rs6000-builtins.c: build/rs6000-gen-builtins$(build_exeext) \
-		   $(srcdir)/config/rs6000/rs6000-builtin-new.def \
+		   $(srcdir)/config/rs6000/rs6000-builtins.def \
 		   $(srcdir)/config/rs6000/rs6000-overload.def
 	$(RUN_GEN) ./build/rs6000-gen-builtins$(build_exeext) \
-		$(srcdir)/config/rs6000/rs6000-builtin-new.def \
+		$(srcdir)/config/rs6000/rs6000-builtins.def \
 		$(srcdir)/config/rs6000/rs6000-overload.def rs6000-builtins.h \
 		rs6000-builtins.c rs6000-vecdefines.h


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-14 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 21:42 [gcc r12-5971] rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.def William Schmidt

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