Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-23 | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | |
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637. | |||
2012-06-23 | SH: Preserve more registers for frame unwinding purposes, add CFI directives. | Thomas Schwinge | |
2012-06-23 | SH: Optimize assembler code in context of call to __fortify_fail. | Thomas Schwinge | |
__fortify_fail has »__attribute__ ((__noreturn__))«. | |||
2012-06-23 | SH: ____longjmp_chk for GNU/Linux with sigaltstack support. | Thomas Schwinge | |
debug/tst-longjmp_chk2 now passes. | |||
2012-06-23 | SH: ABORT_INSTRUCTION. | Thomas Schwinge | |
2012-06-23 | SH: makecontext/.Lexitcode: Always initialize the GOT register before use. | Thomas Schwinge | |
This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite. | |||
2012-06-23 | SH: makecontext: Fix calculation of ARGC > 4. | Thomas Schwinge | |
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass. | |||
2012-06-23 | SH: makecontext: Improve understandability. | Thomas Schwinge | |
2012-06-23 | Fix gUSA sequence in SH atomic functions in | Kaz Kojima | |
sysdeps/unix/sysv/linux/sh/bits/atomic.h. | |||
2012-06-22 | Respect --localstatedir for /var/db parent directory. | Roland McGrath | |
2012-06-21 | Fix wordsize-64 cosh regression (bug 14273). | Joseph Myers | |
2012-06-21 | Regenerate sysdeps/mach/configure. | Joseph Myers | |
2012-06-21 | Fix a typo in i386 SYSCALL_PIC_SETUP | H.J. Lu | |
2012-06-21 | Avoid -Wconversion warning for htons | Andreas Jaeger | |
2012-06-18 | Use x86-64 fpu_control.h for i386 and x86_64 | H.J. Lu | |
2012-06-18 | Use __volatile__ to access fpu control word | H.J. Lu | |
2012-06-15 | Use i386 bits/mathinline.h for i386 and x86_64 | H.J. Lu | |
2012-06-15 | Disable x87 inline functions for x86-64 | H.J. Lu | |
2012-06-15 | Fix pow (0.0, -Inf) (bug 14241). | Joseph Myers | |
2012-06-14 | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S | H.J. Lu | |
2012-06-12 | Add SSE math and C++ namespace to i386 bits/mathinline.h | H.J. Lu | |
2012-06-12 | Fix a typo in sysdeps/unix/Makefile. | Thomas Schwinge | |
2012-06-09 | SH: No FE_UPWARD, FE_DOWNWARD. | Thomas Schwinge | |
2012-06-09 | SH: Do not re-write fpscr after reading it. | Thomas Schwinge | |
2012-06-09 | SH: refresh *.abilist files. | Kaz Kojima | |
2012-06-06 | Use x86_64 fpu/bits/fenv.h for i386 and x86_64 | H.J. Lu | |
2012-06-06 | Check __SSE_MATH__ in x86_64 feraiseexcept | H.J. Lu | |
2012-06-05 | Fix for wrong ldbl128-ibm fmodl commit | Adhemerval Zanella | |
2012-06-05 | Fix spurious undeflow for ldbl-128ibm erfl | Adhemerval Zanella | |
For values higher than 25.6283 erflc underflow, so adjust erfl to return a constant value based argument sign. | |||
2012-06-05 | Fix ldbl128ibm fmodl for subnormals. | Adhemerval Zanella | |
2012-06-04 | tst-getcpu: decode errno when sched_getcpu fails | Mike Frysinger | |
The tst-getcpu test is failing on ia64 platforms due to sched_getcpu returning an error. But the current test only considers -1 when it's also ENOSYS. Tweak the logic a bit to make the output clearer. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-06-04 | Fix a typo in comment | H.J. Lu | |
2012-06-04 | Use i486 bits/string.h for i386 and x86_64 | H.J. Lu | |
2012-06-04 | Provide 32-bit inline string functions for >= i486 | H.J. Lu | |
2012-06-04 | Use x86_64 bits/sigcontext.h for i386 and x86_64 | H.J. Lu | |
2012-06-04 | Update x86_64 bits/sigcontext.h from kernel 3.4.0 | H.J. Lu | |
2012-06-04 | Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64 | H.J. Lu | |
2012-06-04 | Use x86_64 bits/{io,perm}.h for i386 and x86_64 | H.J. Lu | |
2012-06-04 | Manual for platform-specific features and new __ppc_get_timebase inline. | Tulio Magno Quites Machado Filho | |
[BZ #13743] A new class of installed headers has been documented for low-level platform-specific functionality. PowerPC added the first instance with a function to provide time base register access (__ppc_get_timebase). This is required for applications that measure time at high frequencies with high precision that can't afford a syscall. | |||
2012-06-02 | Move __mcount_internal from GLIBC_PRIVATE to GLIBC_2.16 | Andreas Schwab | |
2012-06-01 | Fix a typo in x86_64 sys/io.h | H.J. Lu | |
2012-06-01 | Add default-abi definitions for powerpc, s390 and sparc. | Joseph Myers | |
2012-06-01 | Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64 | H.J. Lu | |
2012-06-01 | Define DR_LEN_8 only if __x86_64__ is defined | H.J. Lu | |
2012-06-01 | Fix fmod for subnormals (bug 14048). | Joseph Myers | |
2012-06-01 | Ensure additions are not scheduled after fetestexcept in fmaf and fmal. | Joseph Myers | |
2012-06-01 | Add a barrier in the double fma implementation. | Aurelien Jarno | |
2012-06-01 | Use i386 bits/wchar.h for i386 and x86-64 | H.J. Lu | |
2012-06-01 | PowerPC: Fix for POWER7 sinf/cosf | Adhemerval Zanella | |
This patch fixes some sinf/cosf calculations that generated unexpected underflows exceptions. | |||
2012-05-31 | Support __WORDSIZE == 64 in i386 bits/wchar.h | H.J. Lu | |