aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Remove remaining bounded-pointers support from i386 .S files.Joseph Myers64-500/+672
2013-02-21nptl: Fix comment typo in fork.c.Carlos O'Donell2-1/+5
2013-02-21Move @end statement to start of lineAllan McRae2-1/+7
2013-02-21Mark __inv as static in powerpcSiddhesh Poyarekar3-2/+7
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar4-4/+11
2013-02-21S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel2-5/+16
2013-02-21Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar3-2/+9
2013-02-20Add FUTEX_*_REQUEUE_PI support for Alpha.Richard Henderson2-0/+35
2013-02-20alpha: Include errno.h in sysdep.hRichard Henderson2-0/+7
2013-02-20manual: Remove frobnicate @pxref.Carlos O'Donell2-1/+6
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge4-2/+10
2013-02-20Add ARM relocation constants to elf/elf.h.Petr Machata2-18/+167
2013-02-20Properly sort a libc.abilist file.Thomas Schwinge2-11/+14
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge4-2/+10
2013-02-20Add missing __attribute_used__.Thomas Schwinge2-1/+5
2013-02-20Align to generic file.Thomas Schwinge2-9/+14
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar4-2/+20
2013-02-19Remove some bounded-pointers support from i386 .S files.Joseph Myers52-477/+133
2013-02-19Merge branch 'master' of ssh://sourceware.org/git/glibcJakub Jelinek4-19/+26
2013-02-19 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-likeJakub Jelinek2-21/+28
2013-02-19Fix some testsuite build warning fixes in libmSiddhesh Poyarekar4-19/+26
2013-02-19Add NEWS entry for C++11 thread_local support.Siddhesh Poyarekar1-0/+4
2013-02-19Fix copyright year in new filesSiddhesh Poyarekar4-3/+9
2013-02-19Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers2-0/+40
2013-02-18Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers2-0/+38
2013-02-18stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger2-1/+6
2013-02-18sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger4-5/+19
2013-02-18unify xmalloc prototypes & friendsMike Frysinger13-55/+60
2013-02-18Add __cxa_thread_atexit_impl to aarch64 abilistSiddhesh Poyarekar2-0/+8
2013-02-18Fix ChangeLogsSiddhesh Poyarekar2-3/+5
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar40-2/+422
2013-02-18Fix build warnings in some test casesSiddhesh Poyarekar5-0/+9
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar6-38/+51
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar10-45/+260
2013-02-18S/390: Fix _dl_runtime_profileAndreas Krebbel2-32/+44
2013-02-17Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers18-197/+77
2013-02-17Sort Versions filesAndreas Jaeger8-27/+36
2013-02-16Fix ChangeLog date (again)Siddhesh Poyarekar1-1/+1
2013-02-16Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2-10/+7
2013-02-16Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar2-5/+20
2013-02-15Fix determination of lower precision in __mulSiddhesh Poyarekar2-1/+9
2013-02-15Remove bounded-pointers build system support.Joseph Myers16-95/+62
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers9-16/+28
2013-02-14hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell3-14/+7
2013-02-14aarch64: Update libm-test-ulps.Marcus Shawcroft2-0/+368
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers27-99/+178
2013-02-14Remove redundant return keywordSiddhesh Poyarekar3-26/+22
2013-02-14Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar4-4/+10
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar8-2/+309
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers60-155/+234