aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2017-10-04Don't use hidden visibility in libc.a with PIE on i386H.J. Lu
2017-10-03i386: Use "movl main@GOT(%ebx), %eax" in start.SH.J. Lu
2017-10-03Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-28x86: Allow undefined _DYNAMIC in static executableH.J. Lu
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers
2017-08-15i386: Replace internal_function attribute for __mcount_internalFlorian Weimer
2017-08-14i386: Do not set internal_functionFlorian Weimer
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu
2017-08-04i386: Support static PIE in start.SH.J. Lu
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu
2017-08-03i686/multiarch: Regenerate ulpsAurelien Jarno
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-08-02i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu
2017-08-02i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu
2017-07-19i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-23Update x86 ulps for GCC 7.Joseph Myers
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu
2017-04-07Check if SSE is available with HAS_CPU_FEATUREH.J. Lu
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella