aboutsummaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-01riscv: Enable multi-arg ifunc resolversEvan Green1-11/+17
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay1-0/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-3/+3
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-6/+12
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-73/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-07-04libc-symbols.h: remove unused macrosFangrui Song1-169/+0
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-0/+22
2022-05-13Add declare_object_symbol_alias for assembly codes (BZ #28128)H.J. Lu1-6/+8
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-07-07nss_files: Move into libcFlorian Weimer1-23/+0
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song1-4/+10
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer1-2/+3
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer1-13/+3
2021-03-09<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer1-13/+13
2021-01-27Revert "Make libc symbols hidden in static PIE" [BZ #27237]Szabolcs Nagy1-7/+2
2021-01-21Make libc symbols hidden in static PIESzabolcs Nagy1-2/+7
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu1-1/+1
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski1-0/+8
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-1/+1
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel1-6/+1
2020-07-08Remove --enable-obsolete-nsl configure flagPetr Vorel1-54/+1
2020-05-20<libc-symbols.h>: Add libpthread hidden alias supportFlorian Weimer1-0/+23
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy1-0/+2
2020-02-25nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer1-0/+23
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-1/+8
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-13Add hidden_tls_def macros, fix powerpc-soft build with GCC 9.Joseph Myers1-2/+31
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor1-5/+15
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-10/+73
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-04Don't use hidden visibility in libc.a with PIE on i386H.J. Lu1-0/+1
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault1-1/+1
2017-08-31libc-symbols.h: Remove definition of internal_functionFlorian Weimer1-7/+0
2017-08-22Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes1-1/+1
2017-08-22Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor1-1/+2
2017-08-22Add hidden visibility to internal function prototypesH.J. Lu1-2/+14
2017-08-21Revert "Add hidden visibility to internal function prototypes".Joseph Myers1-14/+2
2017-08-21Add hidden visibility to internal function prototypesH.J. Lu1-2/+14
2017-08-21Enable hidden visibility in libc.a compiled with PIEH.J. Lu1-1/+2
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu1-0/+8
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-19/+49
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg1-0/+43
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk1-0/+6
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-1/+11