about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining bounded-pointers support from i386 .S files.Joseph Myers2013-02-2164-500/+672
|
* nptl: Fix comment typo in fork.c.Carlos O'Donell2013-02-212-1/+5
|
* Move @end statement to start of lineAllan McRae2013-02-212-1/+7
| | | | Fixes a warning with texinfo-5.0.
* Mark __inv as static in powerpcSiddhesh Poyarekar2013-02-213-2/+7
|
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-214-4/+11
|
* S/390: Fix _dl_runtime_profile for 32 bit.Andreas Krebbel2013-02-212-5/+16
|
* Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2013-02-213-2/+9
| | | | Syncs up with generic code.
* Add FUTEX_*_REQUEUE_PI support for Alpha.Richard Henderson2013-02-202-0/+35
|
* alpha: Include errno.h in sysdep.hRichard Henderson2013-02-202-0/+7
| | | | | Recent changes in malloc-sysdep.h exposed this error, the symptom being __set_errno was not defined early enough.
* manual: Remove frobnicate @pxref.Carlos O'Donell2013-02-202-1/+6
| | | | | | We remove the frobnicate @pxref in the "System Databases and Name Service Switch" chapter. The @pxref doesn't make sense in the given context.
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-204-2/+10
| | | | Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca.
* Add ARM relocation constants to elf/elf.h.Petr Machata2013-02-202-18/+167
|
* Properly sort a libc.abilist file.Thomas Schwinge2013-02-202-11/+14
| | | | Inconsistency introduced in commit 84b3fd8407cc9a2e7f487b6247681bd8a78a4560.
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-204-2/+10
|
* Add missing __attribute_used__.Thomas Schwinge2013-02-202-1/+5
| | | | | Generic IEEE 754 file has been changed in commit b575c52b86fe0c00adec925e356eb72cf95b23a7.
* Align to generic file.Thomas Schwinge2013-02-202-9/+14
|
* Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2013-02-204-2/+20
|
* Remove some bounded-pointers support from i386 .S files.Joseph Myers2013-02-1952-477/+133
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcJakub Jelinek2013-02-194-19/+26
|\
| * Fix some testsuite build warning fixes in libmSiddhesh Poyarekar2013-02-194-19/+26
| |
* | * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-likeJakub Jelinek2013-02-192-21/+28
|/ | | | macro.
* Add NEWS entry for C++11 thread_local support.Siddhesh Poyarekar2013-02-191-0/+4
|
* Fix copyright year in new filesSiddhesh Poyarekar2013-02-194-3/+9
|
* Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers2013-02-192-0/+40
|
* Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers2013-02-182-0/+38
|
* stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger2013-02-182-1/+6
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger2013-02-184-5/+19
| | | | | | | | Since we want to use this in installed headers, move it to the installed sys/cdefs.h. This requires a slight tweaking of the name (add trailing underscores). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* unify xmalloc prototypes & friendsMike Frysinger2013-02-1813-55/+60
| | | | | | | | These prototypes are duplicated in many places. Add a dedicated header for holding prototypes for program-specific functions to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add __cxa_thread_atexit_impl to aarch64 abilistSiddhesh Poyarekar2013-02-182-0/+8
|
* Fix ChangeLogsSiddhesh Poyarekar2013-02-182-3/+5
|
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-1840-2/+422
| | | | | | | | | | | This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed.
* Fix build warnings in some test casesSiddhesh Poyarekar2013-02-185-0/+9
| | | | Include stdlib.h to get declaration of exit(3)
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-186-38/+51
| | | | Consolidate code to search for an address within a DSO.
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-1810-45/+260
| | | | | Add FUTEX_*_REQUEUE_PI support for the default C code and also add implementations for s-390 and ppc.
* S/390: Fix _dl_runtime_profileAndreas Krebbel2013-02-182-32/+44
|
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-1718-197/+77
|
* Sort Versions filesAndreas Jaeger2013-02-178-27/+36
|
* Fix ChangeLog date (again)Siddhesh Poyarekar2013-02-161-1/+1
| | | | | I just realized that it's 16-Feb in India, but not in UTC. Make it 15th again.
* Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2013-02-162-10/+7
|
* Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar2013-02-162-5/+20
|
* Fix determination of lower precision in __mulSiddhesh Poyarekar2013-02-152-1/+9
|
* Remove bounded-pointers build system support.Joseph Myers2013-02-1516-95/+62
|
* Remove miscellaneous bounded-pointers relics in C code.Joseph Myers2013-02-159-16/+28
|
* hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell2013-02-143-14/+7
| | | | | | There hasn't been a use for lll_unlock_wake_cb since it was removed globally in 2007-05-29. This patch removes the function from hppa's lowlevellock.[ch] implementation.
* aarch64: Update libm-test-ulps.Marcus Shawcroft2013-02-142-0/+368
|
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-1427-99/+178
|
* Remove redundant return keywordSiddhesh Poyarekar2013-02-143-26/+22
|
* Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar2013-02-144-4/+10
|
* New __sqr function as a faster special case of __mulSiddhesh Poyarekar2013-02-148-2/+309
|
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-1360-155/+234
|