about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Add GLRO(dl_hwcap2), conditional on per platform HWCAP2_AVAIL. rsa/hwcap2_v5Ryan S. Arnold2013-06-2716-13/+123
|
* _dl_static_init: Remove nested locking.Maciej W. Rozycki2013-06-274-14/+14
| | | | | | | This function is now called from dl_open_worker with the GL(dl_load_lock) lock held and no longer needs local protection. GL(dl_load_lock) also correctly protects _dl_lookup_symbol_x called here that relies on the caller to have serialized access to the data structures it uses.
* Require GCC 4.4 or later to build glibc.Joseph Myers2013-06-265-6/+14
|
* Add a test for BZ #15674H.J. Lu2013-06-262-0/+27
|
* Mention BZ #15674H.J. Lu2013-06-261-1/+1
|
* Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva2013-06-262-4/+7
|
* [BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki2013-06-262-4/+11
|
* Add AT_HWCAP2 as a new auxv_t a_type to elf.h.Ryan S. Arnold2013-06-262-1/+8
|
* 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-252-0/+5
| | | | * locale/programs/locarchive.c: Include <libc-internal.h>
* Update texinfo.tex.Joseph Myers2013-06-252-202/+358
|
* m68k: fix bad use of register alias in cfi insnAndreas Schwab2013-06-252-2/+7
|
* [BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson2013-06-249-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 SHMLBAMike Frysinger2013-06-245-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 macrosMike Frysinger2013-06-242-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. segfaultsVladimir Nikulichev2013-06-243-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. Arnold2013-06-247-3/+34
|
* Regenerate INSTALL fileSiddhesh Poyarekar2013-06-242-3/+6
|
* Fix typo in commentSiddhesh Poyarekar2013-06-242-2/+6
|
* alpha: Update libm-test-ulpsRichard Henderson2013-06-232-32/+6392
|
* Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers2013-06-222-0/+5
|
* Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers2013-06-222-0/+3
|
* Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul ↵Joseph Myers2013-06-223-7/+13
| | | | (bug 15667).
* Remove dead DL_DST_REQ_STATIC code.Maciej W. Rozycki2013-06-222-13/+6
|
* Add sh4 implementation of fegetexceptflag (bug 15655).Kaz Kojima2013-06-221-1/+2
|
* Fix bad shift in soft-fp (bug 7006).Joseph Myers2013-06-213-14/+21
|
* dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki2013-06-212-1/+6
|
* Add sh4 implementation of fegetexceptflag.Kaz Kojima2013-06-212-0/+43
|
* Fix loop construction to functions callsAdhemerval Zanella2013-06-2011-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 Myers2013-06-202-1/+8
|
* Avoid spurious failures from <fenv.h> fallback functions (bug 15654).Joseph Myers2013-06-2012-16/+44
|
* Use rtld-CPPFLAGS in rtld-%.os rules for generated sources.Roland McGrath2013-06-182-12/+28
|
* sysdeps/arm/arm-mcount.S: Comment typo fix.Roland McGrath2013-06-182-1/+3
|
* ARM: Make armv7 memcpy implementations SFI-friendlyRoland McGrath2013-06-183-281/+572
|
* ARM: Clean up __libc_ifunc_impl_listRoland McGrath2013-06-182-10/+21
|
* Fix warnings from ARM soft-float fpu_control.h.Joseph Myers2013-06-182-2/+7
|
* Wrap test-fpucw.c for ARM.Joseph Myers2013-06-183-1/+12
|
* PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella2013-06-172-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 Myers2013-06-173-9/+27
|
* Sort sysd-rules-patterns by descending pattern length.Roland McGrath2013-06-175-9/+32
|
* Rewrite sysd-rules generation using an awk script.Roland McGrath2013-06-174-34/+79
|
* Use math-tests.h more in math/test-misc.Joseph Myers2013-06-172-2/+15
|
* Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers2013-06-153-3/+21
|
* Add another fma test.Joseph Myers2013-06-152-0/+5
|
* Add documentation for default pthread attribute functionsSiddhesh Poyarekar2013-06-152-0/+44
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-1549-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 Myers2013-06-147-29/+23
|
* Update ARM _FPU_RESERVED value.Joseph Myers2013-06-143-3/+9
|
* Add math-tests.h for MIPS.Joseph Myers2013-06-142-0/+41
|
* Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva2013-06-142-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.