Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lang_name to German, English, Spanish, French locales. | Chris Leonard | 2013-11-22 | 47 | -0/+136 |
| | |||||
* | Add missing #include for malloc/hooks.c code. | Roland McGrath | 2013-11-21 | 2 | -2/+6 |
| | |||||
* | Adjust generic swapon prototype to match Linux version. | Roland McGrath | 2013-11-21 | 2 | -1/+5 |
| | |||||
* | Use __glibc_block in public headers. | Meador Inge | 2013-11-21 | 5 | -15/+25 |
| | | | | | | | | | | | | As detailed in PR11157, the use of '__block' is known to interfere with keywords in some environments, such as the Clang -fblocks extension. Recently a similar issue was raised concerning the use of '__unused' and a '__glibc' prefix was proposed to create a glibc implementation namespace for these sorts of issues [1]. This patches takes that approach. [1] https://sourceware.org/ml/libc-alpha/2012-02/msg00047.html [2] http://lists.debian.org/debian-glibc/2013/11/msg00020.html | ||||
* | Don't use broken DL_AUTO_FUNCTION_ADDRESS() | Guy Martin | 2013-11-21 | 11 | -61/+98 |
| | | | | | | | | | | | | On hppa and ia64, the macro DL_AUTO_FUNCTION_ADDRESS() uses the variable fptr[2] in it's own scope. The content of fptr[] is thus undefined right after the macro exits. Newer gcc's (>= 4.7) reuse the stack space of this variable triggering a segmentation fault in dl-init.c:69. To fix this we rewrite the macros to make the call directly to init and fini without needing to pass back a constructed function pointer. | ||||
* | Add lang_name to Arabic locales. | Chris Leonard | 2013-11-21 | 20 | -0/+41 |
| | |||||
* | linux-generic: fix alignment of struct stat/statfs for nios2 | Chung-Lin Tang | 2013-11-20 | 3 | -6/+15 |
| | | | | | | | | | The hard alignment of 8 was appropriate for most platforms for which 8-byte values are 8-byte aligned, but this is not true for the nios2 platform, so only align to the alignment of the 8-byte type on the platform. Remove the explicit alignment of struct statfs as it's redundant. | ||||
* | Fix missing > on email. | Paul Pluzhnikov | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9 | Paul Pluzhnikov | 2013-11-20 | 2 | -0/+8 |
| | | | | | | | | gcc (GCC) 4.9.0 20131114 (experimental) 2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com * Makefile (tst-cleanup2, tst-cleanupx2): Add -fno-builtin | ||||
* | Revert "Fix failure in nptl/tst-cleanup when building with" | Paul Pluzhnikov | 2013-11-20 | 2 | -10/+0 |
| | | | | | | This reverts commit 78271fa91a1e6902222e892068750059ec21f396. Actually, a different fix is needed. | ||||
* | Fix failure in nptl/tst-cleanup when building with | Paul Pluzhnikov | 2013-11-20 | 2 | -0/+10 |
| | | | | | | | | gcc (GCC) 4.9.0 20131114 (experimental) 2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com> * nptl/tst-cleanup2.c (do_test): Handle SIGILL as well. | ||||
* | Consolidate valloc/pvalloc code. | Ondřej Bílka | 2013-11-20 | 4 | -112/+44 |
| | | | | | To make malloc code more maintainable we make malloc and pvalloc share logic with memalign. | ||||
* | Fix build warning in locarchive.c | Siddhesh Poyarekar | 2013-11-20 | 2 | -3/+7 |
| | |||||
* | Rename Oriya locale to Odia (bug 15601) | Siddhesh Poyarekar | 2013-11-20 | 6 | -15/+24 |
| | | | | | | | | | | | | The state of Orissa was officially renamed the state to Odisha and the language from Oriya to Odia in 2010. References: http://zeenews.india.com/election09/story.aspx?aid=739995 http://orissamatters.com/2011/11/07/orissa-became-odisha/ http://www.ndtv.com/article/india/parliament-passes-bill-to-change-orissa-s-name-93888 http://orissa.gov.in/e-magazine/Orissareview/2011/Nov/engpdf/9-17.pdf | ||||
* | Fix ChangeLog formatting | Siddhesh Poyarekar | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar | 2013-11-20 | 3 | -0/+57 |
| | |||||
* | Fix ChangeLog formatting | Siddhesh Poyarekar | 2013-11-20 | 1 | -3/+3 |
| | |||||
* | Make powerpc-nofpu floating-point state thread-local (bug 15483). | Joseph Myers | 2013-11-19 | 22 | -76/+390 |
| | |||||
* | Complete display of LC_MONETARY | Andreas Schwab | 2013-11-19 | 4 | -1/+30 |
| | |||||
* | test-fpucw-ieee: Don't use _FPU_IEEE if not defined | Chris Metcalf | 2013-11-18 | 2 | -2/+10 |
| | | | | | | Not all architectures define this value, and if they don't, just let the test run the same as test-fpucw, with __fpu_control set to _FPU_DEFAULT explicitly. | ||||
* | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | 2013-11-18 | 3 | -1/+11 |
| | | | | | | | | 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com> * elf/Makefile (tst-auxv): New test. * elf/tst-auxv.c: New * elf/rtld.c (dl_main): Adjust AT_EXECFN | ||||
* | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | 2013-11-18 | 1 | -0/+45 |
| | | | | | | | | 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com> * elf/Makefile (tst-auxv): New test. * elf/tst-auxv.c: New * elf/rtld.c (dl_main): Adjust AT_EXECFN | ||||
* | Define TLS version of libc_hidden_proto. | Joseph Myers | 2013-11-18 | 2 | -3/+49 |
| | |||||
* | Revert b75891075bece24be9fd85618f18af4a2daf7f1c | Ondřej Bílka | 2013-11-18 | 1 | -16/+10 |
| | |||||
* | [BZ #16144] Duplicated abday value for tk_TM. | Chris Leonard | 2013-11-18 | 3 | -5/+6 |
| | |||||
* | Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253 | Ondřej Bílka | 2013-11-18 | 3 | -20/+33 |
| | | | | | | We first expanded origin and then split string by colons. This misbehaves when $ORIGIN contain colon so we first split string, then expand $ORIGIN. | ||||
* | benchtests: Add strsep benchmark | Rajalakshmi Srinivasaraghavan | 2013-11-18 | 4 | -1/+201 |
| | |||||
* | Remove unused variable. | Ondřej Bílka | 2013-11-18 | 2 | -8/+6 |
| | |||||
* | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab | 2013-11-18 | 7 | -39/+55 |
| | |||||
* | Do not let scanf("%4p") accept "(nil)". Fixes bug 16055 | Ondřej Bílka | 2013-11-18 | 4 | -3/+12 |
| | |||||
* | Correct wae_CH to UTF-8 encoding. | Chris Leonard | 2013-11-17 | 3 | -10/+15 |
| | |||||
* | Test signs of NaNs in libm-test.inc where appropriate. | Joseph Myers | 2013-11-16 | 3 | -16/+60 |
| | |||||
* | Add libm-test support for ignored return value, add more lrint / llrint / ↵ | Joseph Myers | 2013-11-16 | 3 | -12/+116 |
| | | | | lround / llround tests. | ||||
* | Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. | Joseph Myers | 2013-11-16 | 3 | -258/+317 |
| | |||||
* | Make libm-test.inc check for "inexact" exceptions for NaN argument. | Joseph Myers | 2013-11-16 | 2 | -69/+107 |
| | |||||
* | Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167). | Joseph Myers | 2013-11-16 | 6 | -2/+36 |
| | |||||
* | New locale for the_NP. | Arun Kumar Pyasi | 2013-11-15 | 4 | -2/+239 |
| | |||||
* | alpha: Fix signal thunk unwind info | Richard Henderson | 2013-11-16 | 2 | -4/+19 |
| | |||||
* | Add Chitwani Tharu (the) | Chris Leonard | 2013-11-15 | 2 | -0/+5 |
| | |||||
* | [BZ #16143] pap_* locales have duplicated LC_NUMERIC section. | Chris Leonard | 2013-11-14 | 5 | -19/+8 |
| | |||||
* | [BZ #16103] LC_MEASUREMENT review and standardization | Chris Leonard | 2013-11-14 | 305 | -617/+1057 |
| | |||||
* | Fix country_num element in LC_ADDRESS for C locale | Andreas Schwab | 2013-11-14 | 2 | -1/+6 |
| | |||||
* | PowerPC: Fix __fe_mask_env export | Adhemerval Zanella | 2013-11-13 | 3 | -2/+9 |
| | | | | Change SHLIB_COMPAT calls to GLIBC_2_19 for __fe_nomask_env symbol. | ||||
* | 2013-11-13 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2013-11-13 | 2 | -0/+6 |
| | | | | * benchtests/bench-timing.h: Include time.h. | ||||
* | Set arch_minimum_kernel to 3.4.0 for x32 | H.J. Lu | 2013-11-13 | 4 | -3/+16 |
| | | | | x32 ABI support was added in Linux kernel 3.4.0. | ||||
* | Fix strtod rounding of half the least subnormal (bug 16151). | Joseph Myers | 2013-11-13 | 5 | -2/+308 |
| | |||||
* | PowerPC: Fix __fe_mask_env export | Adhemerval Zanella | 2013-11-13 | 7 | -21/+36 |
| | | | | | This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143. | ||||
* | Avoid passing NULL to DSO_FILENAME. | Marcus Shawcroft | 2013-11-13 | 2 | -1/+6 |
| | |||||
* | Handle NULL return from htab_find_slot() | Marcus Shawcroft | 2013-11-13 | 2 | -0/+11 |
| | |||||
* | Fix sparc 64-bit GMP ifunc resolution in static builds. | David S. Miller | 2013-11-12 | 7 | -6/+16 |
| | | | | | | | | | | [BZ #16150] * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic symbol in the non-vis3 case in static builds. * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise. * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise. * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise. * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise. |