aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-02-23[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8hjl/plt/2.22H.J. Lu2-11/+15
2016-02-23Support x86-64 assmebler without AVX512H.J. Lu1-16/+24
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2-2/+0
2015-08-05Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu1-5/+0
2015-08-05Use SSE optimized strcmp in x86-64 ld.soH.J. Lu1-253/+216
2015-08-05Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu6-464/+0
2015-08-05Replace %xmm8 with %xmm0H.J. Lu1-26/+26
2015-08-05Replace %xmm[8-12] with %xmm[0-4]H.J. Lu1-47/+47
2015-08-05Don't disable SSE in x86-64 ld.soH.J. Lu3-11/+14
2015-08-05Save and restore vector registers in x86-64 ld.soH.J. Lu8-501/+472
2015-08-05Align stack when calling __errno_locationH.J. Lu3-0/+18
2015-08-05Align stack to 16 bytes when calling __gettimeofdayH.J. Lu1-4/+5
2015-08-05Align stack to 16 bytes when calling __setcontextH.J. Lu1-2/+2
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2-0/+8
2015-08-05Update x86 elision-conf.c for <cpu-features.h>H.J. Lu1-2/+2
2015-08-05Update libmvec multiarch functions for <cpu-features.h>H.J. Lu38-227/+125
2015-08-05Update i686 multiarch functions for <cpu-features.h>H.J. Lu38-887/+356
2015-08-05Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu39-233/+246
2015-08-05Add _dl_x86_cpu_features to rtld_global in ld.soH.J. Lu27-396/+511
2015-08-04tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf1-8/+12
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2-7/+4
2015-07-30Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich1-2/+0
2015-07-30hppa: fix pthreadtypes.h namespace failuresMike Frysinger1-3/+3
2015-07-30hppa: Remove custom lowlevellock.h.Torvald Riegel1-334/+0
2015-07-29hppa: sigaction.h: change sa_flags to an intMike Frysinger1-1/+6
2015-07-29hppa: fix sysdep.h header setupMike Frysinger3-5/+9
2015-07-29hppa: rewrite INLINE_SYSCALLMike Frysinger1-22/+7
2015-07-29Extend local PLT reference checkH.J. Lu2-3/+24
2015-07-29Added runtime check for AVX vector math tests.Andrew Senkevich3-1/+27
2015-07-28ia64: drop __tls_get_addr from expected ld.so plt usageMike Frysinger1-4/+3
2015-07-28ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger1-3/+1
2015-07-28ia64: clean up old kernel headers cruftMike Frysinger1-4/+0
2015-07-26Fixes extern protected data handling testcases elf/tst-protected1aChung-Lin Tang2-1/+4
2015-07-25Update Nios II ulps file.Chung-Lin Tang1-41/+98
2015-07-24Fix order of arguments to rt_sigprocmask syscall when setting the signal maskChung-Lin Tang2-6/+6
2015-07-24NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath1-4/+0
2015-07-24Update powerpc-fpu libm-test-ulps.Adhemerval Zanella1-56/+152
2015-07-24Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich15-223/+201
2015-07-24[ARM][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2-3/+9
2015-07-24[AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2-1/+4
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath4-24/+40
2015-07-23NaCl: Fix missing getdtablesize symbol.Roland McGrath2-0/+2
2015-07-23ia64: sigaction.h: fix sa_flags orderingMike Frysinger1-1/+1
2015-07-21ia64: msg.h: fix msg_qnum/msg_qbytes typesMike Frysinger1-4/+9
2015-07-21ia64: stat.h: rename pad0 to __glibc_reserved0Mike Frysinger1-2/+2
2015-07-21ia64: sifaction.h: change sa_flags to an intMike Frysinger1-1/+2
2015-07-21ia64: siginfo.h: delete siginfo nameMike Frysinger1-1/+1
2015-07-21NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.Roland McGrath3-4/+2
2015-07-21Add abilist files and NEWS item for arm-nacl port.Roland McGrath10-0/+2521
2015-07-21tile: Fix BZ #18508 (makecontext yield infinite backtrace)Chris Metcalf2-4/+6