]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
12 years agoS/390: ABI baseline update.
Andreas Krebbel [Tue, 29 May 2012 11:04:22 +0000 (11:04 +0000)] 
S/390: ABI baseline update.

12 years agoFix underflow reporting and tie up loose ends in sparc soft-fp.
David S. Miller [Mon, 28 May 2012 04:02:14 +0000 (21:02 -0700)] 
Fix underflow reporting and tie up loose ends in sparc soft-fp.

* sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
(___Q_zero): New.
(__Q_simulate_exceptions): Return void.  Change to simulate
exceptions by writing into the %fsr.
* sysdeps/sparc/sparc64/soft-fp/qp_util.c
(__Qp_handle_exceptions): Likewise.
(numbers): Delete.
* sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
__Qp_handle_exceptions.
* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
__Qp_handle_exceptions.
* sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
as unused and give dummy FP_RND_NEAREST initializer.
(FP_INHIBIT_RESULTS): Define.
(___Q_simulate_exceptions): Update declaration.
(FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
formatting.
* sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
as unused and give dummy FP_RND_NEAREST initializer.
(__Qp_handle_exceptions): Update declaration.
(FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
formatting.

12 years agoSH: Use fpu_control_t for the temporary FPU control word.
Thomas Schwinge [Sun, 27 May 2012 23:03:18 +0000 (01:03 +0200)] 
SH: Use fpu_control_t for the temporary FPU control word.

12 years agoSH: feraiseexcept: Restore fpscr flag fields.
Kaz Kojima [Sun, 27 May 2012 23:02:34 +0000 (01:02 +0200)] 
SH: feraiseexcept: Restore fpscr flag fields.

12 years agoSH: Add CFI directives.
Chung-Lin Tang [Sun, 27 May 2012 22:47:07 +0000 (00:47 +0200)] 
SH: Add CFI directives.

12 years agoSH: Add CFI directives.
Chung-Lin Tang [Sun, 27 May 2012 22:06:57 +0000 (00:06 +0200)] 
SH: Add CFI directives.

12 years agoAdd more NEWS items for 2.16.
Joseph Myers [Sun, 27 May 2012 18:37:42 +0000 (18:37 +0000)] 
Add more NEWS items for 2.16.

12 years agoNew Croatian translation
Ulrich Drepper [Sun, 27 May 2012 07:00:50 +0000 (03:00 -0400)] 
New Croatian translation

12 years agoFix missing declaration
Andreas Schwab [Sat, 26 May 2012 20:20:56 +0000 (22:20 +0200)] 
Fix missing declaration

12 years agoFix CL date.
Marek Polacek [Sat, 26 May 2012 12:41:28 +0000 (14:41 +0200)] 
Fix CL date.

12 years agoOptimize handling of denormals in logb/logbf/logbl
Andreas Schwab [Fri, 25 May 2012 09:57:33 +0000 (11:57 +0200)] 
Optimize handling of denormals in logb/logbf/logbl

12 years agoFix fma test for underflow.
Marek Polacek [Sat, 26 May 2012 11:49:49 +0000 (13:49 +0200)] 
Fix fma test for underflow.

12 years agoFix stack size and address inconsistency due to executable stack
Siddhesh Poyarekar [Sat, 26 May 2012 04:18:25 +0000 (09:48 +0530)] 
Fix stack size and address inconsistency due to executable stack

When a stack is marked executable due to loading a DSO that requires
an executable stack, the logic tends to leave out a portion of stack
after the first frame, thus causing a difference in the value returned
by pthread_getattr_np before and after the stack is marked
executable. It ought to be possible to fix this by marking the rest of
the stack as executable too, but in the interest of marking as less of
the stack as executable as possible, the path this fix takes is to
make pthread_getattr_np also look at the first frame as the underflow
end of the stack and compute size and stack top accordingly.

The above happens only for the main process stack. NPTL thread stacks
are not affected by this change.

12 years agoRemove __ASSUME_NEW_GETRLIMIT_SYSCALL.
Joseph Myers [Fri, 25 May 2012 22:30:06 +0000 (22:30 +0000)] 
Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.

12 years agoDon't use header files in glibc configure
H.J. Lu [Fri, 25 May 2012 21:16:19 +0000 (14:16 -0700)] 
Don't use header files in glibc configure

12 years agoNEWS item for --enable-systemtap
Roland McGrath [Fri, 25 May 2012 20:49:31 +0000 (13:49 -0700)] 
NEWS item for --enable-systemtap

12 years agoi386 port of the pthread SystemTap probes
Rayson Ho [Wed, 23 Feb 2011 19:30:55 +0000 (11:30 -0800)] 
i386 port of the pthread SystemTap probes

12 years agoAdd systemtap static probe points in generic and x86_64 pthread code.
Roland McGrath [Fri, 25 May 2012 20:35:08 +0000 (13:35 -0700)] 
Add systemtap static probe points in generic and x86_64 pthread code.

12 years agoAdd systemtap static probe points in setjmp/longjmp on x86.
Roland McGrath [Fri, 25 May 2012 20:31:57 +0000 (13:31 -0700)] 
Add systemtap static probe points in setjmp/longjmp on x86.

12 years agoAdd --enable-systemtap configuration to define static probe points.
Roland McGrath [Fri, 25 May 2012 20:40:20 +0000 (13:40 -0700)] 
Add --enable-systemtap configuration to define static probe points.

12 years agoRemove pre-2.4 Linux kernel support.
Joseph Myers [Fri, 25 May 2012 19:19:30 +0000 (19:19 +0000)] 
Remove pre-2.4 Linux kernel support.

12 years agoppc: Pass hwcap to ifuncs.
Richard Henderson [Fri, 25 May 2012 17:30:42 +0000 (10:30 -0700)] 
ppc: Pass hwcap to ifuncs.

        * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
        dl_hwcap to ifunc resolver.
        * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
        elf_ifunc_invoke.
        * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
        dl_hwcap to ifunc resolver.
        * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.

12 years agoMention BZ 12495 and 13576 in NEWS
H.J. Lu [Fri, 25 May 2012 11:42:46 +0000 (04:42 -0700)] 
Mention BZ 12495 and 13576 in NEWS

12 years agoAdd missing comma in list of fixed bugs.
Joseph Myers [Fri, 25 May 2012 11:14:43 +0000 (11:14 +0000)] 
Add missing comma in list of fixed bugs.

12 years agoFix acosf underflow (bug 14153).
Joseph Myers [Fri, 25 May 2012 11:07:07 +0000 (11:07 +0000)] 
Fix acosf underflow (bug 14153).

12 years ago2012-05-24 Jeff Law <law@redhat.com>
Jeff Law [Fri, 25 May 2012 03:30:43 +0000 (21:30 -0600)] 
2012-05-24  Jeff Law  <law@redhat.com>

        * stdio-common/Makefile (tests): Add bug25.
        * stdio-common/bug25.c: New test.

12 years agoMake free chunk size a multiple of MALLOC_ALIGNMENT
H.J. Lu [Fri, 25 May 2012 00:50:28 +0000 (17:50 -0700)] 
Make free chunk size a multiple of MALLOC_ALIGNMENT

12 years agoconformtest: Update expectations for stdio.h and stdlib.h.
Joseph Myers [Thu, 24 May 2012 21:58:04 +0000 (21:58 +0000)] 
conformtest: Update expectations for stdio.h and stdlib.h.

12 years agoRemove use of INTDEF/INTUSE in intl
Andreas Schwab [Wed, 23 May 2012 20:38:10 +0000 (22:38 +0200)] 
Remove use of INTDEF/INTUSE in intl

12 years agoRemove use of INTDEF/INTUSE in libio
Andreas Schwab [Wed, 23 May 2012 11:33:15 +0000 (13:33 +0200)] 
Remove use of INTDEF/INTUSE in libio

12 years agosyscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.
Roland McGrath [Tue, 22 May 2012 23:00:50 +0000 (16:00 -0700)] 
syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.

12 years agoSwitch gettimeofday from INTUSE to libc_hidden_proto.
Roland McGrath [Thu, 24 May 2012 18:37:30 +0000 (11:37 -0700)] 
Switch gettimeofday from INTUSE to libc_hidden_proto.

12 years agoProperly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ
H.J. Lu [Thu, 24 May 2012 18:57:23 +0000 (11:57 -0700)] 
Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ

12 years agoAdd x32 abilist files
H.J. Lu [Thu, 24 May 2012 18:20:12 +0000 (11:20 -0700)] 
Add x32 abilist files

12 years agoAdd x32 C++ type data
H.J. Lu [Thu, 24 May 2012 18:18:30 +0000 (11:18 -0700)] 
Add x32 C++ type data

12 years agoAdd tests for underflow exception bugs 10846, 14036.
Joseph Myers [Thu, 24 May 2012 15:36:54 +0000 (15:36 +0000)] 
Add tests for underflow exception bugs 10846, 14036.

12 years agoAdd getauxval news entry.
Richard Henderson [Thu, 24 May 2012 14:45:49 +0000 (07:45 -0700)] 
Add getauxval news entry.

12 years agoDon't include exceptions in libm-test-ulps test names.
Joseph Myers [Thu, 24 May 2012 12:14:03 +0000 (12:14 +0000)] 
Don't include exceptions in libm-test-ulps test names.

12 years agoTest underflow exceptions in libm-test.inc.
Joseph Myers [Thu, 24 May 2012 11:26:36 +0000 (11:26 +0000)] 
Test underflow exceptions in libm-test.inc.

12 years agoForgot changelog in previous commit.
David S. Miller [Thu, 24 May 2012 04:52:38 +0000 (21:52 -0700)] 
Forgot changelog in previous commit.

12 years agoRemove some sparc cob-webs leftover after Joseph's recent changes.
David S. Miller [Thu, 24 May 2012 04:47:03 +0000 (21:47 -0700)] 
Remove some sparc cob-webs leftover after Joseph's recent changes.

* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
(__libc_sigaction): Remove unused local variables.

12 years agoAdd sysdeps/unix/sysv/linux/x86_64/x32/configure
H.J. Lu [Thu, 24 May 2012 03:03:20 +0000 (20:03 -0700)] 
Add sysdeps/unix/sysv/linux/x86_64/x32/configure

12 years agomktime: avoid signed integer overflow
Paul Eggert [Fri, 16 Mar 2012 10:18:12 +0000 (03:18 -0700)] 
mktime: avoid signed integer overflow

* time/mktime.c (__mktime_internal): Do not mishandle the case
where diff == INT_MIN.

12 years agomktime: simplify computation of average
Paul Eggert [Fri, 16 Mar 2012 10:15:57 +0000 (03:15 -0700)] 
mktime: simplify computation of average

* time/mktime.c (ranged_convert): Use new time_t_avg function
instead of rolling our own (probably-slower) code.

12 years agomktime: do not assume signed right shift propagates sign bit
Paul Eggert [Fri, 16 Mar 2012 10:14:03 +0000 (03:14 -0700)] 
mktime: do not assume signed right shift propagates sign bit

* time/mktime.c (isdst_differ): New static function.
(__mktime_internal): No need to normalize tm_isdst now.
(__mktime_internal, not_equal_tm): Use isdst_differ to compare
tm_isdst values.

12 years agomktime: merge another wrapv change from gnulib
Paul Eggert [Fri, 16 Mar 2012 10:04:42 +0000 (03:04 -0700)] 
mktime: merge another wrapv change from gnulib

* time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
from some compilers.

12 years agomktime: remove incorrect attempt at unusual arithmetics
Paul Eggert [Fri, 16 Mar 2012 10:00:48 +0000 (03:00 -0700)] 
mktime: remove incorrect attempt at unusual arithmetics

* time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
The code didn't really work on such machines anyway.
(TYPE_MINIMUM): Assume two's complement.
(twos_complement_arithmetic): Verify that long_int and time_t
are two's complement (or unsigned, in the latter case).

12 years agomktime: check signed shifts on long_int and time_t, too
Paul Eggert [Fri, 16 Mar 2012 09:57:35 +0000 (02:57 -0700)] 
mktime: check signed shifts on long_int and time_t, too

* time/mktime.c (SHR): Check that shifts work as desired
on the types long_int and time_t too, as SHR is used on
such types.

12 years agomktime: do not assume 'long' is wide enough
Paul Eggert [Fri, 16 Mar 2012 09:48:38 +0000 (02:48 -0700)] 
mktime: do not assume 'long' is wide enough

* time/mktime.c (verify): Move decl up.
(long_int): New type.
(leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
to remove assumption in the code that 'long' is wide enough to
store year values.  This assumption is not true on x32 and on
some non-glibc platforms.

12 years agomktime: merge wrapv change from gnulib
Paul Eggert [Fri, 16 Mar 2012 09:36:14 +0000 (02:36 -0700)] 
mktime: merge wrapv change from gnulib

* time/mktime.c (WRAPV): New macro.
(time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
(guess_time_tm, __mktime_internal): Do not assume that signed
integer overflow wraps around; modern compilers generate code
where this assumption is no longer valid.

12 years agoReplace "jmp L(pseudo_end)" with "ret"
H.J. Lu [Wed, 23 May 2012 18:35:38 +0000 (11:35 -0700)] 
Replace "jmp L(pseudo_end)" with "ret"

12 years agoAdd ChangeLog for last change
Andreas Jaeger [Wed, 23 May 2012 18:23:49 +0000 (20:23 +0200)] 
Add ChangeLog for last change

12 years agoMove poll to syscalls.list
Andreas Jaeger [Wed, 23 May 2012 06:53:36 +0000 (08:53 +0200)] 
Move poll to syscalls.list

12 years agoAdd more constants to Linux <sys/reboot.h>
Andreas Jaeger [Wed, 23 May 2012 18:16:00 +0000 (20:16 +0200)] 
Add more constants to Linux <sys/reboot.h>

2012-05-23  Andreas Jaeger  <aj@suse.de>
    Maximilian Attems  <max@stro.at>

* sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND,
RB_KEXEC):
New macros.

12 years agoFix x32 sched_getcpu.S error code
H.J. Lu [Wed, 23 May 2012 13:48:05 +0000 (06:48 -0700)] 
Fix x32 sched_getcpu.S error code

12 years agoAdd comments suggesting moving some functions to syscalls.list.
Joseph Myers [Wed, 23 May 2012 12:52:56 +0000 (12:52 +0000)] 
Add comments suggesting moving some functions to syscalls.list.

12 years agoDo not mention old Linux kernel versions in installation documentation.
Joseph Myers [Wed, 23 May 2012 12:48:01 +0000 (12:48 +0000)] 
Do not mention old Linux kernel versions in installation documentation.

12 years agoUpdate from Linux 3.4
Andreas Jaeger [Wed, 23 May 2012 07:27:39 +0000 (09:27 +0200)] 
Update from Linux 3.4

12 years agoSimplify dl-vdso.h use of assert.
Roland McGrath [Tue, 22 May 2012 21:24:54 +0000 (14:24 -0700)] 
Simplify dl-vdso.h use of assert.

12 years agoRemove $(sysctl) from sysdep_routines
H.J. Lu [Tue, 22 May 2012 20:58:43 +0000 (13:58 -0700)] 
Remove $(sysctl) from sysdep_routines

12 years agoAdd sysctl.mk and bits/sysctl.h
H.J. Lu [Tue, 22 May 2012 20:46:29 +0000 (13:46 -0700)] 
Add sysctl.mk and bits/sysctl.h

12 years agoFix x86_64/sched_getcpu.S error code
Andreas Jaeger [Tue, 22 May 2012 20:35:04 +0000 (22:35 +0200)] 
Fix x86_64/sched_getcpu.S error code

Rearrange code so that pseudo_end is just ret and the stack pointer
is correct also for static library in error case.

12 years agoMention 14122 in NEWS.
Paul Pluzhnikov [Tue, 22 May 2012 20:14:44 +0000 (13:14 -0700)] 
Mention 14122 in NEWS.

12 years agoFor [BZ#14122], plug memory leaks in nsswitch.c.
Paul Pluzhnikov [Tue, 22 May 2012 20:09:27 +0000 (13:09 -0700)] 
For [BZ#14122], plug memory leaks in nsswitch.c.

12 years agoAdd x32 arch_prctl
H.J. Lu [Tue, 22 May 2012 19:43:46 +0000 (12:43 -0700)] 
Add x32 arch_prctl

12 years agoAdd INTERNAL_SYSCALL_TYPES
H.J. Lu [Tue, 22 May 2012 19:42:36 +0000 (12:42 -0700)] 
Add INTERNAL_SYSCALL_TYPES

12 years agoPowerPC: libm ABI update
Adhemerval Zanella [Tue, 22 May 2012 18:34:02 +0000 (15:34 -0300)] 
PowerPC: libm ABI update

Update for libm abilist for POWER6 and POWER7.

12 years agoAdd new locale mag_IN.
Chandan Kumar [Tue, 22 May 2012 16:52:55 +0000 (18:52 +0200)] 
Add new locale mag_IN.

[BZ#13968]
* locales/mag_IN: New file.
* SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.

12 years agoAdd x32 support to x86_64/bits/fcntl.h
H.J. Lu [Tue, 22 May 2012 16:25:29 +0000 (09:25 -0700)] 
Add x32 support to x86_64/bits/fcntl.h

12 years agoUse "neg %eax" in i386 SYSCALL_ERROR_HANDLER
H.J. Lu [Tue, 22 May 2012 16:24:24 +0000 (09:24 -0700)] 
Use "neg %eax" in i386 SYSCALL_ERROR_HANDLER

12 years agoUpdate copyright years for time/mktime.c
H.J. Lu [Tue, 22 May 2012 13:31:00 +0000 (06:31 -0700)] 
Update copyright years for time/mktime.c

12 years agomktime: merge comment-quoting-style change from gnulib
Paul Eggert [Tue, 22 May 2012 13:14:01 +0000 (06:14 -0700)] 
mktime: merge comment-quoting-style change from gnulib

12 years agotime/mktime.c (compile-command): Add "-I."
Paul Eggert [Tue, 22 May 2012 13:13:01 +0000 (06:13 -0700)] 
time/mktime.c (compile-command): Add "-I."

12 years agomktime: merge mktime-internal.h change from gnulib
Paul Eggert [Tue, 22 May 2012 13:11:29 +0000 (06:11 -0700)] 
mktime: merge mktime-internal.h change from gnulib

12 years agomktime: merge time_r change from gnulib
Paul Eggert [Tue, 22 May 2012 13:10:34 +0000 (06:10 -0700)] 
mktime: merge time_r change from gnulib

12 years agomktime: merge DEBUG change from gnulib
Paul Eggert [Tue, 22 May 2012 13:09:01 +0000 (06:09 -0700)] 
mktime: merge DEBUG change from gnulib

12 years agomktime: merge <sys/types.h> change from gnulib
Paul Eggert [Tue, 22 May 2012 13:07:58 +0000 (06:07 -0700)] 
mktime: merge <sys/types.h> change from gnulib

12 years agomktime: merge HAVE_CONFIG_H change from gnulib
Paul Eggert [Tue, 22 May 2012 13:05:37 +0000 (06:05 -0700)] 
mktime: merge HAVE_CONFIG_H change from gnulib

12 years agoUse "neg %eax" in x86_64 SYSCALL_SET_ERRNO
H.J. Lu [Tue, 22 May 2012 12:34:36 +0000 (05:34 -0700)] 
Use "neg %eax" in x86_64 SYSCALL_SET_ERRNO

12 years agoPad each field to __syscall_slong_t in struct rusage
H.J. Lu [Tue, 22 May 2012 12:32:34 +0000 (05:32 -0700)] 
Pad each field to __syscall_slong_t in struct rusage

12 years agoRemove straggling references to .s files.
David S. Miller [Tue, 22 May 2012 04:59:29 +0000 (21:59 -0700)] 
Remove straggling references to .s files.

* Makefules (o-iterator): Remove .s cases.
(compile-command.s): Delete.
(COMPILE.s): Delete.
* sysdeps/unix/make-syscalls.sh: Remove .s file tests.

12 years agoFilter out unknown symbols in stack-protector test.
Joseph Myers [Mon, 21 May 2012 23:26:27 +0000 (23:26 +0000)] 
Filter out unknown symbols in stack-protector test.

12 years agoRename x32 llseek.S to lseek.S and add dummy llseek.S
H.J. Lu [Mon, 21 May 2012 22:41:37 +0000 (15:41 -0700)] 
Rename x32 llseek.S to lseek.S and add dummy llseek.S

12 years agoAdd x32 llseek.S
H.J. Lu [Mon, 21 May 2012 21:50:21 +0000 (14:50 -0700)] 
Add x32 llseek.S

12 years agoRename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32
H.J. Lu [Mon, 21 May 2012 20:39:55 +0000 (13:39 -0700)] 
Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32

12 years agoFix warnings in wcschr-c.c
Andreas Jaeger [Mon, 21 May 2012 20:27:11 +0000 (22:27 +0200)] 
Fix warnings in wcschr-c.c

Fixes:
In file included from ../sysdeps/i386/i686/multiarch/wcschr-c.c:8:0:
../wcsmbs/wcschr.c:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
../wcsmbs/wcschr.c:37:1: warning: data definition has no type or storage class [enabled by default]
../wcsmbs/wcschr.c:37:1: warning: type defaults to ‘int’ in declaration of ‘__hidden_ver1’ [enabled by default]
../wcsmbs/wcschr.c:37:1: warning: parameter names (without types) in function declaration [enabled by default]

12 years agox32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.
Roland McGrath [Fri, 18 May 2012 22:32:08 +0000 (15:32 -0700)] 
x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.

12 years agoFix sunrpc static library
Andreas Jaeger [Mon, 21 May 2012 19:34:05 +0000 (21:34 +0200)] 
Fix sunrpc static library

* include/shlib-compat.h (libc_sunrpc_symbol): New macro.
* sunrpc/svc_simple.c: Use it for registerrpc.
* sunrpc/xcrypt.c: Use it for passwd2des.

12 years agoFix last change
Andreas Jaeger [Mon, 21 May 2012 19:02:33 +0000 (21:02 +0200)] 
Fix last change

Include shlib-compat.h for SHLIB_COMPAT.

12 years agoDefine __SYSCALL_WORDSIZE for x86-64
H.J. Lu [Mon, 21 May 2012 18:45:16 +0000 (11:45 -0700)] 
Define __SYSCALL_WORDSIZE for x86-64

12 years ago[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
Andreas Jaeger [Mon, 21 May 2012 18:41:36 +0000 (20:41 +0200)] 
[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.

* iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
inptr and inend for must_buffer_ch.
* wcsmbs/tst-mbsnrtowcs.c: Remove file.
* wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
* stdio-common/Makefile (tests): Remove bug15.
(bug15-ENV): Remove macro.
* stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
anymore.

localedata:
* SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1.
* tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1
anymore.
* Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list.
(tests): Remove tst-strptime.

12 years agoRewrite manual/contrib.texi
Andreas Jaeger [Mon, 21 May 2012 18:30:49 +0000 (20:30 +0200)] 
Rewrite manual/contrib.texi

* manual/contrib.texi: Completely rewritten. It contains now an
alphabetical list of contributors and their contributions.

12 years agoAdd x32 syscalls.list
H.J. Lu [Mon, 21 May 2012 18:31:06 +0000 (11:31 -0700)] 
Add x32 syscalls.list

12 years ago * misc/getauxval.c (__getauxval): Use unsigned long int.
Richard Henderson [Mon, 21 May 2012 18:26:24 +0000 (11:26 -0700)] 
    * misc/getauxval.c (__getauxval): Use unsigned long int.
        * misc/sys/auxv.h: Include <sys/cdefs.h>.
        (getauxval): Use unsigned long int.

12 years agoSet MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.
Roland McGrath [Mon, 21 May 2012 18:13:10 +0000 (11:13 -0700)] 
Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.

12 years agoPowerPC: ULPs update
Adhemerval Zanella [Mon, 21 May 2012 17:24:12 +0000 (14:24 -0300)] 
PowerPC: ULPs update

Adjustments for libm ulps added with commit d8b82cad1b525bdcbfff88d218c7c45032e4a3af,
495fd99f3a119e5c0c542ccc6cf9c93b1fb9e892, and 5ba3cc691c856e5c67a7d4cd4713f20a79f7ba81.
I also adjusted some exp10 ulps definition that was higher than needed.

12 years agoFix spelling of Steven Munroe
Andreas Jaeger [Mon, 21 May 2012 12:50:42 +0000 (14:50 +0200)] 
Fix spelling of Steven Munroe

12 years agoWe no longer have foo.s files in the tree.
David S. Miller [Mon, 21 May 2012 01:47:38 +0000 (18:47 -0700)] 
We no longer have foo.s files in the tree.

* Makerules (sysd-rules): Remove .s from asm.

12 years agoAdd <sys/auxv.h> and getauxval.
Richard Henderson [Sun, 20 May 2012 17:34:00 +0000 (10:34 -0700)] 
Add <sys/auxv.h> and getauxval.

12 years agoUpdate powerpc ULPs for ccos, csin, ccosh, csinh tests.
Adhemerval Zanella [Sat, 19 May 2012 15:46:20 +0000 (15:46 +0000)] 
Update powerpc ULPs for ccos, csin, ccosh, csinh tests.