public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-10-04 13:03 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=d0d9fd24dd23c1c6c03491b1a9f619cd386c1009

commit d0d9fd24dd23c1c6c03491b1a9f619cd386c1009
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2024-04-17 20:11 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2024-04-17 20:11 UTC (permalink / raw)
  To: glibc-cvs

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

commit 033cbb8ef89a9aab92e0102d3d0186b810b18b59
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 1e7a8df514..083b83a9fa 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 7770f46640..cfadeff31e 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 9c793680e4..587ad5f5ef 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2024-04-02 15:57 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2024-04-02 15:57 UTC (permalink / raw)
  To: glibc-cvs

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

commit 96cbbf7d349697b0d072f9ee30a0afacb8bc8b55
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 1e7a8df514..083b83a9fa 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 7770f46640..cfadeff31e 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 9c793680e4..587ad5f5ef 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2024-02-09 17:35 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=9b337dd4e799033c8a5689da1d87e506a4059189

commit 9b337dd4e799033c8a5689da1d87e506a4059189
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 1e7a8df514..083b83a9fa 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 7770f46640..cfadeff31e 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 9c793680e4..587ad5f5ef 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2024-02-07 14:11 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=1f757ff9dd261205a16f6d6fe387e54765c3a9df

commit 1f757ff9dd261205a16f6d6fe387e54765c3a9df
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 1e7a8df514..083b83a9fa 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 7770f46640..cfadeff31e 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 9c793680e4..587ad5f5ef 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2024-01-29 18:01 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=6c4398487b7b2e3f15738efb5e38bad7e5bd8651

commit 6c4398487b7b2e3f15738efb5e38bad7e5bd8651
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 1e7a8df514..083b83a9fa 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 7770f46640..cfadeff31e 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 9c793680e4..587ad5f5ef 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2023-12-21 18:57 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=929c9a4cf35e5fd2221689149c643e81632e9f22

commit 929c9a4cf35e5fd2221689149c643e81632e9f22
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 5e94c290f2..fcedc0cd8d 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index e03b242e7e..4f715334eb 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 7308b9d37a..2019d06f5d 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2023-09-28 17:56 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2023-09-28 17:56 UTC (permalink / raw)
  To: glibc-cvs

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

commit 2170940c8eed0a91140646bbcadc02c4daf3cbda
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 5e94c290f2..fcedc0cd8d 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index e03b242e7e..4f715334eb 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 7308b9d37a..2019d06f5d 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2023-08-30 12:40 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=5d7429474a486f9da126a666697a15dd8c14f582

commit 5d7429474a486f9da126a666697a15dd8c14f582
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 5e94c290f2..fcedc0cd8d 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index e03b242e7e..4f715334eb 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 7308b9d37a..2019d06f5d 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2023-02-09 19:52 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=965d0c0c2c06709ea07feaccbc979e49837a2b50

commit 965d0c0c2c06709ea07feaccbc979e49837a2b50
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index 5e94c290f2..fcedc0cd8d 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 2e65e36078..7c60918f23 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index b9cf6844de..30eeb84c68 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-10-28 17:45 Adhemerval Zanella
  0 siblings, 0 replies; 21+ 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=d5fa049e574462766be6cdf9fde101122f722ac5

commit d5fa049e574462766be6cdf9fde101122f722ac5
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global definition.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>

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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-06-09 21:24 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:24 UTC (permalink / raw)
  To: glibc-cvs

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

commit dcbf3ea0bb035796604b41ada74bbe89952c65d6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-06-09 13:20 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:20 UTC (permalink / raw)
  To: glibc-cvs

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

commit dcbf3ea0bb035796604b41ada74bbe89952c65d6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-06-03 14:10 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:10 UTC (permalink / raw)
  To: glibc-cvs

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

commit 4a19f85f7d841ba0f96feaa8576be166055fd095
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-05-13 14:24 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:24 UTC (permalink / raw)
  To: glibc-cvs

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

commit 2675978a75f729f72c5d99d90236d9e852dbf69c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-05-12 19:37 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:37 UTC (permalink / raw)
  To: glibc-cvs

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

commit e26c512f43fbafaac3d1fc20e338e7e8f73d6b12
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-05-10 18:28 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:28 UTC (permalink / raw)
  To: glibc-cvs

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

commit 87d2e8fa439e3652bec5985a0a34d1c25368b95d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-04-29 14:08 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:08 UTC (permalink / raw)
  To: glibc-cvs

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

commit af0d1701e01a3765bdba9b10eafb2fb5f02dfc45
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-04-04 12:58 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:58 UTC (permalink / raw)
  To: glibc-cvs

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

commit 892dfe716844b9ca5144c88231b124295276e1b3
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-03-31 19:10 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:10 UTC (permalink / raw)
  To: glibc-cvs

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

commit 78b3e2a37e9d28dde82a6b2e997a39656a6cd5d0
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

* [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
@ 2022-03-29 20:34 Adhemerval Zanella
  0 siblings, 0 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:34 UTC (permalink / raw)
  To: glibc-cvs

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

commit c64d278dfa2cd884d35bcfd18d7dbe9916110c2d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Mar 25 16:41:34 2022 -0300

    Undef attribute_relro on internal tests that include tls.h
    
    So it does not clash with global variables.

Diff:
---
 elf/tst-ptrguard1.c    | 2 ++
 elf/tst-stackguard1.c  | 2 ++
 nptl/tst-stackguard1.c | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/elf/tst-ptrguard1.c b/elf/tst-ptrguard1.c
index dffcb5a805..9faceaf5c5 100644
--- a/elf/tst-ptrguard1.c
+++ b/elf/tst-ptrguard1.c
@@ -22,6 +22,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/elf/tst-stackguard1.c b/elf/tst-stackguard1.c
index 050784319a..b6cc490d28 100644
--- a/elf/tst-stackguard1.c
+++ b/elf/tst-stackguard1.c
@@ -23,6 +23,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>
 
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c
index 3460c01819..060c2fb212 100644
--- a/nptl/tst-stackguard1.c
+++ b/nptl/tst-stackguard1.c
@@ -24,6 +24,8 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <stackguard-macros.h>
+#undef attribute_relro
+#define attribute_relro
 #include <tls.h>
 #include <unistd.h>


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

end of thread, other threads:[~2024-04-17 20:11 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 13:03 [glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2024-04-17 20:11 Adhemerval Zanella
2024-04-02 15:57 Adhemerval Zanella
2024-02-09 17:35 Adhemerval Zanella
2024-02-07 14:11 Adhemerval Zanella
2024-01-29 18:01 Adhemerval Zanella
2023-12-21 18:57 Adhemerval Zanella
2023-09-28 17:56 Adhemerval Zanella
2023-08-30 12:40 Adhemerval Zanella
2023-02-09 19:52 Adhemerval Zanella
2022-10-28 17:45 Adhemerval Zanella
2022-06-09 21:24 Adhemerval Zanella
2022-06-09 13:20 Adhemerval Zanella
2022-06-03 14:10 Adhemerval Zanella
2022-05-13 14:24 Adhemerval Zanella
2022-05-12 19:37 Adhemerval Zanella
2022-05-10 18:28 Adhemerval Zanella
2022-04-29 14:08 Adhemerval Zanella
2022-04-04 12:58 Adhemerval Zanella
2022-03-31 19:10 Adhemerval Zanella
2022-03-29 20:34 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).