Joseph Myers [Sat, 10 Nov 2012 00:32:21 +0000 (00:32 +0000)]
Fix typo in ChangeLog.
Joseph Myers [Sat, 10 Nov 2012 00:31:20 +0000 (00:31 +0000)]
Use glibc version information in zic and zdump.
Joseph Myers [Fri, 9 Nov 2012 23:42:31 +0000 (23:42 +0000)]
Use unmodified tzselect.ksh in glibc.
Joseph Myers [Fri, 9 Nov 2012 23:01:03 +0000 (23:01 +0000)]
Remove $(format-me) and fix indentation.
Joseph Myers [Fri, 9 Nov 2012 22:13:45 +0000 (22:13 +0000)]
Support --with-pkgversion and --with-bugurl.
Joseph Myers [Fri, 9 Nov 2012 21:20:57 +0000 (21:20 +0000)]
Update tzcode to 2012i.
Joseph Myers [Fri, 9 Nov 2012 21:16:58 +0000 (21:16 +0000)]
Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).
Joseph Myers [Fri, 9 Nov 2012 18:21:59 +0000 (18:21 +0000)]
Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).
Marcus Shawcroft [Fri, 9 Nov 2012 17:53:51 +0000 (17:53 +0000)]
AArch64 Port
Andreas Jaeger [Fri, 9 Nov 2012 15:41:38 +0000 (16:41 +0100)]
PowerPC: Use <bits/fcntl-linux.h>
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
definitions and declarations that are provided by
<bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
Andreas Krebbel [Thu, 8 Nov 2012 08:53:00 +0000 (09:53 +0100)]
S/390: Add hwcap value for transactional execution.
Marcus Shawcroft [Thu, 8 Nov 2012 08:19:30 +0000 (08:19 +0000)]
Adjust comment above AArch64 relocs.
David S. Miller [Thu, 8 Nov 2012 05:00:09 +0000 (21:00 -0800)]
Fix NULL ucontext->uc_link handling on sparc64.
* sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
(__start_context): Declare.
(__makecontext_ret): Delete.
(__makecontext): Hook up __start_context instead of
__makecontext_ret.
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
(sysdep_routines): Add __start_context when in stdlib.
Joseph Myers [Thu, 8 Nov 2012 00:01:46 +0000 (00:01 +0000)]
Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.
H.J. Lu [Fri, 2 Nov 2012 08:15:07 +0000 (01:15 -0700)]
Also run tst-xmmymm.sh on i386 ld.so
Joseph Myers [Wed, 7 Nov 2012 19:42:20 +0000 (19:42 +0000)]
conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.
Joseph Myers [Wed, 7 Nov 2012 19:41:38 +0000 (19:41 +0000)]
conformtest: Fix setenv / unsetenv expectations.
Joseph Myers [Wed, 7 Nov 2012 19:41:03 +0000 (19:41 +0000)]
conformtest: Fix isnan function return type.
Joseph Myers [Wed, 7 Nov 2012 19:38:39 +0000 (19:38 +0000)]
conformtest: Fix sys/mman.h expectations for UNIX98.
Joseph Myers [Wed, 7 Nov 2012 19:37:52 +0000 (19:37 +0000)]
conformtest: Only expect mknodat for XOPEN2K8.
Joseph Myers [Wed, 7 Nov 2012 19:36:48 +0000 (19:36 +0000)]
conformtest: Clean up / correct / expand C99 and C11 expectations.
Jeff Law [Wed, 7 Nov 2012 18:58:37 +0000 (11:58 -0700)]
2012-11-07 Andreas Jaeger <aj@suse.de>
[BZ #14809]
* sysdeps/unix/sysv/linux/sys/sysctl.h (_UAPI_LINUX_KERNEL_H)
(_UAPI_LINUX_TYPES_H): Starting with Linux 3.7, the include header
guards are changed. Only define if not yet defined, #undef back
after including linux/sysctl.h if defined here.
Roland McGrath [Wed, 7 Nov 2012 18:22:28 +0000 (10:22 -0800)]
NEWS update for closing 14815.
Roland McGrath [Wed, 7 Nov 2012 18:21:59 +0000 (10:21 -0800)]
BZ#14815: Manual typo fix.
Chris Metcalf [Wed, 7 Nov 2012 18:19:54 +0000 (13:19 -0500)]
Update language in ChangeLog.tile.
Dmitry V. Levin [Tue, 28 Aug 2012 22:04:10 +0000 (22:04 +0000)]
locales/ru_RU: fix abbreviated month names
[BZ#14807]
* locales/ru_RU (abmon): Change back from genitive to nominative,
apply fixed three-letter abbreviation form, remove trailing dots.
Dmitry V. Levin [Tue, 28 Aug 2012 21:59:07 +0000 (21:59 +0000)]
locales/ru_RU: fix abbreviated day names
[BZ#10873]
* locales/ru_RU (abday): Remove trailing dots.
Marcus Shawcroft [Wed, 7 Nov 2012 13:32:08 +0000 (13:32 +0000)]
Adding AArch64 support to elf/elf.h
Joseph Myers [Wed, 7 Nov 2012 13:03:31 +0000 (13:03 +0000)]
Fix spurious underflows from pow with results close to 1 (bug 14811).
Andreas Krebbel [Wed, 7 Nov 2012 07:44:35 +0000 (08:44 +0100)]
S/390: Sync AUXV capabilities and archs with kernel
Joseph Myers [Wed, 7 Nov 2012 04:05:12 +0000 (04:05 +0000)]
conformtest: Fix typo in CLK_TCK condition.
Chris Metcalf [Wed, 7 Nov 2012 03:19:31 +0000 (22:19 -0500)]
tile: use memcpy in memmove when possible
Maxim Kuvyrkov [Wed, 7 Nov 2012 01:47:55 +0000 (17:47 -0800)]
Use memcpy in memmove when possible
Andreas Jaeger [Tue, 6 Nov 2012 19:11:07 +0000 (20:11 +0100)]
Update from translation team for Esperanto
Chris Metcalf [Tue, 6 Nov 2012 18:10:19 +0000 (13:10 -0500)]
Bump timeouts on some new nptl tests to support tilepro.
Chris Metcalf [Tue, 6 Nov 2012 14:43:58 +0000 (09:43 -0500)]
tile: use atomic op to unlock pthread_spinlock_t
Atomic ops are issued directly from the core, rather than
potentially sitting in the write buffer, so can improve the
performance of other waiters. In addition, if we didn't end
up pulling a copy of the cache line where the lock is into cache,
by using an atomic op we don't have to acquire the cache line
before we can unlock.
Chris Metcalf [Mon, 5 Nov 2012 16:36:09 +0000 (11:36 -0500)]
Make ieee754 fma tolerate architectures without exception support.
Chris Metcalf [Mon, 5 Nov 2012 15:43:40 +0000 (10:43 -0500)]
tile: support very large shared objects
With gcc 4.8 tilegx has support for -mcmodel=large, to tolerate very
large shared objects. This option changes the compiler output to
not include direct jump instructions, which have a range of only
2^30, i.e +/- 512MB. Instead the compiler marshalls the target PCs
into registers and then uses jump- or call-to-register instructions.
For glibc, the upshot is that we need to arrange for a few functions
to tolerate the possibility of a large range between the PC and
the target. In particular, the crti.S and start.S code needs
to be able to reach from .init to the PLT, as does gmon-start.c.
The elf-init.c code has the reverse problem, needing to call from
libc_nonshared.a (linked at the end of shared objects) back to the
_init section at the beginning.
No other functions in *_nonshared.a need to be built this way, as
they only call the PLT (or potentially each other), but all of that
code is linked at the very end of the shared object.
We don't build the standard -static archives with this option as the
performance cost is high enough and the use case is rare enough that
it doesn't seem worthwhile. Instead, we would encourage developers
who need the -static model with huge executables to build a private
copy of glibc and configure it with -mcmodel=large.
Note that libc.so et al don't need any changes; the only changes
are for code that is statically linked into user code built with
-mcmodel=large.
For the assembly code, I just rewrote it so that it unconditionally
uses the large model. To be able to pass -mcmodel=large to
csu/elf-init.c and csu/gmon-start.c, I need to check to see if the
compiler supports that flag, since gcc 4.7 doesn't; I added the
support by creating a small Makefile fragment that just runs the
compiler to check.
Chris Metcalf [Fri, 2 Nov 2012 17:49:42 +0000 (13:49 -0400)]
tile: improve simulator notification for relative paths in dlopen
Normally, the simulator is notified of absolute pathnames by the
_dl_load_hook hook. However, when a relative pathname is used, the
simulator may not know that the relative path matches a path that
it could figure out in the file system that it has access to.
Instead we provide a simplified version of the realpath function
so we can pass a plausible absolute pathname to the simulator.
Since we're now doing more work at object load time, we also add
a guard so we do no work at all if we're not running on the simulator.
Chris Metcalf [Fri, 2 Nov 2012 16:53:57 +0000 (12:53 -0400)]
Optimize tile (mostly tilegx) memcpy and memmove performance.
- Override <memcopy.h> so we use full 8-byte word copies on tilegx32
for memmove, then use op_t in memcpy instead of the previous
locally-defined word_t just to avoid proliferating identical types.
- Fix bug in memcpy prefetch that caused us to never prefetch past
the first cache line.
- Optimize misaligned memcpy by inlining _wordcopy_fwd_dest_aligned
instead of just doing a dumb word-at-a-time copy.
- Make memcpy safe for forward copies by doing all the loads from
a given cache line prior to doing a wh64 (cache line zero-fill)
on the destination. Remove now-redundant src == dst check.
- Copy and optimize the generic wordcopy.c routines to use the tile
"double align" instruction instead of the MERGE macro; to avoid
offset addressing mode (which tile doesn't have) by rewriting the
pointer math to load and store with a zero index; and to use
post-increment addresses in the inner loops to improve scheduling.
Joseph Myers [Tue, 6 Nov 2012 14:12:54 +0000 (14:12 +0000)]
Fix fma underflows with small x * y (bug 14793).
Joseph Myers [Mon, 5 Nov 2012 22:30:54 +0000 (22:30 +0000)]
Define lll_futex_timed_wait_bitset for MIPS.
Joseph Myers [Mon, 5 Nov 2012 22:30:37 +0000 (22:30 +0000)]
Define lll_futex_timed_wait_bitset for ARM.
Siddhesh Poyarekar [Mon, 5 Nov 2012 15:42:10 +0000 (21:12 +0530)]
[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functions
Since the FUTEX_WAIT operation takes a relative timeout, the
pthread_cond_timedwait and other timed function implementations have
to get a relative timeout from the absolute timeout parameter it gets
before it makes the futex syscall. This value is then converted back
into an absolute timeout within the kernel. This is a waste and has
hence been improved upon by a FUTEX_WAIT_BITSET operation (OR'd with
FUTEX_CLOCK_REALTIME to make the kernel use the realtime clock instead
of the default monotonic clock). This was implemented only in the x86
and sh assembly code and not in the C code. This patch implements
support for FUTEX_WAIT_BITSET whenever available (since linux-2.6.29)
for s390 and powerpc.
Joseph Myers [Mon, 5 Nov 2012 13:42:54 +0000 (13:42 +0000)]
Add bug 14805 to list of fixed bugs in NEWS.
Joseph Myers [Mon, 5 Nov 2012 13:38:40 +0000 (13:38 +0000)]
Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).
Joseph Myers [Mon, 5 Nov 2012 13:16:07 +0000 (13:16 +0000)]
Fix S/390 bits/fenv.h namespace use (bug 14801).
Samuel Thibault [Sun, 22 Jul 2007 11:50:04 +0000 (13:50 +0200)]
[BZ #3665] Regenerate sysdeps/mach/hurd/bits/errno.h.
Thomas Schwinge [Sun, 4 Nov 2012 20:46:30 +0000 (21:46 +0100)]
[BZ #5246] Conditionalize use of PTR_DEMANGLE.
Joseph Myers [Sun, 4 Nov 2012 19:26:02 +0000 (19:26 +0000)]
Fix fma overflow results outside round-to-nearest mode (bug 14797).
Thomas Schwinge [Sun, 4 Nov 2012 18:59:40 +0000 (19:59 +0100)]
[BZ #157] Remove include/stub-tag.h for good.
Thomas Schwinge [Sun, 4 Nov 2012 14:36:32 +0000 (15:36 +0100)]
[BZ #11638] has been fixed.
In commit
bea9b19322c77265033a068ac60c95a37e798a80 already.
Pino Toscano [Sun, 4 Nov 2012 09:11:39 +0000 (10:11 +0100)]
generic paths.h: remove old paths from _PATH_STDPATH
Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem
to be part only of old BSDs, Solaris and HP-UX.
Pino Toscano [Sun, 4 Nov 2012 09:10:58 +0000 (10:10 +0100)]
Fix small indendation issues in paths.h files
David S. Miller [Sat, 3 Nov 2012 22:25:47 +0000 (15:25 -0700)]
Fix coding style in sparc lowlevellock.h
nptl/
* sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP):
Add missing spaces.
(__cpu_relax): Likewise.
Joseph Myers [Sat, 3 Nov 2012 19:48:53 +0000 (19:48 +0000)]
Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).
Joseph Myers [Sat, 3 Nov 2012 17:07:56 +0000 (17:07 +0000)]
Make fenv.h FE_* macros usable in #if (bug 3439).
Chris Metcalf [Sat, 3 Nov 2012 12:46:09 +0000 (08:46 -0400)]
tile: Account for new tests (missed test-double changes)
Chris Metcalf [Sat, 3 Nov 2012 12:39:40 +0000 (08:39 -0400)]
elf.h: add new tilegx relocations (copy from binutils trunk)
Andreas Schwab [Fri, 2 Nov 2012 17:33:33 +0000 (18:33 +0100)]
Make cross-test-ssh.sh compatible with a remote POSIX sh
H.J. Lu [Sat, 3 Nov 2012 01:43:27 +0000 (18:43 -0700)]
Compile x86 rtld with -mno-sse -mno-mmx
Joseph Myers [Fri, 2 Nov 2012 23:21:36 +0000 (23:21 +0000)]
conformtest: Add test data for fenv.h.
Joseph Myers [Fri, 2 Nov 2012 23:20:43 +0000 (23:20 +0000)]
conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.
Joseph Myers [Fri, 2 Nov 2012 22:12:09 +0000 (22:12 +0000)]
conformtest: Fix sys/wait.h expectations for struct rusage.
Joseph Myers [Fri, 2 Nov 2012 22:11:21 +0000 (22:11 +0000)]
Make math.h FP_* macros usable in #if (bug 3439).
Andreas Schwab [Fri, 2 Nov 2012 19:04:52 +0000 (20:04 +0100)]
Fix printf format mismatches
Roland McGrath [Fri, 2 Nov 2012 18:19:27 +0000 (11:19 -0700)]
Require an exact Autoconf version.
Tulio Magno Quites Machado Filho [Fri, 2 Nov 2012 16:20:39 +0000 (11:20 -0500)]
Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.
Adapts __ppc_get_timebase to the upcoming GCC 4.8 that provides
__builtin_ppc_get_timebase. Building applicationns with previous
versions of GCC will continue to use the internal implementation.
Joseph Myers [Fri, 2 Nov 2012 15:41:37 +0000 (15:41 +0000)]
Test _ISOMAC in include/sys/syslog.h.
Marko Myllynen [Fri, 2 Nov 2012 09:37:02 +0000 (11:37 +0200)]
Fix LC_IDENTIFICATION in fi_FI@euro
Andreas Schwab [Fri, 2 Nov 2012 01:10:39 +0000 (20:10 -0500)]
PowerPC: Fix uc_link == NULL handling for makecontex.
If the function registered with makecontext returns with a NULL context
link the process should exit with zero, not non-zero.
Tulio Magno Quites Machado Filho [Thu, 1 Nov 2012 23:00:06 +0000 (18:00 -0500)]
PowerPC: Remove unnecessary -mnew-mnemonics.
H.J. Lu [Thu, 1 Nov 2012 22:04:39 +0000 (15:04 -0700)]
Update test-gencat.sh and tst-langinfo.sh
Sebastan Andrzej Siewior [Thu, 1 Nov 2012 21:48:47 +0000 (16:48 -0500)]
Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.
Thomas Schwinge [Thu, 1 Nov 2012 17:54:57 +0000 (18:54 +0100)]
Fix build of test cases on GNU Hurd that are statically linked.
Thomas Schwinge [Thu, 1 Nov 2012 17:48:34 +0000 (18:48 +0100)]
Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).
Thomas Schwinge [Thu, 1 Nov 2012 18:41:23 +0000 (19:41 +0100)]
Remove PowerPC sysdep files for GNU Hurd and GNU Mach.
Andreas Schwab [Thu, 1 Nov 2012 16:42:45 +0000 (17:42 +0100)]
check-local-headers: ignore c++ headers
Thomas Schwinge [Thu, 1 Nov 2012 17:04:56 +0000 (18:04 +0100)]
Regenerate all configure scripts.
Thomas Schwinge [Thu, 1 Nov 2012 16:50:30 +0000 (17:50 +0100)]
Change type of constant to avoid a warning.
Warning has been introduced in commit
7583a88d1c7170caad26966bcea8bfc2c92093ba.
Joseph Myers [Thu, 1 Nov 2012 16:47:26 +0000 (16:47 +0000)]
Fix fma (a, b, c) for small a * b (bugs 14784, 14785).
Thomas Schwinge [Thu, 1 Nov 2012 08:14:30 +0000 (09:14 +0100)]
Fix a compilation error in the Hurd's bits/param.h.
Introduced in the unification in commit
e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.
Andreas Jaeger [Thu, 1 Nov 2012 05:07:38 +0000 (06:07 +0100)]
Convert alpha to use <bits/fcntl-linux.h>
Thomas Schwinge [Thu, 1 Nov 2012 00:55:23 +0000 (01:55 +0100)]
BZ#14743: Move clock_* symbols from librt to libc.
Change missing from commit
6e6249d0b461b952d0f544792372663feb6d792a.
Joseph Myers [Thu, 1 Nov 2012 00:22:53 +0000 (00:22 +0000)]
Build SH backtrace with -funwind-tables.
Joseph Myers [Thu, 1 Nov 2012 00:22:04 +0000 (00:22 +0000)]
Build en_US.UTF-8 locale for testing.
Thomas Schwinge [Wed, 31 Oct 2012 23:23:09 +0000 (00:23 +0100)]
Correct checking for mmap failure.
Andreas Schwab [Thu, 11 Oct 2012 09:26:36 +0000 (11:26 +0200)]
Fix powerpc abilist sort order
Tulio Magno Quites Machado Filho [Wed, 31 Oct 2012 22:02:13 +0000 (17:02 -0500)]
Correct order of entries in powerpc libc.abilist files.
Andreas Schwab [Thu, 11 Oct 2012 08:22:46 +0000 (10:22 +0200)]
Update powerpc libm ULPs
Joseph Myers [Wed, 31 Oct 2012 20:44:59 +0000 (20:44 +0000)]
Fix ldbl-128ibm atan2l for x near 1.
Joseph Myers [Wed, 31 Oct 2012 20:43:54 +0000 (20:43 +0000)]
Document general use of test-wrapper and test-wrapper-env.
Steve Ellcey [Wed, 31 Oct 2012 20:03:45 +0000 (13:03 -0700)]
Remove 'Contributed' line, glibc is not using them anymore.
Steve Ellcey [Wed, 31 Oct 2012 17:39:48 +0000 (10:39 -0700)]
Remove trailing white spaces.
Steve Ellcey [Wed, 31 Oct 2012 17:38:17 +0000 (10:38 -0700)]
2012-10-31 Steve Ellcey <sellcey@mips.com>
* sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make
it work in 32 or 64 bit modes.
* sysdeps/mips/mips64/memcpy.S: Remove.
Joseph Myers [Wed, 31 Oct 2012 13:01:17 +0000 (13:01 +0000)]
Fix fma underflow exceptions in after-rounding edge cases.
H.J. Lu [Wed, 31 Oct 2012 03:38:31 +0000 (20:38 -0700)]
Use sysdeps/x86/tininess.h for i386 and x86_64
Ryan S. Arnold [Wed, 31 Oct 2012 00:10:22 +0000 (19:10 -0500)]
Joseph Myers [Tue, 30 Oct 2012 23:14:33 +0000 (23:14 +0000)]
Support cross-testing for elf/tst-array*.
Ryan S. Arnold [Tue, 30 Oct 2012 22:07:18 +0000 (17:07 -0500)]
Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595).
This patch also creates a version of memset.S for the ppc476 processor
which uses a 128-byte cacheline size for dcbz insns.