about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-1033-256/+229
|
* m68k: update libm test ULPsAndreas Schwab2012-07-092-2/+312
|
* BZ#14336: Manual spelling fixes.Roland McGrath2012-07-093-5/+14
|
* Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers2012-07-0911-55/+474
|
* Update NEWSAndreas Schwab2012-07-071-1/+1
|
* Fix float range reduction problems (#14283)Andreas Schwab2012-07-062-2/+6
|
* Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab2012-07-064-2/+27
|
* Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2012-07-065-3/+86
|
* Do not store data below the stack pointer on MIPS.Petar Jovanovic2012-07-062-2/+8
|
* Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers2012-07-069-45/+140
|
* sunrpc: fix rpc bootstrap buildsMike Frysinger2012-07-062-1/+5
| | | | | | | | | | | | | | | | | | If you build & install glibc w/rpc disabled, you no longer have headers in /usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc enabled, this gets into a bad state due to the new rpc helpers that get cross-compiled: $ make ... x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \ -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \ -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory compilation terminated. make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add ARM-specific static-stubs.c.Joseph Myers2012-07-052-0/+11
|
* Fix csqrt underflow (bugs 14157, 14331).Joseph Myers2012-07-058-25/+166
|
* Adapt tst-catgets to changes in tst-gettextAndreas Schwab2012-07-044-105/+79
|
* Fix tst-gettext testAndreas Schwab2012-07-044-53/+55
|
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers2012-07-0411-19/+937
|
* drop ports ignoreMike Frysinger2012-07-032-1/+4
| | | | | | | Now that it's been merged back into mainline, we don't want to ignore the dir anymore. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Update from translation teamsAndreas Jaeger2012-07-038-11249/+13324
|
* Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers2012-07-037-21/+206
|
* Fix float range reduction problems (bug 14283).Joseph Myers2012-07-035-22/+46
|
* Add cosh tests for bug 14273.Joseph Myers2012-07-032-0/+8
|
* Add ppca2 to ports powerpc/dl-procinfo.Joseph Myers2012-07-033-8/+27
|
* Remove ports files no longer relevant now included in libc repository.Joseph Myers2012-07-034-45/+6
|
* Open development for 2.17.Joseph Myers2012-07-033-2/+12
|
* Merge glibc-ports into ports/ directory. glibc-2.16.90 glibc-2.16-ports-mergeJoseph Myers2012-07-012361-0/+320086
|\
| * Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-012361-0/+0
| |
| * Add Changelog ...Carlos O'Donell2012-06-211-0/+4
| | | | | | | | ... for ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7.
| * Add .gitignore.Carlos O'Donell2012-06-211-0/+1
| | | | | | | | Ignore the autoconf cache directory.
| * Update MIPS32 ABI baselines for _gp_disp.Joseph Myers2012-06-1922-21/+64
| |
| * alpha: Define FP_TRAPPING_EXCEPTIONSRichard Henderson2012-06-152-1/+6
| |
| * alpha: Always handle inexact in rint implementationsRichard Henderson2012-06-153-12/+33
| |
| * [BZ #13848] alpha: Fix s_nearbyint implementation.Richard Henderson2012-06-152-29/+37
| |
| * alpha: Use builtins for copysignRichard Henderson2012-06-152-6/+4
| |
| * alpha: Fix protection on UTIME_NOWRichard Henderson2012-06-151-4/+2
| |
| * alpha: Add missing definitions in resource.h, shm.hRichard Henderson2012-06-152-6/+40
| |
| * alpha: Remove some __GNUC_PREREQs that are too oldRichard Henderson2012-06-154-56/+7
| |
| * alpha: Fix float_t in bits/mathdef.hRichard Henderson2012-06-151-13/+3
| |
| * Fix MIPS32 frame-pointer forcing for more recent GCC.Joseph Myers2012-06-142-2/+9
| |
| * powerpc-nofpu: Allow abort and soft-fp symbols to be absent in localplt test.Joseph Myers2012-06-132-26/+31
| |
| * Use HIDDEN_JUMPTARGET for _exit jump from __startcontext.Joseph Myers2012-06-122-1/+6
| |
| * Update powerpc-nofpu ABI baseline for __mcount_internal.Joseph Myers2012-06-082-0/+6
| |
| * alpha: Fix end-of-count checks in strncmpRichard Henderson2012-06-062-110/+144
| | | | | | | | | | | | | | | | This routine suffered a similar problem as stxncpy in needing to bias a potentially very large unsigned number with wraparound. This exposed a secondary problem where we didn't properly handle end-of-count condition for the second string input resulting in stratcliff failures.
| * alpha: Fix [BZ #13718]Richard Henderson2012-06-063-16/+30
| | | | | | | | | | | | The routines expect to be able to bias the count by a small number. If the count is near -1ull, the count will overflow. Since we cannot use the whole 64-bit address space, bound the count to LONG_MAX.
| * alpha: Fix ev4 build with ev6 compilerRichard Henderson2012-06-062-1/+5
| |
| * alpha: Use cfi_startproc instead of dual procedure descriptorsRichard Henderson2012-06-068-131/+73
| |
| * alpha: put mcount prologue at correct locationRichard Henderson2012-06-062-2/+5
| |
| * alpha: Use .cfi_signal_frame in rt_sigactionRichard Henderson2012-06-052-20/+14
| |
| * alpha: Resurrect getppid, getegid, geteuid.Richard Henderson2012-06-054-0/+84
| | | | | | | | | | The sysdeps/unix files deleted in the main tree weren't unused. Resurrect them in sysdeps/unix/alpha, and using the real syscall names.
| * Use dbl-64 fma for MIPS64.Joseph Myers2012-06-013-0/+15
| |
| * alpha: Use -mieee-with-inexact with math/test-miscRichard Henderson2012-06-012-0/+4
| |