public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
@ 2020-11-24 16:44 William Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: William Schmidt @ 2020-11-24 16:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0e7fafb71893d66a665800a3616eaa4ba2477b03

commit 0e7fafb71893d66a665800a3616eaa4ba2477b03
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Mon Nov 2 10:12:16 2020 -0500

    rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
    
    2020-11-02  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include.
            (rs6000_init_builtins): Call rs6000_autoinit_builtins.

Diff:
---
 gcc/config/rs6000/rs6000-call.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index 21d5747c9f6..7cc2b6c4f94 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -69,6 +69,7 @@
 #include "opts.h"
 
 #include "rs6000-internal.h"
+#include "rs6000-builtins.h"
 
 #if TARGET_MACHO
 #include "gstab.h"  /* for N_SLINE */
@@ -13583,6 +13584,9 @@ rs6000_init_builtins (void)
     = build_pointer_type (build_qualified_type (void_type_node,
 						TYPE_QUAL_CONST));
 
+  /* Execute the autogenerated initialization code for builtins.  */
+  rs6000_autoinit_builtins ();
+
   /* Create Altivec, VSX and MMA builtins on machines with at least the
      general purpose extensions (970 and newer) to allow the use of
      the target attribute.  */


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
@ 2021-02-07 18:13 William Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: William Schmidt @ 2021-02-07 18:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8fe4741ead8e1078109ebde2854905765ef26f9a

commit 8fe4741ead8e1078109ebde2854905765ef26f9a
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Mon Nov 2 10:12:16 2020 -0500

    rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
    
    2020-11-02  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include.
            (rs6000_init_builtins): Call rs6000_autoinit_builtins.

Diff:
---
 gcc/config/rs6000/rs6000-call.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index c111d4323b2..c4b8df4d0d0 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -69,6 +69,7 @@
 #include "opts.h"
 
 #include "rs6000-internal.h"
+#include "rs6000-builtins.h"
 
 #if TARGET_MACHO
 #include "gstab.h"  /* for N_SLINE */
@@ -13630,6 +13631,9 @@ rs6000_init_builtins (void)
     = build_pointer_type (build_qualified_type (void_type_node,
 						TYPE_QUAL_CONST));
 
+  /* Execute the autogenerated initialization code for builtins.  */
+  rs6000_autoinit_builtins ();
+
   /* Create Altivec, VSX and MMA builtins on machines with at least the
      general purpose extensions (970 and newer) to allow the use of
      the target attribute.  */


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
@ 2020-12-16 18:07 William Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: William Schmidt @ 2020-12-16 18:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:89e19e4215a9b6f365a2d1c2a6b44b81956cf9c8

commit 89e19e4215a9b6f365a2d1c2a6b44b81956cf9c8
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Mon Nov 2 10:12:16 2020 -0500

    rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
    
    2020-11-02  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include.
            (rs6000_init_builtins): Call rs6000_autoinit_builtins.

Diff:
---
 gcc/config/rs6000/rs6000-call.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index 79f1d5db4f7..d9e4857259e 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -69,6 +69,7 @@
 #include "opts.h"
 
 #include "rs6000-internal.h"
+#include "rs6000-builtins.h"
 
 #if TARGET_MACHO
 #include "gstab.h"  /* for N_SLINE */
@@ -13583,6 +13584,9 @@ rs6000_init_builtins (void)
     = build_pointer_type (build_qualified_type (void_type_node,
 						TYPE_QUAL_CONST));
 
+  /* Execute the autogenerated initialization code for builtins.  */
+  rs6000_autoinit_builtins ();
+
   /* Create Altivec, VSX and MMA builtins on machines with at least the
      general purpose extensions (970 and newer) to allow the use of
      the target attribute.  */


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
@ 2020-11-02 22:08 William Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: William Schmidt @ 2020-11-02 22:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e07eb7bb6658888ec9b5f2f10f666b592acf8dda

commit e07eb7bb6658888ec9b5f2f10f666b592acf8dda
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Mon Nov 2 10:12:16 2020 -0500

    rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
    
    2020-11-02  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include.
            (rs6000_init_builtins): Call rs6000_autoinit_builtins.

Diff:
---
 gcc/config/rs6000/rs6000-call.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index 091c4047b9b..04b1745ee4e 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -69,6 +69,7 @@
 #include "opts.h"
 
 #include "rs6000-internal.h"
+#include "rs6000-builtins.h"
 
 #if TARGET_MACHO
 #include "gstab.h"  /* for N_SLINE */
@@ -13474,6 +13475,9 @@ rs6000_init_builtins (void)
     = build_pointer_type (build_qualified_type (void_type_node,
 						TYPE_QUAL_CONST));
 
+  /* Execute the autogenerated initialization code for builtins.  */
+  rs6000_autoinit_builtins ();
+
   /* Create Altivec, VSX and MMA builtins on machines with at least the
      general purpose extensions (970 and newer) to allow the use of
      the target attribute.  */


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
@ 2020-11-02 15:12 William Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: William Schmidt @ 2020-11-02 15:12 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0310d811b2f6a0fdf4f87a51e8059407ecd83199

commit 0310d811b2f6a0fdf4f87a51e8059407ecd83199
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Mon Nov 2 10:12:16 2020 -0500

    rs6000: Call rs6000_autoinit_builtins from rs6000_builtins
    
    2020-11-02  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-call.c (rs6000-builtins.h): New #include.
            (rs6000_init_builtins): Call rs6000_autoinit_builtins.

Diff:
---
 gcc/config/rs6000/rs6000-call.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index 2f693bd7e7c..0cc05aaa0fe 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -69,6 +69,7 @@
 #include "opts.h"
 
 #include "rs6000-internal.h"
+#include "rs6000-builtins.h"
 
 #if TARGET_MACHO
 #include "gstab.h"  /* for N_SLINE */
@@ -13346,6 +13347,9 @@ rs6000_init_builtins (void)
     = build_pointer_type (build_qualified_type (void_type_node,
 						TYPE_QUAL_CONST));
 
+  /* Execute the autogenerated initialization code for builtins.  */
+  rs6000_autoinit_builtins ();
+
   /* Create Altivec, VSX and MMA builtins on machines with at least the
      general purpose extensions (970 and newer) to allow the use of
      the target attribute.  */


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-07 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 16:44 [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Call rs6000_autoinit_builtins from rs6000_builtins William Schmidt
  -- strict thread matches above, loose matches on Subject: below --
2021-02-07 18:13 William Schmidt
2020-12-16 18:07 William Schmidt
2020-11-02 22:08 William Schmidt
2020-11-02 15:12 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).