public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2022-10-04 13:03 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2022-10-04 13:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=61e81e19b29032c965c89676e479c33b3472ade8

commit 61e81e19b29032c965c89676e479c33b3472ade8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index 7a6ff9a92a..e44277ec10 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2024-02-09 17:35 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2024-02-09 17:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cf7b9956c9d014d1d4f77c1ffc72aa5b1a25a7f5

commit cf7b9956c9d014d1d4f77c1ffc72aa5b1a25a7f5
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index dc79d260ca..b1f28ef2e1 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2024-02-07 14:11 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2024-02-07 14:11 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=eb90cc44a69fb05d73bb8140ed528f1276daab57

commit eb90cc44a69fb05d73bb8140ed528f1276daab57
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index dc79d260ca..b1f28ef2e1 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2024-01-29 18:01 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2024-01-29 18:01 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9436358e38a5eb822e764d9100c4e46bc04b816

commit f9436358e38a5eb822e764d9100c4e46bc04b816
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index dc79d260ca..b1f28ef2e1 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2023-12-21 18:57 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2023-12-21 18:57 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=10592a24df2a63e45e470fbd2edf417cf898f989

commit 10592a24df2a63e45e470fbd2edf417cf898f989
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index 739388cf09..4160ddc38c 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2023-09-28 17:55 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2023-09-28 17:55 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5c7a83308b1f71a7b3235bc8a288978f12dd696c

commit 5c7a83308b1f71a7b3235bc8a288978f12dd696c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index 739388cf09..4160ddc38c 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2023-08-30 12:40 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2023-08-30 12:40 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8012dbfdaab947834eb76e4dcbb1e07d33c38086

commit 8012dbfdaab947834eb76e4dcbb1e07d33c38086
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index 739388cf09..4160ddc38c 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2023-02-09 19:52 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2023-02-09 19:52 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=33715a75d3841fbb6d508fa786235ba909794534

commit 33715a75d3841fbb6d508fa786235ba909794534
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index 739388cf09..4160ddc38c 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

* [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h
@ 2022-10-28 17:45 Adhemerval Zanella
  0 siblings, 0 replies; 9+ messages in thread
From: Adhemerval Zanella @ 2022-10-28 17:45 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=12eebb025c357019b7d75d6e7d2823acd96f0fe2

commit 12eebb025c357019b7d75d6e7d2823acd96f0fe2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Aug 25 09:48:57 2022 -0300

    x86: Use inhibit_stack_protector on tst-ifunc-isa.h

Diff:
---
 sysdeps/x86/tst-ifunc-isa.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysdeps/x86/tst-ifunc-isa.h b/sysdeps/x86/tst-ifunc-isa.h
index 7a6ff9a92a..e44277ec10 100644
--- a/sysdeps/x86/tst-ifunc-isa.h
+++ b/sysdeps/x86/tst-ifunc-isa.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <stackprotector.h>
 #include <sys/platform/x86.h>
 
 enum isa
@@ -29,7 +30,7 @@ enum isa
 };
 
 enum isa
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 get_isa (void)
 {
   if (CPU_FEATURE_ACTIVE (AVX512F))
@@ -84,7 +85,7 @@ isa_none (void)
 int foo (void) __attribute__ ((ifunc ("foo_ifunc")));
 
 void *
-__attribute__ ((__optimize__ ("-fno-stack-protector")))
+inhibit_stack_protector
 foo_ifunc (void)
 {
   switch (get_isa ())

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

end of thread, other threads:[~2024-02-09 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 13:03 [glibc/azanella/clang] x86: Use inhibit_stack_protector on tst-ifunc-isa.h Adhemerval Zanella
2022-10-28 17:45 Adhemerval Zanella
2023-02-09 19:52 Adhemerval Zanella
2023-08-30 12:40 Adhemerval Zanella
2023-09-28 17:55 Adhemerval Zanella
2023-12-21 18:57 Adhemerval Zanella
2024-01-29 18:01 Adhemerval Zanella
2024-02-07 14:11 Adhemerval Zanella
2024-02-09 17:35 Adhemerval Zanella

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