aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-07-19S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel6-20/+89
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel19-102/+1185
2012-07-17Remove TLS configure checks.Marek Polacek16-872/+0
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers9-0/+603
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers8-0/+713
2012-07-17SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge1-1/+2
2012-07-17x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge1-2/+3
2012-07-12Fix ynl return value with LDBL_MIN.Marek Polacek1-1/+2
2012-07-12Remove pre-2.4.1 Linux kernel support.Joseph Myers5-73/+26
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-3/+7
2012-07-11Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella3-23/+324
2012-07-11Update sparc ULPs.David S. Miller1-0/+449
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek22-162/+162
2012-07-09Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers2-0/+284
2012-07-06Fix float range reduction problems (#14283)Andreas Schwab1-2/+2
2012-07-06Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab3-2/+18
2012-07-06Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2-0/+38
2012-07-06Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers6-42/+96
2012-07-05Fix csqrt underflow (bugs 14157, 14331).Joseph Myers2-0/+58
2012-07-04Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers2-0/+552
2012-07-03Fix float range reduction problems (bug 14283).Joseph Myers2-22/+31
2012-06-25Update s390 ULPs fileAndreas Jaeger1-4/+354
2012-06-23SH can do fanotify_mark, too.glibc-2.16-tpsAndreas Schwab3-0/+6
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge4-107/+4
2012-06-23SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge4-7/+50
2012-06-23SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge2-17/+9
2012-06-23SH: ____longjmp_chk for GNU/Linux with sigaltstack support.Thomas Schwinge3-0/+130
2012-06-23SH: ABORT_INSTRUCTION.Thomas Schwinge2-3/+7
2012-06-23SH: makecontext/.Lexitcode: Always initialize the GOT register before use.Thomas Schwinge1-4/+8
2012-06-23SH: makecontext: Fix calculation of ARGC > 4.Thomas Schwinge1-1/+1
2012-06-23SH: makecontext: Improve understandability.Thomas Schwinge1-29/+29
2012-06-23Fix gUSA sequence in SH atomic functions inKaz Kojima1-93/+94
2012-06-22Respect --localstatedir for /var/db parent directory.Roland McGrath2-2/+14
2012-06-21Fix wordsize-64 cosh regression (bug 14273).Joseph Myers1-0/+1
2012-06-21Regenerate sysdeps/mach/configure.Joseph Myers1-400/+285
2012-06-21Fix a typo in i386 SYSCALL_PIC_SETUPH.J. Lu1-1/+1
2012-06-21Avoid -Wconversion warning for htonsAndreas Jaeger2-4/+4
2012-06-18Use x86-64 fpu_control.h for i386 and x86_64H.J. Lu2-101/+0
2012-06-18Use __volatile__ to access fpu control wordH.J. Lu1-5/+14
2012-06-15Use i386 bits/mathinline.h for i386 and x86_64H.J. Lu2-289/+0
2012-06-15Disable x87 inline functions for x86-64H.J. Lu1-126/+128
2012-06-15Fix pow (0.0, -Inf) (bug 14241).Joseph Myers1-2/+2
2012-06-14Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu1-9/+8
2012-06-12Add SSE math and C++ namespace to i386 bits/mathinline.hH.J. Lu1-4/+237
2012-06-12Fix a typo in sysdeps/unix/Makefile.Thomas Schwinge1-3/+3
2012-06-09SH: No FE_UPWARD, FE_DOWNWARD.Thomas Schwinge3-11/+9
2012-06-09SH: Do not re-write fpscr after reading it.Thomas Schwinge5-12/+3
2012-06-09SH: refresh *.abilist files.Kaz Kojima4-38/+34
2012-06-06Use x86_64 fpu/bits/fenv.h for i386 and x86_64H.J. Lu4-137/+2
2012-06-06Check __SSE_MATH__ in x86_64 feraiseexceptH.J. Lu1-1/+11