platform/upstream/glibc.git
11 years agom68k: fix bad use of register alias in cfi insn
Andreas Schwab [Tue, 25 Jun 2013 16:57:42 +0000 (18:57 +0200)]
m68k: fix bad use of register alias in cfi insn

11 years ago[BZ #15666] alpha: Add __sqrt*_finite definitions
Richard Henderson [Mon, 24 Jun 2013 16:59:26 +0000 (09:59 -0700)]
[BZ #15666] alpha: Add __sqrt*_finite definitions

With compatibility for ev6 and non-ev6 builds, as the non-ev6 did
manage to get definitions emitted for the float and double functions.

11 years ago[BZ #10283] localedef: align fixed maps to SHMLBA
Mike Frysinger [Thu, 23 May 2013 16:42:28 +0000 (12:42 -0400)]
[BZ #10283] localedef: align fixed maps to SHMLBA

Many Linux arches require fixed mmaps to be aligned higher than pagesize,
so use the SHMLBA define as it represents this quantity exactly.

This fixes spurious errors seen on those arches like:
cannot map archive header: Invalid argument

URL: http://sourceware.org/bugzilla/show_bug.cgi?id=10283
Reported-by: CHIKAMA Masaki <masaki.chikama@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agolibc-internal.h: add ALIGN helper macros
Mike Frysinger [Tue, 28 May 2013 22:25:54 +0000 (18:25 -0400)]
libc-internal.h: add ALIGN helper macros

Rather than open coding the masks, add helper macros to do the magic.
This makes code easier to read.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoBZ #12310: pthread_exit in static app. segfaults
Vladimir Nikulichev [Mon, 24 Jun 2013 21:08:07 +0000 (17:08 -0400)]
BZ #12310: pthread_exit in static app. segfaults

Static applications that call pthread_exit on the main
thread segfault. This is because after a thread terminates
__libc_start_main decrements __nptl_nthreads which is only
defined in pthread_create. Therefore the right solution is
to add a requirement to pthread_create from pthread_exit.

~~~
nptl/

2013-06-24  Vladimir Nikulichev  <v.nikulichev@gmail.com>

[BZ #12310]
* pthread_exit.c: Add reference to pthread_create.

11 years agoPowerPC: Enable POWER8 platform sans hwcap bits.
Ryan S. Arnold [Mon, 24 Jun 2013 20:33:32 +0000 (15:33 -0500)]
PowerPC: Enable POWER8 platform sans hwcap bits.

11 years agoRegenerate INSTALL file
Siddhesh Poyarekar [Mon, 24 Jun 2013 16:16:41 +0000 (21:46 +0530)]
Regenerate INSTALL file

11 years agoFix typo in comment
Siddhesh Poyarekar [Mon, 24 Jun 2013 12:37:37 +0000 (18:07 +0530)]
Fix typo in comment

11 years agoalpha: Update libm-test-ulps
Richard Henderson [Sun, 23 Jun 2013 18:05:40 +0000 (11:05 -0700)]
alpha: Update libm-test-ulps

11 years agoInclude <string.h> in nptl/pthread_setattr_default_np.c.
Joseph Myers [Sat, 22 Jun 2013 19:32:50 +0000 (19:32 +0000)]
Include <string.h> in nptl/pthread_setattr_default_np.c.

11 years agoInclude <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.
Joseph Myers [Sat, 22 Jun 2013 19:30:10 +0000 (19:30 +0000)]
Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.

11 years agoFix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul (bug 15667).
Joseph Myers [Sat, 22 Jun 2013 19:27:41 +0000 (19:27 +0000)]
Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul (bug 15667).

11 years agoRemove dead DL_DST_REQ_STATIC code.
Maciej W. Rozycki [Fri, 21 Jun 2013 23:39:42 +0000 (00:39 +0100)]
Remove dead DL_DST_REQ_STATIC code.

11 years agoAdd sh4 implementation of fegetexceptflag (bug 15655).
Kaz Kojima [Fri, 21 Jun 2013 22:46:45 +0000 (07:46 +0900)]
Add sh4 implementation of fegetexceptflag (bug 15655).

11 years agoFix bad shift in soft-fp (bug 7006).
Joseph Myers [Fri, 21 Jun 2013 19:00:43 +0000 (19:00 +0000)]
Fix bad shift in soft-fp (bug 7006).

11 years agodlfcn/Makefile: Avoid repeated $(*-ENV) definitions.
Maciej W. Rozycki [Fri, 21 Jun 2013 17:13:39 +0000 (18:13 +0100)]
dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.

11 years agoAdd sh4 implementation of fegetexceptflag.
Kaz Kojima [Fri, 21 Jun 2013 09:07:31 +0000 (18:07 +0900)]
Add sh4 implementation of fegetexceptflag.

11 years agoFix loop construction to functions calls
Adhemerval Zanella [Fri, 21 Jun 2013 00:40:55 +0000 (19:40 -0500)]
Fix loop construction to functions calls

Check wheter the compiler has the option -fno-tree-loop-distribute-patterns
to inhibit loop transformation to library calls and uses it on memset
and memmove default implementation to avoid recursive calls.

11 years agoAllow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails.
Joseph Myers [Thu, 20 Jun 2013 19:11:34 +0000 (19:11 +0000)]
Allow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails.

11 years agoAvoid spurious failures from <fenv.h> fallback functions (bug 15654).
Joseph Myers [Thu, 20 Jun 2013 19:10:44 +0000 (19:10 +0000)]
Avoid spurious failures from <fenv.h> fallback functions (bug 15654).

11 years agoUse rtld-CPPFLAGS in rtld-%.os rules for generated sources.
Roland McGrath [Tue, 18 Jun 2013 23:29:25 +0000 (16:29 -0700)]
Use rtld-CPPFLAGS in rtld-%.os rules for generated sources.

11 years agosysdeps/arm/arm-mcount.S: Comment typo fix.
Roland McGrath [Tue, 18 Jun 2013 22:58:48 +0000 (15:58 -0700)]
sysdeps/arm/arm-mcount.S: Comment typo fix.

11 years agoARM: Make armv7 memcpy implementations SFI-friendly
Roland McGrath [Tue, 18 Jun 2013 22:42:56 +0000 (15:42 -0700)]
ARM: Make armv7 memcpy implementations SFI-friendly

11 years agoARM: Clean up __libc_ifunc_impl_list
Roland McGrath [Tue, 18 Jun 2013 17:11:02 +0000 (10:11 -0700)]
ARM: Clean up __libc_ifunc_impl_list

11 years agoFix warnings from ARM soft-float fpu_control.h.
Joseph Myers [Tue, 18 Jun 2013 00:35:03 +0000 (00:35 +0000)]
Fix warnings from ARM soft-float fpu_control.h.

11 years agoWrap test-fpucw.c for ARM.
Joseph Myers [Tue, 18 Jun 2013 00:30:44 +0000 (00:30 +0000)]
Wrap test-fpucw.c for ARM.

11 years agoPowerPC: Reserve TCB space for EBB framework
Adhemerval Zanella [Mon, 17 Jun 2013 20:50:53 +0000 (15:50 -0500)]
PowerPC: Reserve TCB space for EBB framework

This patch reserves four pointer to be used in future Event-Based
Branch framework for PowerPC.

11 years agoMake ARM feenableexcept detect failure (bug 14907).
Joseph Myers [Mon, 17 Jun 2013 17:20:23 +0000 (17:20 +0000)]
Make ARM feenableexcept detect failure (bug 14907).

11 years agoSort sysd-rules-patterns by descending pattern length.
Roland McGrath [Mon, 17 Jun 2013 16:54:51 +0000 (09:54 -0700)]
Sort sysd-rules-patterns by descending pattern length.

11 years agoRewrite sysd-rules generation using an awk script.
Roland McGrath [Mon, 17 Jun 2013 16:55:21 +0000 (09:55 -0700)]
Rewrite sysd-rules generation using an awk script.

11 years agoUse math-tests.h more in math/test-misc.
Joseph Myers [Mon, 17 Jun 2013 11:48:11 +0000 (11:48 +0000)]
Use math-tests.h more in math/test-misc.

11 years agoFix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).
Joseph Myers [Sat, 15 Jun 2013 19:59:41 +0000 (19:59 +0000)]
Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).

11 years agoAdd another fma test.
Joseph Myers [Sat, 15 Jun 2013 19:58:38 +0000 (19:58 +0000)]
Add another fma test.

11 years agoAdd documentation for default pthread attribute functions
Siddhesh Poyarekar [Sat, 15 Jun 2013 06:57:40 +0000 (12:27 +0530)]
Add documentation for default pthread attribute functions

11 years agoNew API to set default thread attributes
Siddhesh Poyarekar [Sat, 15 Jun 2013 06:54:15 +0000 (12:24 +0530)]
New API to set default thread attributes

This patch introduces two new convenience functions to set the default
thread attributes used for creating threads.  This allows a programmer
to set the default thread attributes just once in a process and then
run pthread_create without additional attributes.

11 years agoStop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909).
Joseph Myers [Fri, 14 Jun 2013 21:42:24 +0000 (21:42 +0000)]
Stop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909).

11 years agoUpdate ARM _FPU_RESERVED value.
Joseph Myers [Fri, 14 Jun 2013 21:19:35 +0000 (21:19 +0000)]
Update ARM _FPU_RESERVED value.

11 years agoAdd math-tests.h for MIPS.
Joseph Myers [Fri, 14 Jun 2013 20:21:40 +0000 (20:21 +0000)]
Add math-tests.h for MIPS.

11 years agoSet fast unaligned load flag for new Intel microarchitecture
Liubov Dmitrieva [Fri, 14 Jun 2013 18:46:15 +0000 (20:46 +0200)]
Set fast unaligned load flag for new Intel microarchitecture

I have small patch for new Intel Silvermont machines.

http://newsroom.intel.com/community/intel_newsroom/blog/2013/05/06/intel-launches-low-power-high-performance-silvermont-microarchitecture

I checked this on my machine and see that strcpy, ... unaligned
versions are faster than ssse3 versions.

11 years agoAdd rtld-memset.S for x86_64
Siddhesh Poyarekar [Fri, 14 Jun 2013 18:39:26 +0000 (00:09 +0530)]
Add rtld-memset.S for x86_64

Resolves: BZ #15627

Add an assembler version of rtld-memset to avoid using SSE registers.

11 years agoMake tst-strtod-round use ROUNDING_TESTS.
Joseph Myers [Fri, 14 Jun 2013 17:58:41 +0000 (17:58 +0000)]
Make tst-strtod-round use ROUNDING_TESTS.

11 years agoMicroBlaze: negated errors in lowlevellock.h
Kirk Meyer [Fri, 14 Jun 2013 00:11:02 +0000 (10:11 +1000)]
MicroBlaze: negated errors in lowlevellock.h

The macros in lowlevellock.h are returning positive errors, but the
users of the macros expect negative. This causes e.g. sem_wait to
sometimes return an error with errno set to -EWOULDBLOCK.

Signed-off-by: Kirk Meyer <kirk.meyer@sencore.com>
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
11 years agoFix raciness in waitid test.
Roland McGrath [Thu, 13 Jun 2013 22:09:29 +0000 (15:09 -0700)]
Fix raciness in waitid test.

11 years agoAvoid access beyond memory bounds in pthread_attr_getaffinity_np
Siddhesh Poyarekar [Thu, 13 Jun 2013 19:50:06 +0000 (01:20 +0530)]
Avoid access beyond memory bounds in pthread_attr_getaffinity_np

Resolves BZ #15618.

pthread_attr_getaffinity_np may write beyond bounds of the input
cpuset buffer if the size of the input buffer is smaller than the
buffer present in the input pthread attributes.  Fix is to copy to the
extent of the minimum of the source and the destination.

11 years agoFix NEWS entry about clock precision
Siddhesh Poyarekar [Thu, 13 Jun 2013 17:42:00 +0000 (23:12 +0530)]
Fix NEWS entry about clock precision

Text by Roland McGrath.

11 years agoDon't let ld.so that failed its sanity check land in place.
Roland McGrath [Thu, 13 Jun 2013 17:26:44 +0000 (10:26 -0700)]
Don't let ld.so that failed its sanity check land in place.

11 years agotile: default to little-endian in bits/endian.h
Chris Metcalf [Wed, 12 Jun 2013 20:48:33 +0000 (16:48 -0400)]
tile: default to little-endian in bits/endian.h

This turns out to be helpful when doing a from-scratch cross-compile of
gcc and glibc, since you can then do "make install-headers" in glibc
even before you have a functioning tile gcc.

11 years agoRework tst-strtod-round handling of inexact results.
Joseph Myers [Thu, 13 Jun 2013 15:41:58 +0000 (15:41 +0000)]
Rework tst-strtod-round handling of inexact results.

11 years agoFix formatting of comment
Andreas Jaeger [Thu, 13 Jun 2013 07:52:49 +0000 (09:52 +0200)]
Fix formatting of comment

11 years agoUpdate sv_FI@euro
Johan Heikkila [Thu, 13 Jun 2013 07:50:02 +0000 (09:50 +0200)]
Update sv_FI@euro

[BZ#15432]
* locales/sv_FI@euro: Add LC_MEASUREMENT.

11 years agoUpdate sv_FI
Johan Heikkila [Thu, 13 Jun 2013 07:49:03 +0000 (09:49 +0200)]
Update sv_FI

[BZ#15431]
* locales/sv_FI: Add LC_MEASUREMENT, use copy in LC_TELEPHONE,
update LC_ADDRESS with using postal_fmt from Finnish Post Office
recommendations at
http://www.posti.fi/hinnatjaohjeet/osoitejakuorimerkinnat/osoitemerkinnat.html
and add missing entries.

11 years agoFix ChangeLog entry
Siddhesh Poyarekar [Thu, 13 Jun 2013 04:49:49 +0000 (10:19 +0530)]
Fix ChangeLog entry

11 years agoImprove precision of clock() function on Linux
Siddhesh Poyarekar [Thu, 13 Jun 2013 04:24:35 +0000 (09:54 +0530)]
Improve precision of clock() function on Linux

Resolves #12515.

Use CLOCK_PROCESS_CPUTIME_ID instead of times to get better precision
in the value returned by clock.

11 years agoFix unsafe compiler optimization
Adhemerval Zanella [Wed, 12 Jun 2013 15:21:22 +0000 (10:21 -0500)]
Fix unsafe compiler optimization

GCC 4.8 enables -ftree-loop-distribute-patterns at -O3 by default and
this optimization may transform loops into memset/memmove calls. Without
proper handling this may generate unexpected PLT calls on GLIBC.
This patch fixes by create memset/memmove alias to internal GLIBC
__GI_memset/__GI_memmove symbols.

11 years agoMake more libm tests condition exceptions tests with math-tests.h.
Joseph Myers [Wed, 12 Jun 2013 12:41:25 +0000 (12:41 +0000)]
Make more libm tests condition exceptions tests with math-tests.h.

11 years agoUpdate Interlingua translation from translation project
Andreas Jaeger [Wed, 12 Jun 2013 08:12:19 +0000 (10:12 +0200)]
Update Interlingua translation from translation project

11 years agoSet/restore rounding mode only when needed
Siddhesh Poyarekar [Wed, 12 Jun 2013 05:06:48 +0000 (10:36 +0530)]
Set/restore rounding mode only when needed

The most common use case of math functions is with default rounding
mode, i.e. rounding to nearest.  Setting and restoring rounding mode
is an unnecessary overhead for this, so I've added support for a
context, which does the set/restore only if the FP status needs a
change.  The code is written such that only x86 uses these.  Other
architectures should be unaffected by it, but would definitely benefit
if the set/restore has as much overhead relative to the rest of the
code, as the x86 bits do.

Here's a summary of the performance improvement due to these
improvements; I've only mentioned functions that use the set/restore
and have benchmark inputs for x86_64:

Before:

cos(): ITERS:4.69335e+08: TOTAL:28884.6Mcy, MAX:4080.28cy, MIN:57.562cy, 16248.6 calls/Mcy
exp(): ITERS:4.47604e+08: TOTAL:28796.2Mcy, MAX:207.721cy, MIN:62.385cy, 15543.9 calls/Mcy
pow(): ITERS:1.63485e+08: TOTAL:28879.9Mcy, MAX:362.255cy, MIN:172.469cy, 5660.86 calls/Mcy
sin(): ITERS:3.89578e+08: TOTAL:28900Mcy, MAX:704.859cy, MIN:47.583cy, 13480.2 calls/Mcy
tan(): ITERS:7.0971e+07: TOTAL:28902.2Mcy, MAX:1357.79cy, MIN:388.58cy, 2455.55 calls/Mcy

After:

cos(): ITERS:6.0014e+08: TOTAL:28875.9Mcy, MAX:364.283cy, MIN:45.716cy, 20783.4 calls/Mcy
exp(): ITERS:5.48578e+08: TOTAL:28764.9Mcy, MAX:191.617cy, MIN:51.011cy, 19071.1 calls/Mcy
pow(): ITERS:1.70013e+08: TOTAL:28873.6Mcy, MAX:689.522cy, MIN:163.989cy, 5888.18 calls/Mcy
sin(): ITERS:4.64079e+08: TOTAL:28891.5Mcy, MAX:6959.3cy, MIN:36.189cy, 16062.8 calls/Mcy
tan(): ITERS:7.2354e+07: TOTAL:28898.9Mcy, MAX:1295.57cy, MIN:380.698cy, 2503.7 calls/Mcy

So the improvements are:

cos: 27.9089%
exp: 22.6919%
pow: 4.01564%
sin: 19.1585%
tan: 1.96086%

The downside of the change is that it will have an adverse performance
impact on non-default rounding modes, but I think the tradeoff is
justified.

11 years agoConvert iso-639.def to utf-8
Siddhesh Poyarekar [Tue, 11 Jun 2013 16:44:43 +0000 (22:14 +0530)]
Convert iso-639.def to utf-8

11 years agoAdd exception information to math-tests.h and use it in libm-test.inc.
Joseph Myers [Tue, 11 Jun 2013 15:44:31 +0000 (15:44 +0000)]
Add exception information to math-tests.h and use it in libm-test.inc.

11 years agoPort remaining string benchmarks
Siddhesh Poyarekar [Tue, 11 Jun 2013 15:21:55 +0000 (20:51 +0530)]
Port remaining string benchmarks

There were a few more string benchmarks (strcpy_chk and stpcpy_check)
in the debug directory that needed to be ported over.

11 years agoPowerPC: Remove redundant ports/sysdeps/powerpc/dl-procinfo.[ch].
Ryan S. Arnold [Tue, 11 Jun 2013 14:33:33 +0000 (09:33 -0500)]
PowerPC: Remove redundant ports/sysdeps/powerpc/dl-procinfo.[ch].

11 years agoPowerPC: Merge ports/ dl-procinfo.[ch] with base.
Ryan S. Arnold [Tue, 11 Jun 2013 14:32:41 +0000 (09:32 -0500)]
PowerPC: Merge ports/ dl-procinfo.[ch] with base.

11 years agoUpdate BIG5-HKSCS charmap to HKSCS-2008
Andreas Schwab [Thu, 10 Jan 2013 16:46:49 +0000 (17:46 +0100)]
Update BIG5-HKSCS charmap to HKSCS-2008

11 years agoFix indentation and add copyright header to time.h
Siddhesh Poyarekar [Tue, 11 Jun 2013 13:12:42 +0000 (18:42 +0530)]
Fix indentation and add copyright header to time.h

11 years agoRemove performance-related bits from string tests
Siddhesh Poyarekar [Tue, 4 Jun 2013 12:41:43 +0000 (18:11 +0530)]
Remove performance-related bits from string tests

11 years agoCopy over string performance tests into benchtests
Siddhesh Poyarekar [Tue, 4 Jun 2013 11:18:56 +0000 (16:48 +0530)]
Copy over string performance tests into benchtests

Copy over already existing string performance tests into benchtests.
Bits not related to performance measurements have been omitted.

11 years agoBegin porting string performance tests to benchtests
Siddhesh Poyarekar [Tue, 16 Apr 2013 12:07:24 +0000 (17:37 +0530)]
Begin porting string performance tests to benchtests

This is the initial support for string function performance tests,
along with copying tests for memcpy and memcpy-ifunc as proof of
concept.  The string function benchmarks perform operations at
different alignments and for different sizes and compare performance
between plain operations and the optimized string operations.  Due to
this their output is incompatible with the function benchmarks where
we're interested in fastest time, throughput, etc.

In future, the correctness checks in the benchmark tests can be
removed.  Same goes for the performance measurements in the
string/test-*.

11 years agoFix handling of netgroup cache in nscd
Andreas Schwab [Mon, 10 Jun 2013 12:39:09 +0000 (14:39 +0200)]
Fix handling of netgroup cache in nscd

11 years agoUpdate Chinese (traditional) translation from translation project
Andreas Jaeger [Tue, 11 Jun 2013 06:49:00 +0000 (08:49 +0200)]
Update Chinese (traditional) translation from translation project

11 years agoFix-trailing-whitespaces-in-libidn.
Ondrej Bilka [Tue, 11 Jun 2013 06:54:35 +0000 (08:54 +0200)]
Fix-trailing-whitespaces-in-libidn.

11 years agoFix symbol definitions for __clock_* functions
Siddhesh Poyarekar [Tue, 11 Jun 2013 05:41:11 +0000 (11:11 +0530)]
Fix symbol definitions for __clock_* functions

__clock_gettime and other __clock_* functions could result in an extra
PLT reference within libc.so if it actually gets used.  None of the
code currently uses them, which is why this probably went unnoticed.

11 years agoRemove trailing whitespace from mach/*.sub.
Joseph Myers [Mon, 10 Jun 2013 22:47:08 +0000 (22:47 +0000)]
Remove trailing whitespace from mach/*.sub.

11 years agox86*: Return syscall error for lll_futex_wake.
Carlos O'Donell [Mon, 10 Jun 2013 16:05:11 +0000 (12:05 -0400)]
x86*: Return syscall error for lll_futex_wake.

It is very very possible that the futex syscall returns an
error and that the caller of lll_futex_wake may want to
look at that error and propagate the failure.

This patch allows a caller to see the syscall error.

There are no users of the syscall error at present, but
future cleanups are now be able to check for the error.

--

nplt/

2013-06-10  Carlos O'Donell  <carlos@redhat.com>

* sysdeps/unix/sysv/linux/i386/lowlevellock.h
(lll_futex_wake): Return syscall error.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
(lll_futex_wake): Return syscall error.

11 years agoAdd rounding mode information to math-tests.h and use it in libm-test.inc.
Joseph Myers [Mon, 10 Jun 2013 12:34:49 +0000 (12:34 +0000)]
Add rounding mode information to math-tests.h and use it in libm-test.inc.

11 years agoAvoid overwriting earlier flags in CPPFLAGS-nonlib in benchtests
Siddhesh Poyarekar [Mon, 10 Jun 2013 04:38:46 +0000 (10:08 +0530)]
Avoid overwriting earlier flags in CPPFLAGS-nonlib in benchtests

When setting BENCH_DURATION in CPPFLAGS-nonlib, append to the variable
instead of assigning to it, to avoid overwriting earlier set flags,
notably the -DNOT_IN_libc=1 flag.

11 years agoFix previous commit.
Ondrej Bilka [Sat, 8 Jun 2013 20:50:29 +0000 (22:50 +0200)]
Fix previous commit.

11 years agoSilence warning: __inline is not at beginning of declaration.
Ondrej Bilka [Sat, 8 Jun 2013 18:03:24 +0000 (20:03 +0200)]
Silence warning: __inline is not at beginning of declaration.

11 years agoAvoid trailing whitespace in sysdeps/gnu/errlist.c.
Joseph Myers [Sat, 8 Jun 2013 14:55:32 +0000 (14:55 +0000)]
Avoid trailing whitespace in sysdeps/gnu/errlist.c.

11 years agoUse (void) in no-arguments function definitions.
Joseph Myers [Sat, 8 Jun 2013 00:22:23 +0000 (00:22 +0000)]
Use (void) in no-arguments function definitions.

11 years agoAvoid use of "register" as optimization hint.
Joseph Myers [Fri, 7 Jun 2013 22:24:35 +0000 (22:24 +0000)]
Avoid use of "register" as optimization hint.

11 years agoRemove trailing whitespace from localedata.
Joseph Myers [Fri, 7 Jun 2013 14:56:03 +0000 (14:56 +0000)]
Remove trailing whitespace from localedata.

11 years agoUpdate miscellaneous scripts from upstream.
Joseph Myers [Thu, 6 Jun 2013 19:02:09 +0000 (19:02 +0000)]
Update miscellaneous scripts from upstream.

11 years agoFix leading whitespaces.
Ondrej Bilka [Thu, 6 Jun 2013 17:36:03 +0000 (19:36 +0200)]
Fix leading whitespaces.

11 years agoFix ChangeLog.
Ondrej Bilka [Thu, 6 Jun 2013 14:11:10 +0000 (16:11 +0200)]
Fix ChangeLog.

11 years agoRemove trailing whitespace in nptl.
Joseph Myers [Thu, 6 Jun 2013 12:06:15 +0000 (12:06 +0000)]
Remove trailing whitespace in nptl.

11 years agoBZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefined
Richard Henderson [Wed, 5 Jun 2013 22:44:52 +0000 (15:44 -0700)]
BZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefined

11 years agoFix executable mode.
Ondrej Bilka [Thu, 6 Jun 2013 00:14:27 +0000 (02:14 +0200)]
Fix executable mode.

11 years agoRemove trailing whitespace.
Joseph Myers [Wed, 5 Jun 2013 20:44:03 +0000 (20:44 +0000)]
Remove trailing whitespace.

11 years agoRemove trailing whitespace in ports.
Joseph Myers [Wed, 5 Jun 2013 20:26:40 +0000 (20:26 +0000)]
Remove trailing whitespace in ports.

11 years agoAdd #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h.
Ryan S. Arnold [Wed, 5 Jun 2013 15:28:33 +0000 (10:28 -0500)]
Add #include <stdint.h> to locale/gen-translit.pl and fix C-translit.h.

11 years agoProperly handle %W in strptime
Andreas Schwab [Tue, 5 Feb 2013 13:40:39 +0000 (14:40 +0100)]
Properly handle %W in strptime

11 years agoSkip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT
Siddhesh Poyarekar [Wed, 5 Jun 2013 08:26:19 +0000 (13:56 +0530)]
Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT

We only need to set/restore rounding mode to ensure correct
computation for non-default rounding modes.

11 years agoAdd copyright header to test-strchrnul.c
Siddhesh Poyarekar [Tue, 4 Jun 2013 11:10:55 +0000 (16:40 +0530)]
Add copyright header to test-strchrnul.c

11 years ago[AArch64] Ensure getcontext() initializes PSTATE.
Marcus Shawcroft [Tue, 4 Jun 2013 09:05:08 +0000 (10:05 +0100)]
[AArch64] Ensure getcontext() initializes PSTATE.

11 years agoIncrease test case timeout
Siddhesh Poyarekar [Tue, 4 Jun 2013 05:53:54 +0000 (11:23 +0530)]
Increase test case timeout

11 years agoBZ #15536: Fix ulp for 128-bit IBM long double.
Carlos O'Donell [Mon, 3 Jun 2013 18:49:48 +0000 (14:49 -0400)]
BZ #15536: Fix ulp for 128-bit IBM long double.

In 128-bit IBM long double the precision of the type
decreases as you approach subnormal numbers, equaling
that of a double for subnormal numbers. Therefore
adjust the computation in ulp to use 2^(MIN_EXP - MANT_DIG)
which is correct for FP_SUBNORMAL for all types.

11 years agoRevert po and pot files changes.
Carlos O'Donell [Fri, 31 May 2013 17:04:33 +0000 (13:04 -0400)]
Revert po and pot files changes.

Upstream TP should modify PO files and POT file
should be empty template.

11 years agoLink extra-libs consistently with libc and ld.so.
Joseph Myers [Fri, 31 May 2013 16:16:33 +0000 (16:16 +0000)]
Link extra-libs consistently with libc and ld.so.

11 years agoSet reasonable limits for xdr_requests.
Patsy Franklin [Thu, 30 May 2013 21:05:21 +0000 (17:05 -0400)]
Set reasonable limits for xdr_requests.

[BZ #15553] Increased the current limits large enough to load large
key and data values, but small enough to not pose a DoS threat.

11 years ago [BZ #14256]
Jeff Law [Thu, 23 May 2013 19:28:00 +0000 (13:28 -0600)]
   [BZ #14256]
        * manual/errno.texi (ESTALE): Update to account for more than
        just NFS file systems.
        * sysdeps/gnu/errlist.c: Regenerated.