summaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu
2017-10-30i586: Use conditional branches in strcpy.S [BZ #22353]H.J. Lu
2017-10-27i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-19i386: Regenerate libm-test-ulpsH.J. Lu
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