Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update texinfo.tex. | Joseph Myers | 2013-06-25 | 2 | -202/+358 |
| | |||||
* | m68k: fix bad use of register alias in cfi insn | Andreas Schwab | 2013-06-25 | 2 | -2/+7 |
| | |||||
* | [BZ #15666] alpha: Add __sqrt*_finite definitions | Richard Henderson | 2013-06-24 | 9 | -1/+86 |
| | | | | | With compatibility for ev6 and non-ev6 builds, as the non-ev6 did manage to get definitions emitted for the float and double functions. | ||||
* | [BZ #10283] localedef: align fixed maps to SHMLBA | Mike Frysinger | 2013-06-24 | 5 | -29/+113 |
| | | | | | | | | | | | | Many Linux arches require fixed mmaps to be aligned higher than pagesize, so use the SHMLBA define as it represents this quantity exactly. This fixes spurious errors seen on those arches like: cannot map archive header: Invalid argument URL: http://sourceware.org/bugzilla/show_bug.cgi?id=10283 Reported-by: CHIKAMA Masaki <masaki.chikama@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | libc-internal.h: add ALIGN helper macros | Mike Frysinger | 2013-06-24 | 2 | -0/+27 |
| | | | | | | | Rather than open coding the masks, add helper macros to do the magic. This makes code easier to read. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | BZ #12310: pthread_exit in static app. segfaults | Vladimir Nikulichev | 2013-06-24 | 3 | -12/+21 |
| | | | | | | | | | | | | | | | | Static applications that call pthread_exit on the main thread segfault. This is because after a thread terminates __libc_start_main decrements __nptl_nthreads which is only defined in pthread_create. Therefore the right solution is to add a requirement to pthread_create from pthread_exit. ~~~ nptl/ 2013-06-24 Vladimir Nikulichev <v.nikulichev@gmail.com> [BZ #12310] * pthread_exit.c: Add reference to pthread_create. | ||||
* | PowerPC: Enable POWER8 platform sans hwcap bits. | Ryan S. Arnold | 2013-06-24 | 7 | -3/+34 |
| | |||||
* | Regenerate INSTALL file | Siddhesh Poyarekar | 2013-06-24 | 2 | -3/+6 |
| | |||||
* | Fix typo in comment | Siddhesh Poyarekar | 2013-06-24 | 2 | -2/+6 |
| | |||||
* | alpha: Update libm-test-ulps | Richard Henderson | 2013-06-23 | 2 | -32/+6392 |
| | |||||
* | Include <string.h> in nptl/pthread_setattr_default_np.c. | Joseph Myers | 2013-06-22 | 2 | -0/+5 |
| | |||||
* | Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c. | Joseph Myers | 2013-06-22 | 2 | -0/+3 |
| | |||||
* | Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul ↵ | Joseph Myers | 2013-06-22 | 3 | -7/+13 |
| | | | | (bug 15667). | ||||
* | Remove dead DL_DST_REQ_STATIC code. | Maciej W. Rozycki | 2013-06-22 | 2 | -13/+6 |
| | |||||
* | Add sh4 implementation of fegetexceptflag (bug 15655). | Kaz Kojima | 2013-06-22 | 1 | -1/+2 |
| | |||||
* | Fix bad shift in soft-fp (bug 7006). | Joseph Myers | 2013-06-21 | 3 | -14/+21 |
| | |||||
* | dlfcn/Makefile: Avoid repeated $(*-ENV) definitions. | Maciej W. Rozycki | 2013-06-21 | 2 | -1/+6 |
| | |||||
* | Add sh4 implementation of fegetexceptflag. | Kaz Kojima | 2013-06-21 | 2 | -0/+43 |
| | |||||
* | Fix loop construction to functions calls | Adhemerval Zanella | 2013-06-20 | 11 | -0/+86 |
| | | | | | | Check wheter the compiler has the option -fno-tree-loop-distribute-patterns to inhibit loop transformation to library calls and uses it on memset and memmove default implementation to avoid recursive calls. | ||||
* | Allow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails. | Joseph Myers | 2013-06-20 | 2 | -1/+8 |
| | |||||
* | Avoid spurious failures from <fenv.h> fallback functions (bug 15654). | Joseph Myers | 2013-06-20 | 12 | -16/+44 |
| | |||||
* | Use rtld-CPPFLAGS in rtld-%.os rules for generated sources. | Roland McGrath | 2013-06-18 | 2 | -12/+28 |
| | |||||
* | sysdeps/arm/arm-mcount.S: Comment typo fix. | Roland McGrath | 2013-06-18 | 2 | -1/+3 |
| | |||||
* | ARM: Make armv7 memcpy implementations SFI-friendly | Roland McGrath | 2013-06-18 | 3 | -281/+572 |
| | |||||
* | ARM: Clean up __libc_ifunc_impl_list | Roland McGrath | 2013-06-18 | 2 | -10/+21 |
| | |||||
* | Fix warnings from ARM soft-float fpu_control.h. | Joseph Myers | 2013-06-18 | 2 | -2/+7 |
| | |||||
* | Wrap test-fpucw.c for ARM. | Joseph Myers | 2013-06-18 | 3 | -1/+12 |
| | |||||
* | PowerPC: Reserve TCB space for EBB framework | Adhemerval Zanella | 2013-06-17 | 2 | -0/+10 |
| | | | | | This patch reserves four pointer to be used in future Event-Based Branch framework for PowerPC. | ||||
* | Make ARM feenableexcept detect failure (bug 14907). | Joseph Myers | 2013-06-17 | 3 | -9/+27 |
| | |||||
* | Sort sysd-rules-patterns by descending pattern length. | Roland McGrath | 2013-06-17 | 5 | -9/+32 |
| | |||||
* | Rewrite sysd-rules generation using an awk script. | Roland McGrath | 2013-06-17 | 4 | -34/+79 |
| | |||||
* | Use math-tests.h more in math/test-misc. | Joseph Myers | 2013-06-17 | 2 | -2/+15 |
| | |||||
* | Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). | Joseph Myers | 2013-06-15 | 3 | -3/+21 |
| | |||||
* | Add another fma test. | Joseph Myers | 2013-06-15 | 2 | -0/+5 |
| | |||||
* | Add documentation for default pthread attribute functions | Siddhesh Poyarekar | 2013-06-15 | 2 | -0/+44 |
| | |||||
* | New API to set default thread attributes | Siddhesh Poyarekar | 2013-06-15 | 49 | -13/+817 |
| | | | | | | | This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes. | ||||
* | Stop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909). | Joseph Myers | 2013-06-14 | 7 | -29/+23 |
| | |||||
* | Update ARM _FPU_RESERVED value. | Joseph Myers | 2013-06-14 | 3 | -3/+9 |
| | |||||
* | Add math-tests.h for MIPS. | Joseph Myers | 2013-06-14 | 2 | -0/+41 |
| | |||||
* | Set fast unaligned load flag for new Intel microarchitecture | Liubov Dmitrieva | 2013-06-14 | 2 | -0/+12 |
| | | | | | | | | | I have small patch for new Intel Silvermont machines. http://newsroom.intel.com/community/intel_newsroom/blog/2013/05/06/intel-launches-low-power-high-performance-silvermont-microarchitecture I checked this on my machine and see that strcpy, ... unaligned versions are faster than ssse3 versions. | ||||
* | Add rtld-memset.S for x86_64 | Siddhesh Poyarekar | 2013-06-15 | 4 | -2/+45 |
| | | | | | | Resolves: BZ #15627 Add an assembler version of rtld-memset to avoid using SSE registers. | ||||
* | Make tst-strtod-round use ROUNDING_TESTS. | Joseph Myers | 2013-06-14 | 2 | -9/+38 |
| | |||||
* | MicroBlaze: negated errors in lowlevellock.h | Kirk Meyer | 2013-06-14 | 2 | -4/+9 |
| | | | | | | | | | The macros in lowlevellock.h are returning positive errors, but the users of the macros expect negative. This causes e.g. sem_wait to sometimes return an error with errno set to -EWOULDBLOCK. Signed-off-by: Kirk Meyer <kirk.meyer@sencore.com> Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> | ||||
* | Fix raciness in waitid test. | Roland McGrath | 2013-06-13 | 2 | -4/+18 |
| | |||||
* | Avoid access beyond memory bounds in pthread_attr_getaffinity_np | Siddhesh Poyarekar | 2013-06-14 | 5 | -2/+81 |
| | | | | | | | | | Resolves BZ #15618. pthread_attr_getaffinity_np may write beyond bounds of the input cpuset buffer if the size of the input buffer is smaller than the buffer present in the input pthread attributes. Fix is to copy to the extent of the minimum of the source and the destination. | ||||
* | Fix NEWS entry about clock precision | Siddhesh Poyarekar | 2013-06-13 | 2 | -1/+7 |
| | | | | Text by Roland McGrath. | ||||
* | Don't let ld.so that failed its sanity check land in place. | Roland McGrath | 2013-06-13 | 2 | -2/+10 |
| | |||||
* | tile: default to little-endian in bits/endian.h | Chris Metcalf | 2013-06-13 | 2 | -3/+5 |
| | | | | | | This turns out to be helpful when doing a from-scratch cross-compile of gcc and glibc, since you can then do "make install-headers" in glibc even before you have a functioning tile gcc. | ||||
* | Rework tst-strtod-round handling of inexact results. | Joseph Myers | 2013-06-13 | 3 | -45/+737 |
| | |||||
* | Fix formatting of comment | Andreas Jaeger | 2013-06-13 | 1 | -1/+1 |
| |