public inbox for glibc-cvs@sourceware.org help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org> To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] i386: Move ___tls_get_addr hidden proto before its first usage Date: Thu, 9 Feb 2023 19:49:04 +0000 (GMT) [thread overview] Message-ID: <20230209194904.9EB033858028@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6482496df97cdf50def5128b7402a075b9fb20e3 commit 6482496df97cdf50def5128b7402a075b9fb20e3 Author: Adhemerval Zanella <adhemerval.zanella@linaro.org> Date: Tue Jul 26 08:41:10 2022 -0300 i386: Move ___tls_get_addr hidden proto before its first usage Diff: --- sysdeps/i386/dl-tls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/i386/dl-tls.h b/sysdeps/i386/dl-tls.h index ec7678096b..ac46abdbef 100644 --- a/sysdeps/i386/dl-tls.h +++ b/sysdeps/i386/dl-tls.h @@ -31,6 +31,8 @@ extern void *___tls_get_addr (tls_index *ti) __attribute__ ((__regparm__ (1))); extern void *___tls_get_addr_internal (tls_index *ti) __attribute__ ((__regparm__ (1))) attribute_hidden; +rtld_hidden_proto (___tls_get_addr) +rtld_hidden_def (___tls_get_addr) # if IS_IN (rtld) /* The special thing about the x86 TLS ABI is that we have two @@ -50,8 +52,6 @@ __tls_get_addr (tls_index *ti) version of this file. */ # define __tls_get_addr __attribute__ ((__regparm__ (1))) ___tls_get_addr strong_alias (___tls_get_addr, ___tls_get_addr_internal) -rtld_hidden_proto (___tls_get_addr) -rtld_hidden_def (___tls_get_addr) #else /* Users should get the better interface. */
next reply other threads:[~2023-02-09 19:49 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-02-09 19:49 Adhemerval Zanella [this message] -- strict thread matches above, loose matches on Subject: below -- 2025-03-25 20:23 Adhemerval Zanella 2024-04-17 20:07 Adhemerval Zanella 2024-04-02 15:54 Adhemerval Zanella 2024-02-09 17:32 Adhemerval Zanella 2024-02-07 14:07 Adhemerval Zanella 2024-01-29 17:57 Adhemerval Zanella 2023-12-21 18:54 Adhemerval Zanella 2023-09-28 17:52 Adhemerval Zanella 2023-08-30 12:37 Adhemerval Zanella 2022-10-28 17:42 Adhemerval Zanella 2022-10-04 13:00 Adhemerval Zanella
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20230209194904.9EB033858028@sourceware.org \ --to=azanella@sourceware.org \ --cc=glibc-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).