public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-06-03 14:06 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:06 UTC (permalink / raw)
  To: glibc-cvs

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

commit bfca69623f689ee3942f2debda1b0386daa4bca0
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-10-04 12:56 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-10-04 12:56 UTC (permalink / raw)
  To: glibc-cvs

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

commit 1b68d46e3df8f64267b6759a9fa57058d9467d26
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index 32ae2f4b2f..7fdf3fae9b 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */

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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-06-09 21:20 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:20 UTC (permalink / raw)
  To: glibc-cvs

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

commit 4277d354eb56b4c2b1cda51d8b9d3dd9dce5b889
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-06-09 13:17 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:17 UTC (permalink / raw)
  To: glibc-cvs

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

commit 4277d354eb56b4c2b1cda51d8b9d3dd9dce5b889
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-05-13 14:20 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:20 UTC (permalink / raw)
  To: glibc-cvs

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

commit f28df9ec4d0b8406216451deebad1ac4a0a40c94
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-05-12 19:34 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:34 UTC (permalink / raw)
  To: glibc-cvs

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

commit 486b92fa2a1ff1de26adbc37943b5d5e034caccf
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-05-10 18:24 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:24 UTC (permalink / raw)
  To: glibc-cvs

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

commit 89f80f8e074649d867ef18f13e7c5acb241e2fe1
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-04-29 14:04 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:04 UTC (permalink / raw)
  To: glibc-cvs

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

commit d8eb55a0804b176428b14a854288ad7826267ff1
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-04-04 12:55 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:55 UTC (permalink / raw)
  To: glibc-cvs

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

commit ea11d0b49762dd2f5288014339112cca00f2ed1e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-03-31 19:07 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:07 UTC (permalink / raw)
  To: glibc-cvs

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

commit 23f4e2bcb6c1a3913eced65fc655d8d7a2b1c1c6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-03-29 20:30 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:30 UTC (permalink / raw)
  To: glibc-cvs

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

commit 9c2eb27c5de66d8cc66f4f688a82854ed435cbcb
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-03-16 18:04 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-03-16 18:04 UTC (permalink / raw)
  To: glibc-cvs

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

commit b54103b838b50b959ccba711bc460663955e50f2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

* [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
@ 2022-03-15 18:42 Adhemerval Zanella
  0 siblings, 0 replies; 13+ messages in thread
From: Adhemerval Zanella @ 2022-03-15 18:42 UTC (permalink / raw)
  To: glibc-cvs

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

commit 976d8b3bb4607fb1aad7b141de4992f5ab8a3e58
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 15 10:13:14 2022 -0300

    nptl: Use hidden_proto3 for __nptl_threads_events,

Diff:
---
 nptl/pthread_create.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c
index e7a099acb7..b6613d0d2a 100644
--- a/nptl/pthread_create.c
+++ b/nptl/pthread_create.c
@@ -45,8 +45,7 @@
 
 
 /* Globally enabled events.  */
-td_thr_events_t __nptl_threads_events;
-libc_hidden_proto (__nptl_threads_events)
+td_thr_events_t hidden_proto3 (__nptl_threads_events, );
 libc_hidden_data_def (__nptl_threads_events)
 
 /* Pointer to descriptor with the last event.  */


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

end of thread, other threads:[~2022-10-04 12:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 14:06 [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events, Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2022-10-04 12:56 Adhemerval Zanella
2022-06-09 21:20 Adhemerval Zanella
2022-06-09 13:17 Adhemerval Zanella
2022-05-13 14:20 Adhemerval Zanella
2022-05-12 19:34 Adhemerval Zanella
2022-05-10 18:24 Adhemerval Zanella
2022-04-29 14:04 Adhemerval Zanella
2022-04-04 12:55 Adhemerval Zanella
2022-03-31 19:07 Adhemerval Zanella
2022-03-29 20:30 Adhemerval Zanella
2022-03-16 18:04 Adhemerval Zanella
2022-03-15 18:42 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).