aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Obsolete pow10 functions.Joseph Myers2-60/+0
2017-08-31elf: Remove internal_function attributeFlorian Weimer3-5/+2
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers1-1/+0
2017-08-15i386: Replace internal_function attribute for __mcount_internalFlorian Weimer1-3/+5
2017-08-14i386: Do not set internal_functionFlorian Weimer2-5/+0
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer1-4/+7
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer1-1/+3
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers1-5/+5
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu99-1732/+2078
2017-08-04i386: Support static PIE in start.SH.J. Lu1-2/+9
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu3-19/+1
2017-08-03i686/multiarch: Regenerate ulpsAurelien Jarno1-7/+7
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers5-7/+7
2017-08-02i386: Check PIC to enable PIC setups in multiarch functionsH.J. Lu8-34/+34
2017-08-02i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]H.J. Lu3-3/+3
2017-07-19i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu1-0/+24
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers1-2/+2
2017-06-26Add float128 support for x86_64, x86.Joseph Myers4-22/+1164
2017-06-23Update x86 ulps for GCC 7.Joseph Myers2-16/+16
2017-06-20Remove bits/string.h.Zack Weinberg2-18/+174
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2-3/+7
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg3-6/+3
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-0/+1
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers1-15/+29
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers1-8/+2
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-0/+1
2017-05-19Split up bits/sigstack.h.Joseph Myers1-0/+3
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu1-8/+6
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers1-19/+21
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu3-127/+6
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu1-15/+1
2017-04-07Check if SSE is available with HAS_CPU_FEATUREH.J. Lu14-14/+14
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella1-0/+21
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella1-16/+0
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-1/+1
2017-03-14Remove _dl_platform_stringAndreas Schwab1-7/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2-0/+24
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2-72/+72
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2-38/+38
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella1-5/+0
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella4-612/+0
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu1-1/+1
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes1-1/+1
2017-01-03Update i386 libm-test-ulps.Joseph Myers1-4/+4
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+2
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella2-3/+15
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers249-249/+249