aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2023-08-10i686: Fix build with --disable-multiarchAdhemerval Zanella
2023-07-26i386: Remove memset_chk-nonshared.SAdhemerval Zanella Netto
2023-07-26i386: Fix build with --enable-fortify=3Adhemerval Zanella Netto
2023-07-19Update i686 libm-test-ulps (again)Andreas K. Hüttel
2023-07-18Update i686 libm-test-ulpsAndreas K. Hüttel
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-07-12i386: make debug wrappers compatible with static PIEAndreas Schwab
2023-07-10sysdeps: Add missing hidden definitions for i386Frédéric Bérat
2023-07-05string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat
2023-06-22sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev
2023-02-12htl: Generalize i386 pt-machdep.h to x86Samuel Thibault
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-02i686: Regenerate ulpsAndreas K. Hüttel
2022-11-21i386: Avoid rely on linker optimization to avoid relocationAdhemerval Zanella Netto
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella
2022-08-05i386: Use cmpl instead of cmpAdhemerval Zanella
2022-08-05i386: Use fldt instead of fld on e_logl.SAdhemerval Zanella
2022-08-04i386: Replace movzx with movzblFangrui Song
2022-08-04i386: Remove RELA supportAdhemerval Zanella
2022-07-12i386: Remove -Wa,-mtune=i686Fangrui Song
2022-06-17i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein
2022-06-15Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-06-01i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella
2022-06-01i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella
2022-06-01i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella
2022-05-30i686: Remove _dl_skip_args usageAdhemerval Zanella
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella
2022-04-26i386: Regenerate ulpsCarlos O'Donell
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella
2022-02-23i686: Remove bzero optimizationsAdhemerval Zanella
2022-02-23i386: Remove bcopy optimizationsAdhemerval Zanella
2022-02-14x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIEH.J. Lu