diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-10-23 12:15:40 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-11-03 14:40:28 +0000 |
commit | 0cc5b022f817eeaa81735ae58717b5dabae92941 (patch) | |
tree | c8f6c38a8108e8d8ff68e9df6908e7610245e6b0 /ChangeLog | |
parent | 43ddff2e364c69847f5f698f6a43f9dde328b76a (diff) | |
download | glibc-0cc5b022f817eeaa81735ae58717b5dabae92941.tar.gz glibc-0cc5b022f817eeaa81735ae58717b5dabae92941.tar.xz glibc-0cc5b022f817eeaa81735ae58717b5dabae92941.zip |
Mark lazy tlsdesc helper functions unused to avoid warnings
These static functions are not needed if a target does not do lazy tlsdesc initialization. * elf/tlsdeschtab.h (_dl_tls_resolve_early_return_p): Mark unused. (_dl_tlsdesc_wake_up_held_fixups): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 626828e331..44e18dd020 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-11-03 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * elf/tlsdeschtab.h (_dl_tls_resolve_early_return_p): Mark unused. + (_dl_tlsdesc_wake_up_held_fixups): Likewise. + 2017-11-02 Joseph Myers <joseph@codesourcery.com> * wcsmbs/wchar.h [__HAVE_FLOAT16 && __USE_GNU] (wcstof16): |