aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-14Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers
2012-09-13alpha: Streamline __setfpucwRichard Henderson
The convert_bit macro allows the compiler to translate the bit positions more efficiently. The assumption of only running at program startup allows eliding the __ieee_get_fp_control call.
2012-09-13alpha: Update localplt.dataRichard Henderson
2012-09-13alpha: Update ulpsRichard Henderson
2012-09-13Remove unused __rtld_lock_init_recursive macroH.J. Lu
2012-09-13Remove _G_HAVE_PRINTF_FP.Joseph Myers
2012-09-13alpha: Add get-rounding-mode.hRichard Henderson
2012-09-12alpha: Work around gcc 4.8 aliasing difference/bugRichard Henderson
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers
2012-09-12Update i386 ULPs for recently added math testsAllan McRae
2012-09-11Remove unused typedefs and macros from _G_config.h.Joseph Myers
2012-09-11Update copyright years in csu/libc-tls.cH.J. Lu
2012-09-10Remove _G_USING_THUNKS.Joseph Myers
2012-09-10Remove libio C++ vtable definitions.Joseph Myers
2012-09-10Update ChangeLogH.J. Lu
2012-09-10Run tst-fopenloc if $(build-shared) is yesH.J. Lu
2012-09-10Update copyright yearsH.J. Lu
2012-09-10Fix a typo in ChangeLogH.J. Lu
2012-09-10Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva
* sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix unwind info if defined PIC. Fix special cases description. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise. * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix DP_HI_MASK entry. * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
2012-09-07Add "shopt -s nullglob" to check-local-headers.shH.J. Lu
2012-09-07Check if deriv->steps is NULL before freeing itH.J. Lu
2012-09-07Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu
2012-09-07Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu
2012-09-07Remove gnu/stubs.h dependency on soversions.mkH.J. Lu
2012-09-07Use www.gnu.org as example hostname in manual/examples/inetcli.c.Joseph Myers
2012-09-07Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar
Break the fallback code to try another arena into a separate function for readability.
2012-09-07Fix description of carg branch cut (bug 13542)John Tobey
2012-09-07Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers
2012-09-07Fix pointers between nodes in manual (bug 10038).Joseph Myers
2012-09-06Restore GL(dl_initial_dtv)H.J. Lu
2012-09-06Remove _dl_initial_dtvH.J. Lu
* csu/libc-tls.c (static_dtv): Renamed to ... (_dl_static_dtv): This. Make it global. (_dl_initial_dtv): Removed. (__libc_setup_tls): Updated. * elf/dl-tls.c (DL_INITIAL_DTV): New macro. (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with DL_INITIAL_DTV.
2012-09-06Synchronize with linux/elf.h.Petr Machata
Add new ARM and s390 note constants e.g. NT_*.
2012-09-06Mention BZ #14545 in NEWSH.J. Lu
2012-09-06Always check dtv before freeing dtv[-1]H.J. Lu
2012-09-06Add tst-cancel21-static.cH.J. Lu
2012-09-06Use crtbeginT.o to statically link programsH.J. Lu
2012-09-06tile: fix type of prfpregset_t in <sys/procfs.h>Chris Metcalf
The previous dummy definition (as type int) was fine in general, since tile doesn't have floating-point registers, but it confused gdb's configure, leading to later compile errors. This change also makes prfpregset_t parallel to prgregset_t, which seems like generally the right thing regardless of the non-existence of the actual registers :-)
2012-09-06tile: Add BZ to Changelog and update NEWSChris Metcalf
2012-09-06Fix strtod test for values above maximum for IBM long double.Joseph Myers
2012-09-06tile: BZ#14237: fix __tls_get_addr bug initializing new modulesChris Metcalf
We were missing a check for TLS_DTV_UNALLOCATED; if set, we need to go to the slow path.
2012-09-06S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel
2012-09-05Fix botched NEWSJeff Law
2012-09-05 [BZ#14510]Jeff Law
* locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep. * locales/es_GT: Likewise. * locales/es_HN: Likewise. * locales/es_MX: Likewise. * locales/es_NI: Likewise. * locales/es_PA: Likewise. * locales/es_PR: Likewise. * locales/es_SV: Likewise.
2012-09-05Recognize new sparc hwcap bits.David S. Miller
* sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE, HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define. * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27. * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new entries.
2012-09-05Update sparc ULPs for recently added math tests.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-09-05* malloc/arena.c: Fold copyright years.Alexandre Oliva
* malloc/mcheck.c, malloc/memusage.c: Likewise.
2012-09-05* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva
2012-09-05* manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva
2012-09-05Don't change no_dyn_threshold on mallopt failureAlexandre Oliva
* malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not change internal state upon failure.
2012-09-05Fix typos in malloc/.Alexandre Oliva
* malloc/mcheck.c (mcheck_check_all): Fix typo. * malloc/memusage.c (mmap): Likewise. (mmap64, mremap): Likewise. Adjust name in comment.