aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-28PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.rsa/hwcap2_v6Ryan S. Arnold6-22/+85
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold18-13/+90
2013-06-28[AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_Marcus Shawcroft2-2/+7
2013-06-28[AArch64] Simplify getcontext pstate initialization.Marcus Shawcroft2-2/+6
2013-06-27_dl_static_init: Remove nested locking.Maciej W. Rozycki4-14/+14
2013-06-26Require GCC 4.4 or later to build glibc.Joseph Myers5-6/+14
2013-06-26Add a test for BZ #15674H.J. Lu2-0/+27
2013-06-26Mention BZ #15674H.J. Lu1-1/+1
2013-06-26Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva2-4/+7
2013-06-26[BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki2-4/+11
2013-06-26Add AT_HWCAP2 as a new auxv_t a_type to elf.h.Ryan S. Arnold2-1/+8
2013-06-25drop NEWS mentionMike Frysinger1-1/+0
2013-06-25Fix missing libc-internal.h include.Richard Henderson2-0/+5
2013-06-25Update texinfo.tex.Joseph Myers2-202/+358
2013-06-25m68k: fix bad use of register alias in cfi insnAndreas Schwab2-2/+7
2013-06-24[BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson9-1/+86
2013-06-24[BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger5-29/+113
2013-06-24libc-internal.h: add ALIGN helper macrosMike Frysinger2-0/+27
2013-06-24BZ #12310: pthread_exit in static app. segfaultsVladimir Nikulichev3-12/+21
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold7-3/+34
2013-06-24Regenerate INSTALL fileSiddhesh Poyarekar2-3/+6
2013-06-24Fix typo in commentSiddhesh Poyarekar2-2/+6
2013-06-23alpha: Update libm-test-ulpsRichard Henderson2-32/+6392
2013-06-22Include <string.h> in nptl/pthread_setattr_default_np.c.Joseph Myers2-0/+5
2013-06-22Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers2-0/+3
2013-06-22Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul (b...Joseph Myers3-7/+13
2013-06-22Remove dead DL_DST_REQ_STATIC code.Maciej W. Rozycki2-13/+6
2013-06-22Add sh4 implementation of fegetexceptflag (bug 15655).Kaz Kojima1-1/+2
2013-06-21Fix bad shift in soft-fp (bug 7006).Joseph Myers3-14/+21
2013-06-21dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.Maciej W. Rozycki2-1/+6
2013-06-21Add sh4 implementation of fegetexceptflag.Kaz Kojima2-0/+43
2013-06-20Fix loop construction to functions callsAdhemerval Zanella11-0/+86
2013-06-20Allow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails.Joseph Myers2-1/+8
2013-06-20Avoid spurious failures from <fenv.h> fallback functions (bug 15654).Joseph Myers12-16/+44
2013-06-18Use rtld-CPPFLAGS in rtld-%.os rules for generated sources.Roland McGrath2-12/+28
2013-06-18sysdeps/arm/arm-mcount.S: Comment typo fix.Roland McGrath2-1/+3
2013-06-18ARM: Make armv7 memcpy implementations SFI-friendlyRoland McGrath3-281/+572
2013-06-18ARM: Clean up __libc_ifunc_impl_listRoland McGrath2-10/+21
2013-06-18Fix warnings from ARM soft-float fpu_control.h.Joseph Myers2-2/+7
2013-06-18Wrap test-fpucw.c for ARM.Joseph Myers3-1/+12
2013-06-17PowerPC: Reserve TCB space for EBB frameworkAdhemerval Zanella2-0/+10
2013-06-17Make ARM feenableexcept detect failure (bug 14907).Joseph Myers3-9/+27
2013-06-17Sort sysd-rules-patterns by descending pattern length.Roland McGrath5-9/+32
2013-06-17Rewrite sysd-rules generation using an awk script.Roland McGrath4-34/+79
2013-06-17Use math-tests.h more in math/test-misc.Joseph Myers2-2/+15
2013-06-15Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers3-3/+21
2013-06-15Add another fma test.Joseph Myers2-0/+5
2013-06-15Add documentation for default pthread attribute functionsSiddhesh Poyarekar2-0/+44
2013-06-15New API to set default thread attributesSiddhesh Poyarekar49-13/+817
2013-06-14Stop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909).Joseph Myers7-29/+23