Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | Make mantissa type configurable | Siddhesh Poyarekar | |
This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. | |||
2013-03-15 | Modify threads in nptl cindex to pthreads | Siddhesh Poyarekar | |
2013-03-15 | Regenerate sysdeps/x86_64/preconfigure. | Joseph Myers | |
2013-03-14 | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | |
2013-03-14 | aarch64: use lib64 as default lib and slib directory | Andreas Schwab | |
2013-03-14 | Add nptl manual chapter | Siddhesh Poyarekar | |
This adds the base chapter for POSIX threads and also documentation for thread-specific data, along with a note on its interaction with C++11 thread_local variables. | |||
2013-03-14 | Fix formatting in last change | Siddhesh Poyarekar | |
2013-03-14 | Fix __times() handling of EFAULT when buf is NULL | Petr Baudis | |
2013-03-13 | ARM_BX_ALIGN_LOG2 | Roland McGrath | |
2013-03-13 | ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code. | Roland McGrath | |
2013-03-13 | ARM: Support avoiding pc as destination register. | Roland McGrath | |
2013-03-13 | Don't build .os objects of static-only-routines for extra libs | Andreas Schwab | |
2013-03-12 | Include atomic.h in generic lowlevellock.c. | Carlos O'Donell | |
2013-03-13 | Update zic from tzcode 2013b. | Joseph Myers | |
2013-03-12 | Remove mention of i386-pc-linux-gnu. | Carlos O'Donell | |
The GNU C Library does not support building for i386 therefore we remove mention of this configuration from the INSTALL file. | |||
2013-03-12 | ARM: Make armv6t2 memchr implementation usable without Thumb. | Roland McGrath | |
2013-03-12 | ARM: Change register allocation in armv6t2 memchr implementation. | Roland McGrath | |
2013-03-12 | Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ↵ | Roland McGrath | |
gcrt1.o | |||
2013-03-12 | Fix up log entry. | Roland McGrath | |
2013-03-12 | ia64: fix set-but-unused warnings with syscalls | Mike Frysinger | |
These macros often set up a variable that later macros sometimes do not use. Add unused attribute to avoid that. Similarly, the ia64 code tends to check the err field rather than the val (which is opposite of most arches) leading to the same kind of warning. Replace this with a dummy reference. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-03-12 | ia64: fix strict aliasing warnings with libm error | Mike Frysinger | |
The current code declares double constants by using a char buffer and then casting the pointer to a different type. This makes the aliasing logic unhappy. Change it to use a union instead to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-03-12 | ia64: fix strict aliasing warnings with func descriptors | Mike Frysinger | |
Function pointers on ia64 are like parisc -- they're plabels. While the parisc port enjoys a gcc builtin for extracting the address here, ia64 has no such luck. Casting & dereferencing in one go triggers a strict aliasing warning. Use a union to fix that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-03-11 | Add comments about ARM configure -fno-unwind-tables handling. | Joseph Myers | |
2013-03-11 | ARM: Consolidate setjmp details in include/bits/setjmp.h file. | Roland McGrath | |
2013-03-11 | ARM: Convert string/ assembly to unified syntax. | Roland McGrath | |
2013-03-11 | ARM: Use r10 instead of r9. | Roland McGrath | |
2013-03-11 | AM33: Use <bits/mman.h> | Andreas Jaeger | |
2013-03-11 | Use <bits/mman.h> on ia64 | Andreas Jaeger | |
2013-03-11 | Clean up ARM preconfigure. | Roland McGrath | |
2013-03-11 | Remove Prefer_SSE_for_memop on x64 | Ondrej Bilka | |
2013-03-11 | Remove extra pthread_atfork compat symbols | Andreas Schwab | |
2013-03-10 | ia64: makecontext: fix signed warnings | Mike Frysinger | |
The ia64_rse_is_rnat_slot func expects an unsigned pointer, but we're passing in a signed pointer. The signness doesn't matter here, so convert it to unsigned. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-03-10 | ia64: fix NEED_DL_SYSINFO_DSO conditionals | Mike Frysinger | |
The recent change to clean up these defines missed the ia64 logic. Update it accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-03-08 | Set LC_ALL=C before sed. | Paul Pluzhnikov | |
2013-03-08 | Add dependency tracking for preconfigure files. | Roland McGrath | |
2013-03-08 | Remove __malloc_ptr_t. | Joseph Myers | |
2013-03-08 | Use ISO C prototype for __default_morecore. | Joseph Myers | |
2013-03-08 | Remove __malloc_ptrdiff_t. | Joseph Myers | |
2013-03-08 | Remove __malloc_size_t. | Joseph Myers | |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | |
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | |||
2013-03-08 | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | |
Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64. | |||
2013-03-07 | arm: Implement armv6 optimized string routines | Richard Henderson | |
The strcpy and strchr (and related) functions are four times faster than the byte-by-byte default versions. The strlen function is twice as fast for long strings and 50% faster for short strings over the armv4 version. | |||
2013-03-07 | AARCH64: Use <bits/mman-linux.h> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/aarch64/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. | |||
2013-03-07 | Install <bits/mman-linux.h> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h. | |||
2013-03-07 | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | |
2013-03-07 | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | |
2013-03-07 | Use an intermediate variable to sum exponents in powerpc __mul and __sqr | Siddhesh Poyarekar | |
2013-03-07 | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | |
2013-03-07 | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | |
Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux. | |||
2013-03-06 | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | |
This reverts commit b79188d71716b6286866e06add976fe84100595e. |