about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate x86 and x86_64 ulps.Joseph Myers2013-07-021-0/+5
|
* Add a configure option to enable lock elision and disable by defaultAndi Kleen2013-07-021-0/+8
| | | | Can be enabled with --enable-lock-elision=yes at configure time.
* Enable static 32-bit SSE4.2 strcasecmp/strncasecmpH.J. Lu2013-07-021-0/+6
|
* Implement fma in soft-fp.Joseph Myers2013-07-021-0/+51
|
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-281-0/+14
| | | | SSE2/SSSE3 versions are faster than SSE4.2 versions on Intel Silvermont.
* PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold2013-06-281-0/+18
|
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-281-0/+25
|
* Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers2013-06-281-0/+5
|
* Test for mprotect failure in dl-load.c (bug 12492).Pierre Ynard2013-06-281-0/+6
|
* Mark packed structure element used with atomic operation aligned.Nathan Froyd2013-06-281-0/+6
|
* Add a dlopen/getpagesize static executable test.Maciej W. Rozycki2013-06-281-0/+8
|
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-281-0/+23
| | | | | | | | This change creates a link map in static executables to serve as the global search list for dlopen. It fixes a problem with the inability to access the global symbol object and a crash on an attempt to map a DSO into the global scope. Some code that has become dead after the addition of this link map is removed too and test cases are provided.
* Require GCC 4.4 or later to build glibc.Joseph Myers2013-06-261-0/+8
|
* Add a test for BZ #15674H.J. Lu2013-06-261-0/+3
|
* Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva2013-06-261-0/+5
|
* [BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki2013-06-261-0/+7
|
* Add AT_HWCAP2 as a new auxv_t a_type to elf.h.Ryan S. Arnold2013-06-261-0/+4
|
* drop NEWS mentionMike Frysinger2013-06-251-1/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fix missing libc-internal.h include.Richard Henderson2013-06-251-0/+4
| | | | * locale/programs/locarchive.c: Include <libc-internal.h>
* Update texinfo.tex.Joseph Myers2013-06-251-0/+5
|
* [BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger2013-06-241-0/+22
| | | | | | | | | | | | 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 macrosMike Frysinger2013-06-241-0/+7
| | | | | | | 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>
* PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2013-06-241-0/+18
|
* Regenerate INSTALL fileSiddhesh Poyarekar2013-06-241-0/+2
|
* Fix typo in commentSiddhesh Poyarekar2013-06-241-0/+4
|
* Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers2013-06-221-0/+2
|
* Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul ↵Joseph Myers2013-06-221-0/+6
| | | | (bug 15667).
* Remove dead DL_DST_REQ_STATIC code.Maciej W. Rozycki2013-06-221-0/+6
|
* Fix bad shift in soft-fp (bug 7006).Joseph Myers2013-06-211-0/+6
|
* dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki2013-06-211-0/+5
|
* Add sh4 implementation of fegetexceptflag.Kaz Kojima2013-06-211-0/+5
|
* Fix loop construction to functions callsAdhemerval Zanella2013-06-201-0/+16
| | | | | | 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 Myers2013-06-201-0/+3
|
* Avoid spurious failures from <fenv.h> fallback functions (bug 15654).Joseph Myers2013-06-201-0/+16
|
* Use rtld-CPPFLAGS in rtld-%.os rules for generated sources.Roland McGrath2013-06-181-0/+6
|
* PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella2013-06-171-0/+5
| | | | | This patch reserves four pointer to be used in future Event-Based Branch framework for PowerPC.
* Sort sysd-rules-patterns by descending pattern length.Roland McGrath2013-06-171-0/+6
|
* Rewrite sysd-rules generation using an awk script.Roland McGrath2013-06-171-0/+8
|
* Use math-tests.h more in math/test-misc.Joseph Myers2013-06-171-0/+5
|
* Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers2013-06-151-0/+5
|
* Add another fma test.Joseph Myers2013-06-151-0/+4
|
* Add documentation for default pthread attribute functionsSiddhesh Poyarekar2013-06-151-0/+4
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+23
| | | | | | | 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.
* Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva2013-06-141-0/+5
| | | | | | | | | 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_64Siddhesh Poyarekar2013-06-151-0/+7
| | | | | | Resolves: BZ #15627 Add an assembler version of rtld-memset to avoid using SSE registers.
* Make tst-strtod-round use ROUNDING_TESTS.Joseph Myers2013-06-141-0/+8
|
* Fix raciness in waitid test.Roland McGrath2013-06-131-0/+7
|
* Fix NEWS entry about clock precisionSiddhesh Poyarekar2013-06-131-0/+5
| | | | Text by Roland McGrath.
* Don't let ld.so that failed its sanity check land in place.Roland McGrath2013-06-131-0/+5
|
* Rework tst-strtod-round handling of inexact results.Joseph Myers2013-06-131-0/+14
|