summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Change Implies to shell scripthjl/impliesH.J. Lu2012-07-1966-100/+116
|
* Support conditional implied directoryH.J. Lu2012-07-193-2/+2
|
* S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel2012-07-196-20/+89
|
* S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel2012-07-1919-102/+1185
| | | | | | Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196.
* Remove TLS configure checks.Marek Polacek2012-07-1716-872/+0
|
* Move c++-types baselines to sysdeps directories.Joseph Myers2012-07-179-0/+603
|
* Split tls-macros.h into sysdeps directories.Joseph Myers2012-07-178-0/+713
|
* SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-171-1/+2
|
* x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-171-2/+3
|
* Fix ynl return value with LDBL_MIN.Marek Polacek2012-07-121-1/+2
|
* Remove pre-2.4.1 Linux kernel support.Joseph Myers2012-07-125-73/+26
|
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-121-3/+7
| | | | | | | | | | | | | | | | limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c).
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella2012-07-113-23/+324
| | | | IBM long double fixes and POWER ulps update.
* Update sparc ULPs.David S. Miller2012-07-111-0/+449
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-1022-162/+162
|
* Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers2012-07-092-0/+284
|
* Fix float range reduction problems (#14283)Andreas Schwab2012-07-061-2/+2
|
* Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab2012-07-063-2/+18
|
* Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2012-07-062-0/+38
|
* Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers2012-07-066-42/+96
|
* Fix csqrt underflow (bugs 14157, 14331).Joseph Myers2012-07-052-0/+58
|
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers2012-07-042-0/+552
|
* Fix float range reduction problems (bug 14283).Joseph Myers2012-07-032-22/+31
|
* Update s390 ULPs fileAndreas Jaeger2012-06-251-4/+354
|
* SH can do fanotify_mark, too.glibc-2.16-tpsAndreas Schwab2012-06-233-0/+6
|
* Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge2012-06-234-107/+4
| | | | | | This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637.
* SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge2012-06-234-7/+50
|
* SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge2012-06-232-17/+9
| | | | __fortify_fail has »__attribute__ ((__noreturn__))«.
* SH: ____longjmp_chk for GNU/Linux with sigaltstack support.Thomas Schwinge2012-06-233-0/+130
| | | | debug/tst-longjmp_chk2 now passes.
* SH: ABORT_INSTRUCTION.Thomas Schwinge2012-06-232-3/+7
|
* SH: makecontext/.Lexitcode: Always initialize the GOT register before use.Thomas Schwinge2012-06-231-4/+8
| | | | | This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite.
* SH: makecontext: Fix calculation of ARGC > 4.Thomas Schwinge2012-06-231-1/+1
| | | | stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass.
* SH: makecontext: Improve understandability.Thomas Schwinge2012-06-231-29/+29
|
* Fix gUSA sequence in SH atomic functions inKaz Kojima2012-06-231-93/+94
| | | | sysdeps/unix/sysv/linux/sh/bits/atomic.h.
* Respect --localstatedir for /var/db parent directory.Roland McGrath2012-06-222-2/+14
|
* Fix wordsize-64 cosh regression (bug 14273).Joseph Myers2012-06-211-0/+1
|
* Regenerate sysdeps/mach/configure.Joseph Myers2012-06-211-400/+285
|
* Fix a typo in i386 SYSCALL_PIC_SETUPH.J. Lu2012-06-211-1/+1
|
* Avoid -Wconversion warning for htonsAndreas Jaeger2012-06-212-4/+4
|
* Use x86-64 fpu_control.h for i386 and x86_64H.J. Lu2012-06-182-101/+0
|
* Use __volatile__ to access fpu control wordH.J. Lu2012-06-181-5/+14
|
* Use i386 bits/mathinline.h for i386 and x86_64H.J. Lu2012-06-152-289/+0
|
* Disable x87 inline functions for x86-64H.J. Lu2012-06-151-126/+128
|
* Fix pow (0.0, -Inf) (bug 14241).Joseph Myers2012-06-151-2/+2
|
* Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu2012-06-141-9/+8
|
* Add SSE math and C++ namespace to i386 bits/mathinline.hH.J. Lu2012-06-121-4/+237
|
* Fix a typo in sysdeps/unix/Makefile.Thomas Schwinge2012-06-121-3/+3
|
* SH: No FE_UPWARD, FE_DOWNWARD.Thomas Schwinge2012-06-093-11/+9
|
* SH: Do not re-write fpscr after reading it.Thomas Schwinge2012-06-095-12/+3
|
* SH: refresh *.abilist files.Kaz Kojima2012-06-094-38/+34
|