* Fix SH specific compiler warnings which are for integer-pointer
[glibc.git] / ChangeLog
blobfad966f4aa3a98c6b7b643be6c6bc654efcaa0d0
1 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4         pointer and cast to uintptr_t.
5         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
6         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
7         Add cast to avoid warning.
8         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
10 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
12         * nptl/semaphore.h: Move to ...
13         * sysdeps/pthread/semaphore.h: ... here.
14         * Makefile (installed-headers): Change nptl/semaphore.h to
15         sysdeps/pthread/semaphore.h.
17 2014-12-11  Roland McGrath  <roland@hack.frob.com>
19         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
20         generated error format strings.
22         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
23         -Wformat-extra-args warnings for scanf formats.
24         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
25         test of zero-length format (duh).
26         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
27         corner-case scanf format test.
28         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
29         generated fprintf format string.
30         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
31         corner-case sprintf format tests.
32         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
33         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
34         -Wformat-extra-args warnings throughout.
35         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
36         (CFLAGS-scanf4.c): Likewise.
37         (CFLAGS-scanf7.c): Likewise.
38         (CFLAGS-tst-sprintf.c): Likewise.
39         (CFLAGS-tst-printf.c): Likewise.
40         (CFLAGS-tst-printfsz.c): Likewise.
42 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
44         * include/cpio.h: New file.
45         * include/fmtmsg.h: Likewise.
47         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
48         corresponding format argument to size_t.
49         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
50         arguments.
51         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
52         corresponding format argument to size_t.
53         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
54         arguments.
55         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
56         corresponding format argument to size_t.
57         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
58         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
59         (CFLAGS-tst-mbswcs2.c): Likewise.
60         (CFLAGS-tst-mbswcs3.c): Likewise.
61         (CFLAGS-tst-mbswcs4.c): Likewise.
62         (CFLAGS-tst-mbswcs5.c): Likewise.
63         (CFLAGS-tst-trans.c): Likewise
65 2014-12-11  Roland McGrath  <roland@hack.frob.com>
67         * posix/regexbug1.c (main): Use "%s" format with regerror results,
68         rather than assuming they won't contain any '%'s.
70 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
72         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
73         inhibit_loop_to_libcall to avoid recursive calls.
74         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
75         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
77 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
79         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
80         prototype.
82 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
84         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
85         integer value instead of boolean.
87 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
89         * malloc/malloc.c: Fix powerof2 check.
91 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
93         * locale/programs/locfile.h (maybe_swap_uint32):
94         Remove inline and add unused attribute.
96 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
98         sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
99         Truncating assembler expression to a .long expression.
101 2014-12-11  Andreas Schwab  <schwab@suse.de>
103         * elf/rtld.c (struct map_args): Constify str member.
104         (do_preload): Constify fname argument.
106 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
108         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
109         constants definition.
111 2014-12-11  Andreas Schwab  <schwab@suse.de>
113         [BZ #16657]
114         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
115         FORCE_ELISION instead of DO_ELISION.
116         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
117         Remove.
118         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
119         Likewise.
121         * iconvdata/gconv-modules: Remove duplicate entry.
123 2014-12-11  Will Newton  <will.newton@linaro.org>
125         Merge gettext 0.19.3 into intl/.
127         This involves a number of cosmetic changes to comments
128         and ANSI function definitions and prototypes throughout
129         all the files. The gettext copyright header is used but
130         with the date ranges taken from the glibc copy.
132         * NEWS: Add gettext merge to 2.21.
133         * intl/bindtextdom.c: Switch to gettext copyright.
134         Use ANSI definitions and prototypes.
135         Use gl_* locking primitives rather than __libc_* ones.
136         Use __builtin_expect rather than __glibc_likely/unlikely.
137         * intl/dcgettext.c: Switch to gettext copyright.
138         Use ANSI definitions and prototypes.
139         * intl/dcigettext.c: Switch to gettext copyright.
140         Use ANSI definitions and prototypes.
141         (INTDIV0_RAISES_SIGFPE): New define.
142         Use gl_* locking primitives rather than __libc_* ones.
143         Include eval-plural.h instead of plural-eval.c.
144         Use __builtin_expect rather than __glibc_likely/unlikely.
145         * intl/dcngettext.c: Switch to gettext copyright.
146         Use ANSI definitions and prototypes.
147         * intl/dgettext.c: Likewise.
148         * intl/dngettext.c: Likewise.
149         * intl/plural-eval.c: Renamed to...
150         * intl/eval-plural.h: ...this.
151         * intl/explodename.c: Switch to gettext copyright.
152         Use ANSI definitions and prototypes.
153         (_nl_explode_name): Use strchr instead of __rawmemchr.
154         * intl/finddomain.c: Switch to gettext copyright.
155         Use ANSI definitions and prototypes.
156         Use gl_* locking primitives rather than __libc_* ones.
157         (_nl_find_domain): Use malloc rather than alloca for
158         allocation of temporary locale name.
159         * intl/gettext.c: Switch to gettext copyright.
160         Use ANSI definitions and prototypes.
161         * intl/gettextP.h: Switch to gettext copyright.
162         Use ANSI definitions and prototypes.
163         Use gl_* locking primitives rather than __libc_* ones.
164         * intl/gmo.h: Switch to gettext copyright.
165         (struct sysdep_string): Move struct segment_pair outside of
166         struct definition.
167         * intl/hash-string.c: Use ANSI definitions and prototypes.
168         * intl/hash-string.h: Switch to gettext copyright.
169         Use ANSI definitions and prototypes.
170         * intl/l10nflist.c: Switch to gettext copyright.
171         Use ANSI definitions and prototypes.
172         (_nl_normalize_codeset): Avoid integer overflow.
173         * intl/loadinfo.h: Switch to gettext copyright.
174         Use ANSI definitions and prototypes.
175         (LIBINTL_DLL_EXPORTED): New define.
176         (PATH_SEPARATOR): New define.
177         * intl/loadmsgcat.c: Switch to gettext copyright.
178         * intl/localealias.c: Switch to gettext copyright.
179         Use ANSI definitions and prototypes.
180         (_nl_expand_alias): Use PATH_SEPARATOR.
181         * intl/ngettext.c: Switch to gettext copyright.
182         Use ANSI definitions and prototypes.
183         * intl/plural-exp.c: Likewise.
184         * intl/plural-exp.h: Switch to gettext copyright.
185         Use ANSI definitions and prototypes.
186         (struct expression): Move definition of enum operator outside
187         of struct definition.
188         * intl/plural.c: Regenerate.
189         * intl/plural.y: Switch to gettext copyright.
190         Use ANSI definitions and prototypes.
191         Port to bison 3.0.
192         * intl/textdomain.c: Switch to gettext copyright.
193         Use ANSI definitions and prototypes.
194         Use gl_* locking primitives rather than __libc_* ones.
196 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
198         * debug/warning-nop.c: Add used atrribute.
200 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
202         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
204         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
205         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
206         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
208 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
209             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
211         [BZ #17634]
212         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
213         Undefine after defining function.  Define as weak alias of
214         __wcschr.  Use libc_hidden_weak.
215         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
216         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
217         (libc_hidden_def): Also define __GI___wcschr alias.
218         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
219         __wcschr and define as weak alias of __wcschr.
220         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
221         __wcschr.
222         [!WCSCHR] (DEFAULT_WCSCHR): Define.
223         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
224         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
225         libc_hidden_weak.  Do not use libc_hidden_def.
226         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
227         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
228         __GI___wcschr alias.
229         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
230         [IS_IN (libc)] (wcschr): Define as macro expanding to
231         __redirect_wcschr.
232         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
233         [IS_IN (libc)] (__wcschr_power6): Likewise.
234         [IS_IN (libc)] (__wcschr_power7): Likewise.
235         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
236         instead of wcschr.
237         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
238         __libc_wcschr.
239         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
240         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
241         __wcschr and define as weak alias of __wcschr.  Use
242         libc_hidden_builtin_def.
243         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
244         as weak alias of __wcschr.  Use libc_hidden_weak.
245         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
246         wcschr.
247         * time/era.c (_nl_init_era_entries): Likewise.
248         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
249         variable.
250         (test-xfail-XPG3/time.h/linknamespace): Likewise.
251         (test-xfail-XPG4/time.h/linknamespace): Likewise.
253 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
255         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
256         format for long int variable.
258 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
260         [BZ #10672]
261         * manual/search.texi: (Array Sort Function): Remove claim how to make
262         qsort stable.
264 2014-12-10  Andreas Schwab  <schwab@suse.de>
266         [BZ #12847]
267         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
268         user-controlled locks.
270 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
272         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
273         register.
275 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
277         * configure.ac (--disable-werror): New configure option.
278         (enable_werror): New AC_SUBST.
279         * configure: Regenerated.
280         * config.make.in (enable-werror): New variable.
281         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
282         -Wno-error=undef.
283         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
284         * manual/install.texi (Configuring and compiling): Document
285         --disable-werror.
286         * INSTALL: Regenerated.
287         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
288         (CFLAGS-tst-chk2.c): Likewise.
289         (CFLAGS-tst-chk3.c): Likewise.
290         (CFLAGS-tst-chk4.cc): Likewise.
291         (CFLAGS-tst-chk5.cc): Likewise.
292         (CFLAGS-tst-chk6.cc): Likewise.
293         (CFLAGS-tst-lfschk1.c): Likewise.
294         (CFLAGS-tst-lfschk2.c): Likewise.
295         (CFLAGS-tst-lfschk3.c): Likewise.
296         (CFLAGS-tst-lfschk4.cc): Likewise.
297         (CFLAGS-tst-lfschk5.cc): Likewise.
298         (CFLAGS-tst-lfschk6.cc): Likewise.
300         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
301         (main): Disable -Wdeprecated-declarations around calls to
302         register_printf_function.
304         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
305         (do_test): Disable -Wdiv-by-zero around some calls to
306         fwrite_unlocked and fread_unlocked.
308         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
309         (DIAG_POP_NEEDS_COMMENT): Likewise.
310         (_DIAG_STR1): Likewise.
311         (_DIAG_STR): Likewise.
312         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
313         * stdio-common/bug21.c: Include <libc-internal.h>.
314         (do_test): Disable -Wformat around call to sscanf.
315         * stdio-common/scanf14.c: Include <libc-internal.h>.
316         (main): Disable -Wformat around some calls to scanf functions.
318 2014-12-09  Torvald Riegel  <triegel@redhat.com>
320         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
322 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
324         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
325         stack variable alignment.
327 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
329         [BZ #17682]
330         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
331         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
332         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
333         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
334         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
335         __getrlimit instead of getrlimit.
336         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
337         __gettimeofday instead of gettimeofday.
338         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
339         Likewise.
340         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
341         Likewise.
342         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
343         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
344         Remove variable.
345         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
346         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
348 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
350         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
351         for wide-character tests.
353 2014-12-04  Roland McGrath  <roland@hack.frob.com>
355         * io/openat64.c: #include <libc-internal.h>
356         (__openat64): Prototypify.  Use ignore_value on MODE.
357         * io/openat.c: Likewise.
358         * misc/reboot.c: #include <libc-internal.h>
359         (reboot): Prototypify.  Use ignore_value on HOWTO.
360         * misc/ptrace.c: #include <libc-internal.h>
361         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
363 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
365         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
366         XPG4, UNIX98 and XOPEN2K.
367         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
368         Remove variable.
369         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
371 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
373         * libio/fileops.c: Use ISO C style for function definitions.
374         * libio/iofopen.c: Likewise.
375         * libio/wfileops.c: Likewise.
377         [BZ #17653]
378         * libio/fileops.c (_IO_new_file_underflow): Unset cached
379         offset on EOF.
380         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
381         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
382         (fgets_func): Function pointer to fgets and fgetws.
383         (do_ftell_test): Add test to verify ftell value after read
384         EOF.
385         (do_test): Set fgets_func.
387         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
388         O_TRUNC flag for w and w+ modes.
389         (do_rewind_test): Likewise.
390         (do_ftell_test): Likewise.
391         (do_write_test): Likewise.
393         [BZ #17647]
394         * libio/fileops.c (do_ftell): Seek only when there are
395         unflushed writes.
396         * libio/wfileops.c (do_ftell_wide): Likewise.
397         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
398         test case.
399         (do_one_test): Call it.
401 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
403         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
404         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
405         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
406         Remove variable.
407         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
408         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
409         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
411 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
413         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
414         Remove variable.
415         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
417         [BZ #17668]
418         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
419         as weak alias of __getifaddrs.  Use libc_hidden_weak.
420         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
421         __freeifaddrs.  Use libc_hidden_weak.
422         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
423         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
424         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
425         __freeifaddrs.  Use libc_hidden_weak.
426         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
427         __getifaddrs and define as weak alias of __getifaddrs.  Use
428         libc_hidden_weak.
429         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
430         __freeifaddrs.  Use libc_hidden_weak.
431         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
432         Remove variable.
433         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
434         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
436 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
438         [BZ #17601]
439         * sysdeps/mips/start.S (__start): Use indirect jump to call
440         __libc_start_main.
442 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
444         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
446         * nptl/tst-mutex1.c: Include <stdbool.h>.
447         [!ATTR] (ATTR_NULL): New macro.
448         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
449         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
450         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
452         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
453         to char *.
455         [BZ #17665]
456         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
457         Change conditional to [__USE_MISC].
459         [BZ #17664]
460         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
461         fgets_unlocked.
462         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
463         __fgets_unlocked.
464         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
465         fgets_unlocked.
466         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
467         Remove variable.
468         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
469         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
470         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
471         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
472         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
473         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
474         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
475         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
476         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
478         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
480 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
482         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
483         Remove strpbrk objects.
484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
485         (__libc_ifunc_impl_list): Remove strpbrk implementation.
486         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
487         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
488         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
489         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
491         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
492         Remove strcspn objects.
493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
494         (__libc_ifunc_impl_list): Remove strcspn implementation.
495         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
496         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
497         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
498         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
500         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
501         Remove strspn objetcs.
502         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
503         (__libc_ifunc_impl_list): Remove strspn implementation.
504         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
505         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
506         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
507         * sysdeps/powerpc/powerpc64/strspn.S: New file.
509 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
511         [BZ #17581]
512         * malloc/hooks.c
513         (mem2mem_check): Add a terminator to the chain of checking blocks.
514         (malloc_check_get_size): Use it here.
515         (mem2chunk_check): Ditto.
517 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
519         * sysdeps/powerpc/powerpc64/strtok.S: New file.
520         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
522 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
524         * bits/ioctl-types.h: Indent preprocessor directives correctly.
526         * nptl/nptl-init.c: Include libc-internal.h.
527         (__pthread_initialize_minimal_internal): Use ROUND_UP.
529         * elf/ldconfig.c (search_dir): Expand comment.
531 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
533         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
534         variable.
535         (linknamespace-symlist-stdlibs-tests): Likewise.
536         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
537         instead of $(objpfx)symlist-stdlibs.
538         (linknamespace-libs-isoc): New variable.
539         (linknamespace-libs): Use $(linknamespace-libs-isoc).
540         (linknamespace-libs-ISO): New variable.
541         (linknamespace-libs-ISO99): Likewise.
542         (linknamespace-libs-ISO11): Likewise.
543         (linknamespace-libs-XPG3): Likewise.
544         (linknamespace-libs-XPG4): Likewise.
545         (linknamespace-libs-POSIX): Likewise.
546         (linknamespace-libs-UNIX98): Likewise.
547         (linknamespace-libs-XOPEN2K): Likewise.
548         (linknamespace-libs-POSIX2008): Likewise.
549         (linknamespace-libs-XOPEN2K8): Likewise.
550         ($(objpfx)symlist-stdlibs): Replace by
551         $(linknamespace-symlist-stdlibs-tests).  Use
552         $(linknamespace-libs-$*) as set of libraries.
553         ($(linknamespace-header-tests)): Update dependencies.  Use
554         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
555         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
556         * conform/linknamespace.pl: Remove comment about considering
557         definitions of symbols from irrelevant libraries.
559 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
561         [BZ #13862]
562         * elf/dl-tls.c: Include <atomic.h>.
563         (oom): Remove #ifdef SHARED/#endif.
564         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
565         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
566         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
567         big enough.
568         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
569         * nptl/Makefile (tests): Add tst-stack4.
570         (modules-names): Add tst-stack4mod.
571         ($(objpfx)tst-stack4): New.
572         (tst-stack4mod.sos): Likewise.
573         ($(objpfx)tst-stack4.out): Likewise.
574         ($(tst-stack4mod.sos)): Likewise.
575         (clean): Likewise.
576         * nptl/tst-stack4.c: New file.
577         * nptl/tst-stack4mod.c: Likewise.
579 2014-11-27  J. Brown  <jb999@gmx.de>
581         * sysdeps/x86/bits/string.h: Add recent CPUs.
583 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
585         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
586         sigblock.
588         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
589         feof.
591         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
592         variable.
594 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
596         * nscd/connections.c: Include libc-internal.h because of macro
597         usage ignore_value.
599 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
601         * string/bits/string3.h (__warn_memset_zero_len): Don't
602         declare for gcc newer than 5.0.
603         (memset): Don't test for zero-length __LEN for gcc newer than
604         5.0.
606 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
608         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
609         size_t for %zu format.
611         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
612         difference, not %ju.
614 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
616         * include/libc-internal.h (ignore_value): New macro.
617         * nscd/connections.c (restart): Wrap calls to setuid and setgid
618         with ignore_value.
620         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
621         definition.
623         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
624         pthread_cleanup_push to void *.
626         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
627         Undefine.
629         [BZ #16619]
630         [BZ #16740]
631         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
632         instead of 1L << 52.
634         * libio/bug-rewind.c (do_test): Check fwscanf return values.
635         * libio/bug-rewind2.c (do_test): Likewise.
637         * debug/test-stpcpy_chk-ifunc.c: Remove file.
638         * debug/test-strcpy_chk-ifunc.c: Likewise.
639         * wcsmbs/test-wcschr-ifunc.c: Likewise.
640         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
641         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
642         * wcsmbs/test-wcslen-ifunc.c: Likewise.
643         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
644         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
645         * Rules [$(multi-arch) = no] (tests): Do not filter out
646         $(tests-ifunc).
647         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
648         * debug/Makefile (tests-ifunc): Remove variable.
649         (tests): Do not add $(tests-ifunc).
650         * wcsmbs/Makefile (tests-ifunc): Remove variable.
651         (tests): Do not add $(tests-ifunc).
652         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
653         [TEST_IFUNC]: Remove conditionals.
654         * string/test-string.h (TEST_IFUNC): Remove macro.
655         [TEST_IFUNC]: Remove conditionals.
657         * string/test-strchr.c [!WIDE] (L): New macro.
658         [WIDE] (L): Likewise.
659         (check1): Use CHAR instead of char.  Use L on string and character
660         constants.
662 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
664         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
665         tests.
666         * sysdeps/powerpc/bits/atomic.h
667         (__arch_atomic_exchange_and_add_32_acq): Add definition.
668         (__arch_atomic_exchange_and_add_32_rel): Likewise.
669         (atomic_exchange_and_add_acq): Likewise.
670         (atomic_exchange_and_add_rel): Likewise.
671         * sysdeps/powerpc/powerpc32/bits/atomic.h
672         (__arch_atomic_exchange_and_add_64_acq): Add definition.
673         (__arch_atomic_exchange_and_add_64_rel): Likewise.
674         * sysdeps/powerpc/powerpc64/bits/atomic.h
675         (__arch_atomic_exchange_and_add_64_acq): Add definition.
676         (__arch_atomic_exchange_and_add_64_rel): Likewise.
678 2014-11-26  Torvald Riegel  <triegel@redhat.com>
680         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
681         Change synchronization of __sched_fifo_min_prio and
682         __sched_fifo_max_prio.
683         * nptl/pthread_mutexattr_getprioceiling.c
684         (pthread_mutexattr_getprioceiling): Likewise.
685         * nptl/pthread_mutexattr_setprioceiling.c
686         (pthread_mutexattr_setprioceiling): Likewise.
687         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
688         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
689         Likewise.
691 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
693         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
694         void.
696 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
698         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
699         third argument const.
701 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
703         fnmatch: work around GCC compiler warning bug with uninit var
704         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
705         This works around a bug with x86-64 GCC 4.9.2 and earlier
706         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
707         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
708         used uninitialized in this function [-Wmaybe-uninitialized]".
710 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
712         * posix/bug-regex31.c (main): Return RES not 0.
714 2014-11-25  Anton Blanchard <anton@samba.org>
716         * sysdeps/powerpc/bits/atomic.h
717         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
719 2014-11-24  Sterling Augustine  <saugustine@google.com>
721         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
723 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
725         [BZ #17608]
726         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
728 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
730         [BZ #17633]
731         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
732         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
733         variable.
734         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
735         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
737 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
739         * string/strncpy.c (strncpy): Improve performance by using memset.
741 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
743         * string/strcpy.c (strcpy):
744         Improve performance by using strlen and memcpy.
746 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
748         * string/strcoll_l.c (get_next_seq): __always_inline.
749         * string/strcoll_l.c (do_compare): __always_inline.
751 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
753         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
754         defined.
755         * include/mqueue.h: Likewise.
756         * include/stdlib.h: Likewise.
758         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
759         (get_null_defines): Adjust.
760         * sunrpc/Makefile: Adjust comment.
761         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
762         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
763         (CFLAGS-interp.c): Likewise.
764         (CFLAGS-ldconfig.c): Likewise.
765         (CPPFLAGS-.os): Likewise.
766         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
767         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
768         * extra-modules.mk (extra-modules.mk): Likewise.
769         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
770         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
771         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
772         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
773         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
774         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
775         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
776         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
777         * iconvdata/Makefile (CPPFLAGS): Likewise.
778         (cpp-srcs-left): Add libof for all iconvdata routines.
779         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
780         * include/assert.h: Likewise.
781         * include/ctype.h: Likewise.
782         * include/errno.h: Likewise.
783         * include/libc-symbols.h: Likewise.
784         * include/math.h: Likewise.
785         * include/netdb.h: Likewise.
786         * include/resolv.h: Likewise.
787         * include/stdio.h: Likewise.
788         * include/stdlib.h: Likewise.
789         * include/string.h: Likewise.
790         * include/sys/stat.h: Likewise.
791         * include/wctype.h: Likewise.
792         * intl/l10nflist.c: Likewise.
793         * libidn/idn-stub.c: Likewise.
794         * libio/libioP.h: Likewise.
795         * nptl/libc_multiple_threads.c: Likewise.
796         * nptl/pthreadP.h: Likewise.
797         * posix/regex_internal.h: Likewise.
798         * resolv/res_hconf.c: Likewise.
799         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
800         * sysdeps/arm/memmove.S: Likewise.
801         * sysdeps/arm/sysdep.h: Likewise.
802         * sysdeps/generic/_itoa.h: Likewise.
803         * sysdeps/generic/symbol-hacks.h: Likewise.
804         * sysdeps/gnu/errlist.awk: Likewise.
805         * sysdeps/gnu/errlist.c: Likewise.
806         * sysdeps/i386/i586/memcpy.S: Likewise.
807         * sysdeps/i386/i586/memset.S: Likewise.
808         * sysdeps/i386/i686/memcpy.S: Likewise.
809         * sysdeps/i386/i686/memmove.S: Likewise.
810         * sysdeps/i386/i686/mempcpy.S: Likewise.
811         * sysdeps/i386/i686/memset.S: Likewise.
812         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
813         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
814         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
815         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
816         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
817         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
818         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
819         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
820         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
821         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
822         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
823         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
824         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
825         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
826         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
827         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
828         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
829         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
830         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
831         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
832         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
833         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
834         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
835         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
836         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
837         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
838         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
839         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
840         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
841         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
842         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
843         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
844         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
845         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
846         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
847         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
848         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
849         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
850         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
851         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
852         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
853         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
854         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
855         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
856         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
857         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
858         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
859         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
860         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
861         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
862         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
863         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
864         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
865         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
866         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
867         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
868         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
869         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
870         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
871         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
872         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
873         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
874         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
875         * sysdeps/nptl/bits/libc-lock.h: Likewise.
876         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
877         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
878         * sysdeps/posix/closedir.c: Likewise.
879         * sysdeps/posix/opendir.c: Likewise.
880         * sysdeps/posix/readdir.c: Likewise.
881         * sysdeps/posix/rewinddir.c: Likewise.
882         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
883         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
884         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
885         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
886         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
887         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
888         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
889         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
890         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
891         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
892         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
893         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
894         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
895         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
896         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
897         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
898         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
899         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
900         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
901         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
902         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
903         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
904         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
905         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
906         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
907         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
908         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
909         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
910         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
911         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
912         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
913         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
914         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
915         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
916         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
917         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
918         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
919         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
920         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
921         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
922         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
923         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
924         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
925         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
926         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
927         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
928         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
929         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
930         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
931         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
932         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
933         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
934         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
935         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
936         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
937         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
938         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
939         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
940         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
941         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
942         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
943         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
944         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
945         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
946         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
947         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
948         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
949         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
950         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
951         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
952         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
953         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
954         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
955         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
956         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
957         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
958         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
959         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
960         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
961         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
962         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
963         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
964         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
965         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
966         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
967         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
968         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
969         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
970         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
971         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
972         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
973         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
974         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
975         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
976         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
977         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
978         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
979         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
980         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
981         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
982         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
983         * sysdeps/unix/alpha/sysdep.S: Likewise.
984         * sysdeps/unix/alpha/sysdep.h: Likewise.
985         * sysdeps/unix/make-syscalls.sh: Likewise.
986         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
987         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
988         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
989         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
990         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
991         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
992         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
993         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
994         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
995         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
996         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
997         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
998         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
999         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1000         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1001         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1002         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1003         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1004         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1005         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1006         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1007         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1008         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1009         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1010         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1011         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1012         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1015         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1016         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1017         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1018         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1019         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1020         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1021         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1022         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1023         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1024         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1025         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1026         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1027         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1028         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1029         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1030         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1031         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1032         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1033         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1034         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1035         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1036         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1037         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1038         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1039         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1040         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1041         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1042         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1043         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1044         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1045         * sysdeps/x86_64/memcpy.S: Likewise.
1046         * sysdeps/x86_64/memmove.c: Likewise.
1047         * sysdeps/x86_64/memset.S: Likewise.
1048         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1049         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1050         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1051         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1052         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1053         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1054         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1055         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1056         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1057         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1058         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1059         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1060         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1061         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1062         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1063         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1064         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1065         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1066         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1067         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1068         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1069         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1070         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1071         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1072         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1073         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1074         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1075         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1076         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1077         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1078         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1079         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1080         * sysdeps/x86_64/strcmp.S: Likewise.
1082         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1084         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1085         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1086         * elf/rtld-Rules: Likewise.
1087         * elf/setup-vdso.h: Likewise.
1088         * include/assert.h: Likewise.
1089         * include/bits/stdlib-float.h: Likewise.
1090         * include/errno.h: Likewise.
1091         * include/sys/stat.h: Likewise.
1092         * include/unistd.h: Likewise.
1093         * sysdeps/aarch64/setjmp.S: Likewise.
1094         * sysdeps/alpha/setjmp.S: Likewise.
1095         * sysdeps/arm/__longjmp.S: Likewise.
1096         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1097         * sysdeps/arm/setjmp.S: Likewise.
1098         * sysdeps/arm/sysdep.h: Likewise.
1099         * sysdeps/generic/_itoa.h: Likewise.
1100         * sysdeps/generic/dl-sysdep.h: Likewise.
1101         * sysdeps/generic/ldsodefs.h: Likewise.
1102         * sysdeps/i386/dl-tls.h: Likewise.
1103         * sysdeps/i386/setjmp.S: Likewise.
1104         * sysdeps/m68k/setjmp.c: Likewise.
1105         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1106         * sysdeps/mach/hurd/opendir.c: Likewise.
1107         * sysdeps/posix/getcwd.c: Likewise.
1108         * sysdeps/posix/opendir.c: Likewise.
1109         * sysdeps/posix/profil.c: Likewise.
1110         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1111         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1112         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1113         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1114         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1115         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1116         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1117         * sysdeps/s390/dl-tls.h: Likewise.
1118         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1119         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1120         * sysdeps/sh/sh3/setjmp.S: Likewise.
1121         * sysdeps/sh/sh4/setjmp.S: Likewise.
1122         * sysdeps/unix/alpha/sysdep.h: Likewise.
1123         * sysdeps/unix/arm/sysdep.S: Likewise.
1124         * sysdeps/unix/i386/sysdep.S: Likewise.
1125         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1126         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1127         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1128         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1129         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1130         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1131         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1132         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1133         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1134         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1135         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1136         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1137         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1140         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1141         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1142         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1143         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1144         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1145         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1146         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1147         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1148         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1149         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1150         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1152         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1153         * sysdeps/x86_64/setjmp.S: Likewise.
1155         * include/math.h: Use IS_IN instead of IS_IN_libm.
1156         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1157         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1158         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1159         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1160         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1161         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1162         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1163         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1164         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1165         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1166         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1167         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1168         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1169         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1170         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1171         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1172         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1173         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1174         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1175         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1176         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1177         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1178         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1179         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1180         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1181         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1182         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1183         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1184         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1185         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1186         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1187         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1188         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1190         Likewise.
1191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1192         Likewise.
1193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1194         Likewise.
1195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1196         Likewise.
1197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1198         Likewise.
1199         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1200         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1201         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1202         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1203         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1204         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1210         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1211         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1212         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1213         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1214         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1215         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1216         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1217         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1218         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1219         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1220         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1221         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1222         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1223         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1224         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1225         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1227         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1228         * nptl/pthreadP.h: Likewise.
1229         * nptl_db/structs.def: Likewise.
1230         * sysdeps/arm/sysdep.h: Likewise.
1231         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1232         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1233         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1234         * sysdeps/unix/alpha/sysdep.h: Likewise.
1235         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1236         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1237         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1238         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1239         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1240         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1241         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1242         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1243         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1244         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1245         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1246         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1247         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1248         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1251         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1252         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1253         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1254         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1255         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1256         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1257         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1258         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1259         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1260         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1262         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1263         * nptl/pthreadP.h: Likewise.
1264         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1265         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1266         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1267         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1268         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1269         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1270         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1271         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1272         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1273         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1274         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1275         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1277         Likewise.
1278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1279         Likewise.
1280         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1281         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1282         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1284         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1285         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1286         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1287         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1289         * dlfcn/dladdr.c: Use IS_IN.
1290         * dlfcn/dladdr1.c: Likewise.
1291         * dlfcn/dlclose.c: Likewise.
1292         * dlfcn/dlerror.c: Likewise.
1293         * dlfcn/dlinfo.c: Likewise.
1294         * dlfcn/dlmopen.c: Likewise.
1295         * dlfcn/dlopen.c: Likewise.
1296         * dlfcn/dlsym.c: Likewise.
1297         * dlfcn/dlvsym.c: Likewise.
1299         * include/ifaddrs.h: Use IS_IN.
1300         * inet/check_pf.c: Likewise.
1301         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1302         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1304         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1305         IS_IN_ldconfig.
1306         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1307         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1309         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1310         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1311         IS_IN (libc).
1313         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1315         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1316         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1317         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1318         * include/libc-symbols.h (IS_IN_LIB): New macro.
1319         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1320         * include/netdb.h: Likewise.
1321         * include/stap-probe.h: Remove all uses of IN_LIB.
1323         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1324         instead of IN_MODULE.
1325         * include/libc-symbols.h (IN_MODULE): Define using
1326         MODULE_NAME.
1327         (PASTE_NAME, PASTE_NAME1): New macros.
1328         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1329         of IN_LIB.
1330         (STAP_PROBE_ASM): Likewise.
1332 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1334         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1335         __mach_init in dlopened libc.
1337 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1339         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1340         * sysdeps/arm/preconfigure: Regenerate.
1342 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1344         * nptl/pthread_create.c (__pthread_create_2_1): Set
1345         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1346         when copying values from IATTR into PD.
1348 2014-11-21  Will Newton  <will.newton@linaro.org>
1349             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1351         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1352         Refactor inline-asm.  Also add comment.
1354         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1355         ElfW macro instead of hardcoded Elf64 types.
1356         (la_aarch64_gnu_pltenter): Likewise.
1357         * sysdeps/aarch64/dl-machine.h
1358         (elf_machine_runtime_setup): Use ElfW(Addr).
1360         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1361         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1362         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1363         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1364         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1365         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1366         (R_AARCH64_TLS_DTPMOD): This.
1367         (R_AARCH64_TLS_DTPREL64): Rename to ...
1368         (R_AARCH64_TLS_DTPREL): This.
1369         (R_AARCH64_TLS_TPREL64): Rename to ...
1370         (R_AARCH64_TLS_TPREL): This.
1371         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1372         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1373         R_AARCH64_TLS_TPREL64.
1374         (elf_machine_rela): Likewise.
1376 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1378         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1379         by setting it to 0.  64b atomics are not supported currently.
1381 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1383         [BZ #16469]
1384         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1385         search domain names.
1387 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1389         [BZ #16469]
1390         * NEWS: Update.
1391         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1392         trailing dot.
1393         * posix/tst-getaddrinfo5.c: New.
1394         * posix/Makefile (tests): Add it.
1396 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1398         [BZ #14498]
1399         * NEWS: Fixed.
1400         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1401         after parsing line but before break_if_match.
1402         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1403         if there is a protocol mismatch.
1405 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1407         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1408         because the potential race is on the user-supplied stream.
1410 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1412         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1413         string literal if not passed a buffer.
1414         * manual/job.texi (ctermid): Update reasoning, note deviation
1415         from posix, suggest mtasurace when not passed a buffer, for
1416         future non-preliminary safety notes.
1418 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1420         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1421         of not passing it a buffer.
1422         Reported by Peng Haitao.
1424 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1426         * manual/Makefile ($(objpfx)stamp-summary): Require
1427         check-safety.sh to pass.
1428         * manual/check-safety.sh: Wish for verification that every
1429         @deftypefn and @deftypefun is followed by a @safety remark.
1431 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1433         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1435         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1436         PTHREAD_CANCEL_ASYNCHRONOUS.
1437         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1438         send SIGCANCEL.
1440         * nptl/default-sched.h: New file.
1441         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1442         * nptl/pthread_create.c: Include it.
1443         (__pthread_create_2_1): Use collect_default_sched instead of making
1444         Linux syscalls here directly.
1446 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1448         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1449         __pthread_once): Use C11 atomics.
1451 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1453         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1455 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1457         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1458         atomic_thread_fence_acquire, atomic_thread_fence_release,
1459         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1460         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1461         atomic_compare_exchange_weak_relaxed,
1462         atomic_compare_exchange_weak_acquire,
1463         atomic_compare_exchange_weak_release,
1464         atomic_exchange_acquire, atomic_exchange_release,
1465         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1466         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1467         atomic_fetch_and_acquire,
1468         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1470 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1472         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1473         USE_ATOMIC_COMPILER_BUILTINS): Define.
1474         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1475         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1476         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1477         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1478         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1479         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1480         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1481         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1482         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1483         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1484         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1485         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1486         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1487         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1488         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1489         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1490         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1491         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1492         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1493         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1494         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1495         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1496         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1497         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1498         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1499         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1500         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1501         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1502         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1503         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1504         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1505         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1506         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1507         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1508         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1509         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1510         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1511         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1512         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1513         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1515 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1517         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1518         the sched_priority value here.  It was already checked when the user
1519         called pthread_attr_setschedparam.
1521         * nptl/tst-bad-schedattr.c: New file.
1522         * nptl/Makefile (tests): Add it.
1524 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1525             Florian Weimer  <fweimer@redhat.com>
1526             Joseph Myers  <joseph@codesourcery.com>
1527             Adam Conrad  <adconrad@0c3.net>
1528             Andreas Schwab  <schwab@suse.de>
1529             Brooks  <bmoses@google.com>
1531         [BZ #17625]
1532         * wordexp-test.c (__dso_handle): Add prototype.
1533         (__register_atfork): Likewise.
1534         (__app_register_atfork): New function.
1535         (registered_forks): New global.
1536         (register_fork): New function.
1537         (test_case): Add 3 new tests for WRDE_CMDSUB.
1538         (main): Call __app_register_atfork.
1539         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1540         fork count is non-zero fail the test.
1541         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1542         is set.
1543         (parse_dollars): Remove check for WRDE_NOCMD.
1544         (parse_dquote): Likewise.
1546 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1548         * Makeconfig (built-modules): List non-library modules to be
1549         built.
1550         (module-cppflags): Include libc-modules.h for
1551         everything except shlib-versions.v.i.
1552         (CPPFLAGS): Use it.
1553         (before-compile): Add libc-modules.h.
1554         ($(common-objpfx)libc-modules.h,
1555         $(common-objpfx)libc-modules.stmp): New targets.
1556         (common-generated): Add libc-modules.h and libc-modules.stmp.
1557         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1558         * include/libc-symbols.h: Don't include libc-modules.h.
1559         * include/libc-modules.h: Remove file.
1560         * scripts/gen-libc-modules.awk: New script to generate
1561         libc-modules.h.
1562         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1563         Depend on libc-modules.stmp.
1565         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1567         * Makeconfig (in-module): Get value of libof set for the
1568         translation unit.
1569         (CPPFLAGS): Use $(in-module).
1570         * Makerules: Don't suffix routine names for nonlib.
1571         * include/libc-modules.h: New file.
1572         * include/libc-symbols.h: Include libc-modules.h
1573         (IS_IN): New macro to replace IS_IN_* macros.
1574         * elf/Makefile: Set libof-* for each routine.
1575         * elf/rtld-Rules: Likewise.
1576         * extra-modules.mk: Likewise.
1577         * iconv/Makefile: Likewise.
1578         * iconvdata/Makefile: Likewise.
1579         * locale/Makefile: Likewise.
1580         * malloc/Makefile: Likewise.
1581         * nss/Makefile: Likewise.
1582         * sysdeps/gnu/Makefile: Likewise.
1583         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1584         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1585         * sysdeps/s390/s390-64/Makefile: Likewise.
1586         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1587         CPPFLAGS for nscd instead of nonlib.
1589 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1591         * nptl/createthread.c: New file.
1593         * nptl/createthread.c: Moved ...
1594         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1596         * nptl/createthread.c: Add proper top-line comment.
1597         (do_clone): Folded into ...
1598         (create_thread): ... here.  Take new arguments STOPPED_START and
1599         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1600         increment __nptl_threads, do event-reporting logic, do
1601         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1602         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1603         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1604         just send SIGCANCEL.
1605         * nptl/pthread_create.c: Forward-declare create_thread before
1606         including createthread.c.
1607         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1608         declaration, and new macro START_THREAD_SELF to replace argument.
1609         Remove return statement.
1610         (report_thread_creation): New function.
1611         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1612         synchronization logic, and __nptl_nthreads increment here, around
1613         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1614         PD->parent_cancelhandling here, before create_thread.  When
1615         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1616         __deallocate_stack, and ENOMEM translation here.
1618 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1620         [BZ #17616]
1621         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1622         (mptwo): Rename to __mptwo.
1623         (__inv): Use __mptwo instead of mptwo.
1624         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1625         (mptwo): Rename to __mptwo.
1626         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1627         of mpone and __mptwo instead of mptwo.
1628         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1629         instead of mpone.
1630         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1631         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1632         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1633         of mpone and __mptwo instead of mptwo.
1634         (__mpranred): Use __mpone instead of mpone.
1635         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1636         variable.
1637         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1638         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1639         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1640         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1641         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1642         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1643         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1644         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1645         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1646         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1647         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1648         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1649         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1650         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1651         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1652         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1653         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1654         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1655         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1657 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1659         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1660         replace BSD Handler xref with BSD Signal Handling.
1662 2014-11-17  Richard Henderson  <rth@redhat.com>
1664         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1665         (_FP_PACK_RAW_2): Remove.
1666         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1667         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1668         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1669         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1670         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1671         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1672         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1673         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1674         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1675         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1676         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1677         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1678         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1679         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1680         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1681         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1683 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1685         * signal/signal.h [__USE_MISC]
1686         (struct sigvec): Remove type.
1687         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1688         (sigvec): Remove declaration.
1689         * sysdeps/posix/sigvec.c: Moved ...
1690         * signal/sigvec.c: ... here, replacing old file.
1691         (struct sigvec): New type, copied from old signal.h definition.
1692         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1693         (__sigvec): Convert definition to prototype.
1694         (sigvec): Replace weak_alias with compat_symbol.
1695         * signal/Versions (libc: GLIBC_2.21): New version set.
1696         * include/signal.h: Remove __sigvec declaration.
1697         * sysdeps/unix/bsd/sigvec.c: Remove file.
1698         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1699         * manual/signal.texi (BSD Handler): Remove subsection.
1700         Move siginterrupt up to ...
1701         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1702         (Blocking in BSD): Fold subsection into its parent.
1703         * NEWS: Mention sigvec removal.
1705 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1707         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1708         (DLA_FMS): Make definition conditional only on [__FMA4__].
1709         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1710         definition.
1712         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1713         Make definition conditional only on [PROF].
1714         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1715         definition.
1716         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1717         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1719         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1720         !__GNUC__].
1721         * include/signal.h (__sigpause): Move declaration above call to
1722         libc_hidden_proto.
1723         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1724         variable.
1725         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1726         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1728 2014-11-14  David S. Miller  <davem@davemloft.net>
1730         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1731         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1733 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1735         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1736         * configure: Regenerated.
1737         * manual/install.texi (Tools for Compilation): Document a
1738         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1739         compiler verified to work.
1740         * INSTALL: Regenerated.
1742         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1743         redeclare with asm name.
1744         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1745         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1746         including <string.h>.
1747         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1748         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1749         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1750         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1751         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1752         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1753         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1755 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1757         * stdlib/strtol.c (__strtol): Use prototype definition.
1759         [BZ #17594]
1760         * stdlib/strtol.c (SYM__): New macro.
1761         (SYM__1): Likewise.
1762         (__strtol): Likewise.
1763         (strtol): Rename to __strtol and define as weak alias of
1764         __strtol.  Use libc_hidden_weak.
1766 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1768         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1769         Use numbered labels in inline assembly.
1771 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1773         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1774         Add setjmp LIBC_PROBE.
1775         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1776         Likewise.
1777         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1778         Add longjmp, longjmp_target LIBC_PROBE.
1779         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1780         Likewise.
1782 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1784         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1785         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1786         to get rid of unused variable warning.
1788 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1790         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1791         Check for unwind_backtrace ==  NULL only in SHARED case.
1792         (__backchain_backtrace): Compile only in SHARED case.
1793         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1794         Likewise.
1795         (__backchain_backtrace): Declare as static.
1797 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1799         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1800         (__libc_multiple_threads_ptr): Variable moved ...
1801         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1803 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1805         * conform/GlibcConform.pm: New file.
1806         * conform/conformtest.pl: Use GlibcConform module.
1807         * conform/linknamespace.pl: New file.
1808         * conform/list-header-symbols.pl: Likewise.
1809         * conform/Makefile (linknamespace-symlists-base): New variable.
1810         (linknamespace-symlists-tests): Likewise.
1811         (linknamespace-header-base): Likewise.
1812         (linknamespace-header-tests): Likewise.
1813         (tests-special): Add new tests.
1814         ($(linknamespace-symlists-tests)): New rule.
1815         (linknamespace-libs): New variable.
1816         ($(objpfx)symlist-stdlibs): New rule.
1817         ($(linknamespace-header-tests)): Likewise.
1818         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1819         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1820         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1821         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1822         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1823         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1824         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1825         (test-xfail-ISO/math.h/linknamespace): Likewise.
1826         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1827         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1828         (test-xfail-ISO/time.h/linknamespace): Likewise.
1829         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1830         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1831         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1832         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1833         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1834         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1835         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1836         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1837         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1838         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1839         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1840         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1841         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1842         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1843         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1844         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1845         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1846         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1847         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1848         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1849         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1850         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1851         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1852         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1853         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1854         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1855         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1856         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1857         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1858         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1859         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1860         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1861         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1862         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1863         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1864         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1865         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1866         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1867         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1868         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1869         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1870         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1871         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1872         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1873         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1874         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1875         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1876         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1877         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1878         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1879         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1880         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1881         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1882         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1883         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1884         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1885         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1886         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1887         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1888         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1889         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1890         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1891         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1892         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1893         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1894         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1895         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1896         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1897         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1898         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1899         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1900         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1901         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1902         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1903         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1904         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1905         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1906         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1907         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1908         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1909         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1910         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1911         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1912         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1913         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1914         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1915         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1916         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1917         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1918         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1919         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1920         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1921         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1922         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1923         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1924         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1925         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1926         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1927         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1928         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1929         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1930         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1931         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1932         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1933         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1934         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1935         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1936         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1937         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1938         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1939         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1940         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1941         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1942         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1943         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1944         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1945         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1946         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1947         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1948         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1949         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1950         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1951         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1952         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1953         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1954         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1955         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1956         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1957         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1958         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1959         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1960         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1961         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1962         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1963         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1964         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1965         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1966         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1967         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1968         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1969         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1970         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1971         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1972         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1973         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1974         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1975         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1976         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1977         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1978         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1980         [BZ #17589]
1981         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1982         of fgets_unlocked.
1984         [BZ #17585]
1985         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1986         (memmem): Rename to __memmem and define as weak alias of
1987         __memmem.  Use libc_hidden_weak.
1988         (__memmem): Use libc_hidden_def.
1989         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1990         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1991         memmem.
1993         [BZ #17582]
1994         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1995         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1996         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1997         and define as weak alias of __fgets_unlocked.  Use
1998         libc_hidden_weak.
1999         (__fgets_unlocked): Use libc_hidden_def.
2000         * include/stdio.h (__fgets_unlocked): Declare.  Use
2001         libc_hidden_proto.
2002         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2003         __fgets_unlocked instead of fgets_unlocked.
2004         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2005         (GET_NPROCS_CONF_PARSER): Likewise.
2006         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2007         (GET_NPROCS_CONF_PARSER): Likewise.
2009         [BZ #17574]
2010         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2011         weak alias of __wmemset.  Use libc_hidden_weak.
2012         (__wmemset): Use libc_hidden_def.
2013         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2014         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2015         of wmemset.
2017         [BZ #17573]
2018         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2019         with asm name __mempcpy.
2020         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2022         [BZ #17572]
2023         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2024         and define as weak alias of __rawmemchr.
2025         (__rawmemchr): Do not define as strong alias of rawmemchr.
2027         [BZ #17571]
2028         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2029         alias of __qsort_r.
2030         (qsort): Call __qsort_r instead of qsort_r.
2031         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2032         (__qsort_r): Declare.  Call libc_hidden_proto.
2033         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2034         instead of qsort_r.
2035         * nscd/gai.c (__qsort_r): Define to qsort_r.
2036         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2037         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2038         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2040         [BZ #17570]
2041         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2042         define as weak alias of __malloc_info.
2044         [BZ #17584]
2045         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2046         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2047         (__rewinddir): Use libc_hidden_def.
2048         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2049         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2050         (__rewinddir): Use libc_hidden_def.
2051         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2052         weak alias of __rewinddir.  Don't use libc_hidden_def.
2053         (__rewinddir): Use libc_hidden_def.
2054         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2055         (__rewinddir): Use libc_hidden_proto.
2056         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2057         rewinddir.
2058         (__getcwd): Use __rewinddir instead of rewinddir.
2060         [BZ #17583]
2061         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2062         alias of __fileno.  Use libc_hidden_weak.
2063         (__fileno): Use libc_hidden_def.
2064         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2065         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2066         alias of __ftello.
2067         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2068         __ftello.
2069         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2070         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2071         libc_hidden_def.
2072         (fread_unlocked): Don't use libc_hidden_ver.
2073         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2074         and define as weak alias of __fread_unlocked.  Don't use
2075         libc_hidden_def.
2076         (__fread_unlocked): Use libc_hidden_def.
2077         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2078         (ftello): Don't use libc_hidden_proto.
2079         (__ftello): Declare.  Use libc_hidden_proto.
2080         (fread_unlocked): Don't use libc_hidden_proto.
2081         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2082         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2083         and __ftello instead of fileno, fread_unlocked and ftello.
2085 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2087         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2088         GOT12.
2089         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2090         Likewise.
2091         (_dl_start_user): Likewise.
2092         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2094 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2095             Siddhesh Poyarekar  <siddhesh@redhat.com>
2097         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2098         Move argv and envp down instead of moving argc up.
2099         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2101 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2103         [BZ #17506]
2104         * test-skeleton.c (main): Return successful if one of
2105         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2106         * string/tst-strcoll-overflow.c: Define expected status.
2108 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2110         [BZ #17475]
2111         * locale/iso-639.def: Define Bhili and Tulu language codes.
2113 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2115         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2117 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2119         [BZ #17555]
2120         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2122 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2124         * configure.ac: Updated check of minimal required version to
2125         2.22.
2126         * manual/install.texi (Tools for Compilation): Updated version
2127         number.
2128         * configure: Regenerated.
2129         * INSTALL: Likewise.
2131 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2133         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2134         __tls_get_addr.
2136 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2138         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2139         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2140         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2141         libc_hidden_weak.
2142         (waitpid): Define as alias of __waitpid.
2143         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2144         __waitpid.
2145         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2146         libc_hidden_weak.
2147         (waitpid): Define as alias of __waitpid.
2148         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2149         __libc_waitpid alias.
2150         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2151         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2152         Likewise.
2153         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2154         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2155         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2156         alias.
2157         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2158         __waitpid.
2159         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2160         libc_hidden_weak.
2161         (waitpid): Define as alias of __waitpid.
2163 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2165         * manual/llio.texi: Add comment that write safety has been
2166         fixed in Linux.
2168         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2169         (localplt-build-dso): Add elf/ld.so.
2170         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2171         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2172         and free for ld.so.
2173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2174         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2176         Likewise.
2177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2178         Likewise.
2179         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2180         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2181         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2182         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2183         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2184         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2185         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2186         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2187         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2188         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2189         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2191 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2193         [BZ #14132]
2194         * include/libc-symbols.h (INTUSE): Remove macro.
2195         (INTDEF): Likewise.
2196         (INTVARDEF): Likewise.
2197         (_INTVARDEF): Likewise.
2198         (INTDEF2): Likewise.
2199         (INTVARDEF2): Likewise.
2200         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2201         rtld_hidden_def instead of INTVARDEF.
2202         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2203         (_dl_starting_up_internal): Remove declaration.
2204         (_dl_starting_up): Use rtld_hidden_proto.
2205         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2206         declaration.
2207         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2208         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2209         _dl_starting_up.
2210         * elf/dl-writev.h (_dl_writev): Likewise.
2211         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2212         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2213         _dl_starting_up_internal.
2215 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2217         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2218         test-skeleton.c.
2220 2014-11-05  Will Newton  <will.newton@linaro.org>
2222         * benchtests/Makefile: (bench-malloc): Add malloc thread
2223         scalability benchmark.
2224         * benchtests/bench-malloc-threads.c: New file.
2226 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2228         * sysdeps/aarch64/strchrnul.S: New file.
2230 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2232         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2233         definition.
2234         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2235         Likwise.
2236         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2237         Likewise.
2238         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2239         Likewise.
2240         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2241         Likewise.
2242         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2243         Likewise.
2245 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2247         * catgets/test-gencat.c: Use test-skeleton.c.
2248         * catgets/tst-catgets.c: Likewise.
2249         * csu/tst-empty.c: Likewise.
2250         * elf/tst-audit2.c: Likewise.
2251         * elf/tst-global1.c: Likewise.
2252         * elf/tst-pathopt.c: Likewise.
2253         * elf/tst-piemod1.c: Likewise.
2254         * elf/tst-tls10.c: Likewise.
2255         * elf/tst-tls11.c: Likewise.
2256         * elf/tst-tls12.c: Likewise.
2257         * gnulib/tst-gcc.c: Likewise.
2258         * iconvdata/tst-e2big.c: Likewise.
2259         * iconvdata/tst-loading.c: Likewise.
2260         * iconv/tst-iconv1.c: Likewise.
2261         * iconv/tst-iconv2.c: Likewise.
2262         * inet/test-inet6_opt.c: Likewise.
2263         * inet/tst-gethnm.c: Likewise.
2264         * inet/tst-network.c: Likewise.
2265         * inet/tst-ntoa.c: Likewise.
2266         * intl/tst-codeset.c: Likewise.
2267         * intl/tst-gettext2.c: Likewise.
2268         * intl/tst-gettext3.c: Likewise.
2269         * intl/tst-ngettext.c: Likewise.
2270         * intl/tst-translit.c: Likewise.
2271         * io/test-stat.c: Likewise.
2272         * libio/test-fmemopen.c: Likewise.
2273         * libio/tst-freopen.c: Likewise.
2274         * libio/tst-sscanf.c: Likewise.
2275         * libio/tst-ungetwc1.c: Likewise.
2276         * libio/tst-ungetwc2.c: Likewise.
2277         * libio/tst-widetext.c: Likewise.
2278         * localedata/tst-ctype.c: Likewise.
2279         * localedata/tst-digits.c: Likewise.
2280         * localedata/tst-leaks.c: Likewise.
2281         * localedata/tst-mbswcs1.c: Likewise.
2282         * localedata/tst-mbswcs2.c: Likewise.
2283         * localedata/tst-mbswcs3.c: Likewise.
2284         * localedata/tst-mbswcs4.c: Likewise.
2285         * localedata/tst-mbswcs5.c: Likewise.
2286         * localedata/tst-setlocale.c: Likewise.
2287         * localedata/tst-trans.c: Likewise.
2288         * localedata/tst-wctype.c: Likewise.
2289         * localedata/tst-xlocale1.c: Likewise.
2290         * login/tst-grantpt.c: Likewise.
2291         * malloc/tst-calloc.c: Likewise.
2292         * malloc/tst-malloc.c: Likewise.
2293         * malloc/tst-mallocstate.c: Likewise.
2294         * malloc/tst-mcheck.c: Likewise.
2295         * malloc/tst-mtrace.c: Likewise.
2296         * malloc/tst-obstack.c: Likewise.
2297         * math/atest-exp2.c: Likewise.
2298         * math/atest-exp.c: Likewise.
2299         * math/atest-sincos.c: Likewise.
2300         * math/test-matherr.c: Likewise.
2301         * math/test-misc.c: Likewise.
2302         * math/test-powl.c: Likewise.
2303         * math/tst-definitions.c: Likewise.
2304         * misc/tst-dirname.c: Likewise.
2305         * misc/tst-efgcvt.c: Likewise.
2306         * misc/tst-fdset.c: Likewise.
2307         * misc/tst-hsearch.c: Likewise.
2308         * misc/tst-mntent2.c: Likewise.
2309         * nptl/tst-sem7.c: Likewise.
2310         * nptl/tst-sem8.c: Likewise.
2311         * nptl/tst-sem9.c: Likewise.
2312         * nss/test-netdb.c: Likewise.
2313         * posix/tst-fnmatch.c: Likewise.
2314         * posix/tst-getlogin.c: Likewise.
2315         * posix/tst-gnuglob.c: Likewise.
2316         * posix/tst-mmap.c: Likewise.
2317         * pwd/tst-getpw.c: Likewise.
2318         * resolv/tst-inet_ntop.c: Likewise.
2319         * rt/tst-timer.c: Likewise.
2320         * stdio-common/test-fseek.c: Likewise.
2321         * stdio-common/test-popen.c: Likewise.
2322         * stdio-common/test-vfprintf.c: Likewise.
2323         * stdio-common/tst-cookie.c: Likewise.
2324         * stdio-common/tst-fileno.c: Likewise.
2325         * stdio-common/tst-gets.c: Likewise.
2326         * stdio-common/tst-obprintf.c: Likewise.
2327         * stdio-common/tst-perror.c: Likewise.
2328         * stdio-common/tst-sprintf2.c: Likewise.
2329         * stdio-common/tst-sprintf3.c: Likewise.
2330         * stdio-common/tst-sprintf.c: Likewise.
2331         * stdio-common/tst-swprintf.c: Likewise.
2332         * stdio-common/tst-tmpnam.c: Likewise.
2333         * stdio-common/tst-unbputc.c: Likewise.
2334         * stdio-common/tst-wc-printf.c: Likewise.
2335         * stdlib/tst-environ.c: Likewise.
2336         * stdlib/tst-fmtmsg.c: Likewise.
2337         * stdlib/tst-limits.c: Likewise.
2338         * stdlib/tst-rand48-2.c: Likewise.
2339         * stdlib/tst-rand48.c: Likewise.
2340         * stdlib/tst-random2.c: Likewise.
2341         * stdlib/tst-random.c: Likewise.
2342         * stdlib/tst-strtol.c: Likewise.
2343         * stdlib/tst-strtoll.c: Likewise.
2344         * stdlib/tst-tls-atexit.c: Likewise.
2345         * stdlib/tst-xpg-basename.c: Likewise.
2346         * string/test-ffs.c: Likewise.
2347         * string/tst-bswap.c: Likewise.
2348         * string/tst-inlcall.c: Likewise.
2349         * string/tst-strtok.c: Likewise.
2350         * string/tst-strxfrm.c: Likewise.
2351         * sysdeps/x86_64/tst-audit10.c: Likewise.
2352         * sysdeps/x86_64/tst-audit3.c: Likewise.
2353         * sysdeps/x86_64/tst-audit4.c: Likewise.
2354         * sysdeps/x86_64/tst-audit5.c: Likewise.
2355         * time/tst-ftime_l.c: Likewise.
2356         * time/tst-getdate.c: Likewise.
2357         * time/tst-mktime3.c: Likewise.
2358         * time/tst-mktime.c: Likewise.
2359         * time/tst-posixtz.c: Likewise.
2360         * time/tst-strptime2.c: Likewise.
2361         * time/tst-strptime3.c: Likewise.
2362         * wcsmbs/tst-btowc.c: Likewise.
2363         * wcsmbs/tst-mbrtowc.c: Likewise.
2364         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2365         * wcsmbs/tst-wchar-h.c: Likewise.
2366         * wcsmbs/tst-wcpncpy.c: Likewise.
2367         * wcsmbs/tst-wcrtomb.c: Likewise.
2368         * wcsmbs/tst-wcsnlen.c: Likewise.
2369         * wcsmbs/tst-wcstof.c: Likewise.
2371 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2373         [BZ #14132]
2374         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2375         INTDEF.
2376         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2377         declaration.
2378         (_dl_mcount): Use rtld_hidden_proto.
2379         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2380         _dl_mcount.
2381         * elf/rtld.c (_rtld_global_ro): Likewise.
2383         [BZ #14132]
2384         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2385         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2386         of _dl_init_internal.
2387         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2388         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2389         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2390         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2391         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2392         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2393         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2394         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2395         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2396         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2397         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2398         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2399         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2400         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2401         * sysdeps/tile/dl-start.S (_start): Likewise.
2402         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2403         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2405         [BZ #14132]
2406         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2407         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2408         (rtld_progname): Make macro definition unconditional.
2409         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2410         INTDEF.
2411         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2412         (dl_main): Likewise.
2413         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2414         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2415         instead of _dl_argv_internal.
2416         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2417         __GI__dl_argv instead of INTUSE(_dl_argv).
2418         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2419         __GI__dl_argv instead of _dl_argv_internal.
2421         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2422         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2423         macro.
2424         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2425         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2426         New macro.
2427         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2428         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2429         macro.
2430         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2431         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2433 2014-11-04  Andreas Schwab  <schwab@suse.de>
2435         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2437 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2439         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2440         mtvsrd instruction in binary form.
2442 2014-11-03  Andreas Schwab  <schwab@suse.de>
2444         [BZ #17522]
2445         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2446         for less than MB_LEN_MAX use a local buffer of that size.
2447         * libio/tst-fputws.c: New file.
2448         * libio/Makefile (tests): Add tst-fputws.
2450 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2452         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2453         the size of the fpu_fr.fpu_dregs[] array.
2455 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2457         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2458         (__nanosleep): Do not define as alias.
2459         (nanosleep): Define as alias of __nanosleep.
2460         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2461         __libc_nanosleep name.
2463 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2465         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2466         install.texi in comment.
2468 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2470         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2471         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2472         ... add here and use lwsync or sync ...
2473         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2474         ... and add here using lwsync.
2476 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2478         * elf/dl-machine-reject-phdr.h: New file.
2479         * elf/dl-load.c: #include that.
2480         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2481         if that returned true.
2483 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2485         [BZ #17496]
2486         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2487         gen-as-const-headers chunk.  Add a big scare comment after the last
2488         safe place to touch before-compile.
2490 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2492         * manual/install.texi (Tools for Compilation): Update autoconf
2493         version requirements.
2494         * INSTALL: Regenerated.
2496         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2497         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2498         (__libc_pselect): Likewise.
2500         [BZ #14138]
2501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2506 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2508         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2509         correct barrier instruction.
2510         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2511         Likewise.
2512         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2513         Likewise.
2515 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2517         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2518         after defining inlines.  Instead, just use parens to defeat macro
2519         expansion of __isctype in its declaration.
2521 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2523         * include/sys/uio.h (__libc_readv): Remove declaration.
2524         (__libc_writev): Likewise.
2525         * misc/readv.c (__libc_readv): Rename to __readv.
2526         (__readv): Do not define as alias.
2527         (readv): Define as alias of __readv.
2528         * misc/writev.c (__libc_writev): Rename to __writev.
2529         (__writev): Do not define as alias.
2530         (writev): Define as alias of __writev.
2531         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2532         (__readv): Do not define as alias.
2533         (readv): Define unconditionally as alias of __readv.
2534         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2535         (__writev): Do not define as alias.
2536         (writev): Define unconditionally as alias of __writev.
2537         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2538         name.
2539         (writev): Do not define __libc_writev name.
2541 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2543         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2544         (convert_charseq): New function, broken out of ...
2545         (use_from_charmap): ... here.  Call it.
2546         (use_to_charmap): Use convert_charseq and free instead of duplicating
2547         its code with a variable-length stack struct.
2549 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2551         * include/fcntl.h (__libc_creat): Remove declaration.
2552         * io/creat.c (__libc_creat): Rename to creat.
2553         (creat): Do not define as alias.
2554         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2555         of creat instead of __libc_creat.
2556         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2557         to creat.
2558         (creat): Do not define as alias.
2559         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2560         __libc_creat.
2561         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2562         __libc_creat name.
2563         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2564         Likewise.
2566 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2568         * manual/llio.texi: Add comments discussing why write() may be
2569         considered MT-unsafe on Linux.
2571 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2573         * dl-load.c (local_strdup): Remove.
2574         (expand_dynamic_string_token): Use __strdup.
2575         (decompose_rpath): Likewise.
2576         (_dl_map_object): Likewise.
2578 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2580         [BZ #14132]
2581         * sysdeps/generic/unwind-dw2-fde.c
2582         (__register_frame_info_bases_internal): Do not declare.
2583         (__register_frame_info_table_bases_internal): Likewise.
2584         (__deregister_frame_info_bases_internal): Likewise.
2585         (__register_frame_info_bases): Declare and use hidden_proto before
2586         definition.  Use hidden_def instead of INTDEF.
2587         (__register_frame_info_table_bases): Likewise.
2588         (__deregister_frame_info_bases): Likewise.
2589         (__register_frame_info): Do not use INTUSE.
2590         (__register_frame): Likewise.
2591         (__register_frame_info_table): Likewise.
2592         (__register_frame_table): Likewise.
2593         (__deregister_frame_info): Likewise.
2594         (__deregister_frame): Likewise.
2596 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2598         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2599         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2600         not undefine.
2601         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2602         Likewise.
2603         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2604         Likewise.
2606 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2608         [BZ #14138]
2609         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2610         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2611         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2612         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2613         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2614         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2615         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2616         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2617         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2618         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2619         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2620         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2621         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2622         syscall.
2623         (setfsuid): Likewise.
2624         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2625         (setfsuid): Likewise.
2626         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2627         (setfsuid): Likewise.
2628         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2629         Likewise.
2630         (setfsuid): Likewise.
2631         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2632         (setfsuid): Likewise.
2633         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2634         Likewise.
2635         (setfsuid): Likewise.
2637 2014-10-27  Andreas Schwab  <schwab@suse.de>
2639         [BZ #17501]
2640         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2641         check for Slow_SSE4_2 feature bit.
2642         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2643         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2644         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2645         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2647 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2649         * configure.ac: Validate compiler version with a empirical test of
2650         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2651         $CC -v output.
2652         * configure: Regenerated.
2654         * inet/htons.c (htons): Prototypify.
2655         * inet/htonl.c (htonl): Likewise.
2657 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2659         * string/strncat.c (strncat): Improve performance by using strlen.
2661 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2663         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2665 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2667         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2668         Call libc_fetestexcept_aarch64.
2670 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2672         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2673         Call libc_feholdexcept_aarch64.
2675 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2677         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2678         Call get_rounding_mode.
2680 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2682         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2683         Simplify logic.
2685 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2687         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2688         Simplify logic.
2690 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2692         [BZ #14138]
2693         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2694         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2695         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2696         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2697         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2698         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2699         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2700         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2701         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2702         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2703         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2704         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2705         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2706         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2707         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2708         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2709         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2710         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2711         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2712         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2713         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2714         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2715         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2716         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2717         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2718         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2719         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2720         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2721         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2722         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2723         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2724         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2725         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2726         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2727         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2728         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2729         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2730         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2731         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2732         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2733         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2734         syscall.
2735         (geteuid): Likewise.
2736         (getgid): Likewise.
2737         (getuid): Likewise.
2738         (getresgid): Likewise.
2739         (getresuid): Likewise.
2740         (getgroups): Likewise.
2741         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2742         (geteuid): Likewise.
2743         (getgid): Likewise.
2744         (getuid): Likewise.
2745         (getresgid): Likewise.
2746         (getresuid): Likewise.
2747         (getgroups): Likewise.
2748         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2749         (geteuid): Likewise.
2750         (getgid): Likewise.
2751         (getuid): Likewise.
2752         (getresgid): Likewise.
2753         (getresuid): Likewise.
2754         (getgroups): Likewise.
2755         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2756         Likewise.
2757         (geteuid): Likewise.
2758         (getgid): Likewise.
2759         (getuid): Likewise.
2760         (getresgid): Likewise.
2761         (getresuid): Likewise.
2762         (getgroups): Likewise.
2763         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2764         (geteuid): Likewise.
2765         (getgid): Likewise.
2766         (getuid): Likewise.
2767         (getresgid): Likewise.
2768         (getresuid): Likewise.
2769         (getgroups): Likewise.
2770         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2771         Likewise.
2772         (geteuid): Likewise.
2773         (getgid): Likewise.
2774         (getuid): Likewise.
2775         (getgroups): Likewise.
2777         [BZ #14138]
2778         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2779         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2780         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2781         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2782         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2783         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2784         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2785         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2786         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2787         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2788         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2789         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2790         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2791         __chown.
2792         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2793         (lchown): Likewise.
2794         (fchown): Likewise.
2795         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2796         Likewise.
2797         (lchown): Likewise.
2798         (fchown): Likewise.
2799         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2800         (lchown): Likewise.
2801         (fchown): Likewise.
2802         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2803         Likewise.
2804         (lchown): Likewise.
2805         (fchown): Likewise.
2807 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2809         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2810         Simplify logic.
2812 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2814         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2815         Cleanup logic.
2817 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2819         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2820         Remove unused include.
2822 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2824         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2825         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2826         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2827         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2829 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2830             Helge Deller <deller@gmx.de>
2832         [BZ #17508]
2833         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2834         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2835         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2837 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2839         [BZ #14132]
2840         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2841         Remove macro definition.
2842         (__ashrdi3_v_glibc20): Likewise.
2843         (__lshrdi3_v_glibc20): Likewise.
2844         (__cmpdi2_v_glibc20): Likewise.
2845         (__ucmpdi2_v_glibc20): Likewise.
2846         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2847         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2848         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2849         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2850         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2851         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2853 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2855         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2856         old GNU extension [0] syntax.
2857         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2858         alloca rather than an array member with variable length.
2859         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2860         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2861         (parse_opt): ... here.  Likewise use alloca there.
2862         Validate the -i argument before checking for rootness.
2863         (send_shutdown): New function, broken out of ...
2864         (parse_opt): ... here.
2866 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2868         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2869         macro to get at the _rt_local_ro field.
2870         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2871         ([PIC] case) or _dl_hwcap ([!PIC] case).
2872         * sysdeps/arm/setjmp.S: Likewise.
2874         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2875         * sysdeps/arm/configure.ac: New check to define it.
2876         * sysdeps/arm/configure: Regenerated.
2877         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2878         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2879         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2880         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2881         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2882         Use move/movt pair instead of a load.
2883         (LDST_GLOBAL): Macro removed.
2884         (LDR_GLOBAL): New macro replaces it.
2885         (LDR_HIDDEN): New macro.
2886         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2887         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2889         * setjmp/tst-setjmp-static.c: New file.
2890         * setjmp/Makefile (tests): Add it.
2891         (tests-static): New variable.
2893 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2895         [BZ #17485]
2896         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2898 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2900         [BZ #14132]
2901         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2903 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2905         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2907 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2909         * io/fts.c (dirent_not_directory): New function.
2910         (fts_build): Call it.
2912 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2914         * nptl/version.c (__nptl_main): Use normal __write rather than
2915         INTERNAL_SYSCALL.
2916         (banner): Update copyright years.
2918         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2919         gettimeofday.
2920         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2921         * nptl/pthread_cond_timedwait.c: Likewise.
2922         * nptl/pthread_mutex_timedlock.c: Likewise.
2923         * nptl/sem_timedwait.c: Likewise.
2925         * sysdeps/nptl/bits/libc-lock.h
2926         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2927         (__libc_lock_init_recursive): Return void, not 0.
2928         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2929         (__libc_rwlock_init): Likewise.
2930         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2932 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2934         [BZ #15215]
2935         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2936         (__pthread_once_slow): ... here.
2937         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2938         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2940 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2942         [BZ #15215]
2943         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2944         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2945         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2946         * nptl/pthread_once.c (__pthread_once): Likewise.
2947         Update comments.
2949 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2951         [BZ #14138]
2952         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2953         name.
2954         (writev): Use __libc_writev as strong name.
2955         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2956         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2958 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2960         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2962         * sysdeps/i386/nptl/tls.h
2963         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2964         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2965         New macros.
2966         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2967         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2968         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2969         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2970         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2971         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2973         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2974         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2975         on [__NR_futex].
2976         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2977         broken out of ...
2978         (__pthread_mutex_init): ... here.  Call it.
2979         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2980         Conditionalize PI cases on [__NR_futex].
2981         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2982         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2983         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2985         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2986         conditional on [SIGSETXID].
2987         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2988         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2989         is defined.  Likewise for SIGSETXID.
2990         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2991         Conditionalize definitions on [SIGSETXID].
2992         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2993         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2994         unblocking on [SIGCANCEL].
2996         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2997         [__NR_set_robust_list].
2999 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3001         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3002         (do_compare): Likewise.
3004 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3006         [BZ #15884]
3007         * string/strcoll_l.c: Don't include stdio.h.
3008         (coll_seq): Remove members idxarr and rulearr.
3009         (get_next_seq_cached): Remove function.
3010         (get_next_seq): Likewise.
3011         (get_next_seq_nocache): Rename to get_next_seq.
3012         (do_compare): Remove function.
3013         (do_compare_nocache): Rename to do_compare.
3014         (STRCOLL): Remove weight and rules cache.
3016 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3018         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3019         * sysdeps/arm/sfp-machine.h: ... to here.
3020         * sysdeps/arm/Implies: Remove arm/soft-fp.
3022 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3024         * conform/data/sys/utsname.h-data (*_t): Allow.
3025         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3026         [POSIX] (WEXITED): Do not expect constant.
3027         [POSIX] (WSTOPPED): Likewise.
3028         [POSIX] (WNOHANG): Likewise.
3029         [POSIX] (WNOWAIT): Likewise.
3030         [POSIX] (siginfo_t): Do not expect type or elements.
3031         [POSIX] (pid_t): Do not expect type.
3032         [POSIX] (signal.h): Do not allow header.
3033         [POSIX] (sys/resource.h): Likewise.
3034         [POSIX] (si_*): Do not allow pattern.
3035         [POSIX] (W*): Likewise.
3036         [POSIX] (P_*): Likewise.
3037         [POSIX] (BUS_*): Likewise.
3038         [POSIX] (CLD_*): Likewise.
3039         [POSIX] (FPE_*): Likewise.
3040         [POSIX] (ILL_*): Likewise.
3041         [POSIX] (POLL_*): Likewise.
3042         [POSIX] (SEGV_*): Likewise.
3043         [POSIX] (SI_*): Likewise.
3044         [POSIX] (TRAP_*): Likewise.
3045         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3046         variable.
3048 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3050         [BZ #12926]
3051         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3052         infinite loop when __recvmsg returns 0.
3054 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3056         * CANCEL-FCT-WAIVE: Remove file.
3057         * CANCEL-FILE-WAIVE: Likewise.
3059         [BZ #14132]
3060         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3061         instead of INTVARDEF.
3062         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3063         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3064         rtld_hidden_data_def instead of INTVARDEF.
3065         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3066         * elf/dl-deps.c (expand_dst): Likewise.
3067         * elf/dl-load.c (_dl_dst_count): Likewise.
3068         (_dl_dst_substitute): Likewise.
3069         (decompose_rpath): Likewise.
3070         (_dl_init_paths): Likewise.
3071         (open_path): Likewise.
3072         (_dl_map_object): Likewise.
3073         * elf/rtld.c (dl_main): Likewise.
3074         (process_dl_audit): Likewise.
3075         (process_envvars): Likewise.
3076         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3077         Remove declaration.
3078         (__libc_enable_secure): Use rtld_hidden_proto.
3080 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3082         * elf/dl-load.c
3083         (add_path): New function broken out of _dl_rtld_di_serinfo.
3084         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3086 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3088         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3089         parentheses around macro arguments.
3090         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3091         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3092         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3093         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3094         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3095         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3096         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3097         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3098         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3099         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3100         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3101         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3102         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3103         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3104         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3105         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3106         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3107         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3108         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3109         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3110         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3111         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3112         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3113         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3114         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3115         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3116         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3117         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3118         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3119         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3120         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3121         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3122         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3123         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3124         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3125         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3126         Likewise.
3127         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3128         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3129         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3130         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3131         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3132         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3133         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3134         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3135         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3136         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3137         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3138         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3139         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3140         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3141         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3142         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3143         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3144         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3145         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3146         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3147         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3148         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3149         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3150         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3151         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3152         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3153         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3154         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3155         (_FP_FRAC_SRS_1): Likewise.
3156         (_FP_FRAC_CLZ_1): Likewise.
3157         (_FP_MUL_MEAT_1_imm): Likewise.
3158         (_FP_MUL_MEAT_1_wide): Likewise.
3159         (_FP_MUL_MEAT_1_hard): Likewise.
3160         (_FP_SQRT_MEAT_1): Likewise.
3161         (_FP_FRAC_ASSEMBLE_1): Likewise.
3162         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3163         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3164         (__FP_CLZ_2): Likewise.
3165         (_FP_MUL_MEAT_2_wide): Likewise.
3166         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3167         (_FP_MUL_MEAT_2_gmp): Likewise.
3168         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3169         (_FP_SQRT_MEAT_2): Likewise.
3170         (_FP_FRAC_ASSEMBLE_2): Likewise.
3171         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3172         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3173         (_FP_FRAC_CLZ_4): Likewise.
3174         (_FP_MUL_MEAT_4_wide): Likewise.
3175         (_FP_MUL_MEAT_4_gmp): Likewise.
3176         (_FP_SQRT_MEAT_4): Likewise.
3177         (_FP_FRAC_ASSEMBLE_4): Likewise.
3178         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3179         * soft-fp/op-common.h (_FP_CMP): Likewise.
3180         (_FP_CMP_EQ): Likewise.
3181         (_FP_CMP_UNORD): Likewise.
3182         (_FP_TO_INT): Likewise.
3183         (_FP_FROM_INT): Likewise.
3184         [!__FP_CLZ] (__FP_CLZ): Likewise.
3185         (_FP_DIV_HELP_imm): Likewise.
3186         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3187         Likewise.
3188         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3189         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3190         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3191         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3192         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3193         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3194         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3195         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3196         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3197         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3198         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3199         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3200         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3201         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3202         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3203         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3204         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3205         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3206         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3207         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3208         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3209         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3210         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3211         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3212         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3213         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3214         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3215         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3216         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3217         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3218         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3219         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3220         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3221         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3222         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3223         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3224         (FP_UNPACK_RAW_SP): Likewise.
3225         (FP_PACK_RAW_S): Likewise.
3226         (FP_PACK_RAW_SP): Likewise.
3227         (FP_UNPACK_S): Likewise.
3228         (FP_UNPACK_SP): Likewise.
3229         (FP_UNPACK_SEMIRAW_S): Likewise.
3230         (FP_UNPACK_SEMIRAW_SP): Likewise.
3231         (FP_PACK_S): Likewise.
3232         (FP_PACK_SP): Likewise.
3233         (FP_PACK_SEMIRAW_S): Likewise.
3234         (FP_PACK_SEMIRAW_SP): Likewise.
3235         (_FP_SQRT_MEAT_S): Likewise.
3236         (FP_CMP_S): Likewise.
3237         (FP_CMP_EQ_S): Likewise.
3238         (FP_CMP_UNORD_S): Likewise.
3239         (FP_TO_INT_S): Likewise.
3240         (FP_FROM_INT_S): Likewise.
3242         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3244         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3245         (FP_EX_INVALID_IMZ): Likewise.
3246         (FP_EX_INVALID_IMZ_FMA): Likewise.
3247         (FP_EX_INVALID_ISI): Likewise.
3248         (FP_EX_INVALID_ZDZ): Likewise.
3249         (FP_EX_INVALID_IDI): Likewise.
3250         (FP_EX_INVALID_SQRT): Likewise.
3251         (FP_EX_INVALID_CVI): Likewise.
3252         (FP_EX_INVALID_VC): Likewise.
3253         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3254         "invalid" exceptions.
3255         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3256         (_FP_ADD_INTERNAL): Likewise.
3257         (_FP_MUL): Likewise.
3258         (_FP_FMA): Likewise.
3259         (_FP_DIV): Likewise.
3260         (_FP_CMP_CHECK_NAN): Likewise.
3261         (_FP_SQRT): Likewise.
3262         (_FP_TO_INT): Likewise.
3263         (FP_EXTEND): Likewise.
3265 2014-10-09  Allan McRae  <allan@archlinux.org>
3267         * po/fr.po: Update French translation from translation project.
3269 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3271         [BZ #14132]
3272         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3273         of INTDEF.
3274         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3275         (__cxa_atexit): Use libc_hidden_proto.
3276         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3278         [BZ #14132]
3279         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3280         declaration.
3281         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3282         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3283         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3284         [!_ISOMAC] (__iswctype_internal): Likewise.
3285         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3286         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3287         alias.
3288         (fcntl): Remove __fcntl_internal alias.
3289         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3290         __connect_internal alias.
3291         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3292         Likewise.
3294         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3295         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3296         FP_DENORM_ZERO.
3297         (_FP_CHECK_FLUSH_ZERO): New macro.
3298         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3299         (_FP_CMP): Likewise.
3300         (_FP_CMP_EQ): Likewise.
3301         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3302         FP_DENORM_ZERO.
3303         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3304         (FP_TRUNC): Likewise.
3306         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3307         treated as invalid conversion, not as normal exponent.
3309         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3310         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3311         (_FP_CMP_EQ): Likewise.
3312         (_FP_CMP_UNORD): Likewise.
3313         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3314         (FP_CMP_EQ_D): Likewise.
3315         (FP_CMP_UNORD_D): Likewise.
3316         * soft-fp/extended.h (FP_CMP_E): Likewise.
3317         (FP_CMP_EQ_E): Likewise.
3318         (FP_CMP_UNORD_E): Likewise.
3319         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3320         (FP_CMP_EQ_Q): Likewise.
3321         (FP_CMP_UNORD_Q): Likewise.
3322         * soft-fp/single.h (FP_CMP_S): Likewise.
3323         (FP_CMP_EQ_S): Likewise.
3324         (FP_CMP_UNORD_S): Likewise.
3325         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3326         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3327         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3328         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3329         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3330         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3331         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3332         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3333         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3334         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3335         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3336         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3337         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3338         to FP_CMP_Q.
3339         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3340         FP_CMP_Q.
3341         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3342         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3343         FP_CMP_EQ_Q.
3344         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3345         FP_CMP_Q.
3346         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3347         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3348         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3349         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3350         FP_CMP_EQ_Q.
3351         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3352         FP_CMP_Q.
3353         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3354         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3355         FP_CMP_EQ_Q.
3356         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3357         FP_CMP_Q.
3358         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3359         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3360         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3361         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3362         FP_CMP_EQ_Q.
3364         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3365         a subnormal result, set the underflow exception if trapping on
3366         underflow is enabled.
3367         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3368         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3369         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3370         redefine to 0.
3371         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3372         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3373         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3374         * soft-fp/extendxftf2.c (__extendxftf2): Use
3375         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3377         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3378         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3379         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3380         FP_HANDLE_EXCEPTIONS.
3381         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3382         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3383         FP_HANDLE_EXCEPTIONS.
3384         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3385         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3386         FP_HANDLE_EXCEPTIONS.
3387         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3388         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3389         FP_HANDLE_EXCEPTIONS.
3391 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3393         [BZ #14132]
3394         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3395         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3396         use INTUSE.
3397         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3398         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3399         Remove alias.
3400         (__adjtimex): Define using libc_hidden_ver.
3401         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3402         Remove declaration.
3403         (ntp_gettime): Call __adjtimex directly.
3404         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3405         Remove declaration.
3406         (ntp_gettimex): Call __adjtimex directly.
3407         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3408         __adjtimex_internal alias.
3410 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3412         [BZ #17460]
3413         * nscd/nscd.c (more_help): Rewrite list of tables collection
3414         using xstrdup and asprintf.
3416         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3418 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3419             Roland McGrath  <roland@hack.frob.com>
3421         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3422         (do_lookup_unique): ... local function 'enter' here; update callers.
3424 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3426         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3427         compat_symbol calls on [SHARED].
3428         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3429         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3430         Remove.
3431         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3432         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3433         (oldsetrlimit): Remove.
3434         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3436         (lchown): New syscall entry.
3437         (oldsetrlimit): Remove.
3438         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3439         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3440         (oldsetrlimit): Remove.
3441         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3443         [BZ #14138]
3444         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3445         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3446         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3447         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3448         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3449         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3450         (fchown): Likewise.
3451         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3452         (fchown): Likewise.
3453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3454         Likewise.
3456 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3458         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3459         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3460         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3461         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3462         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3463         Likewise.
3464         (__old_sem_post): Likewise.
3466 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3468         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3469         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3470         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3471         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3472         Use INLINE_VSYSCALL macro.
3473         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3474         __vdso_clock_gettime.
3475         * sysdeps/unix/sysv/linux/tile/init-first.c
3476         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3477         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3478         __vdso_clock_gettime.
3480         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3481         to set up frame more cleanly.
3483         * sysdeps/tile/memcmp.c: New file.
3485         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3487         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3488         * sysdeps/tile/tilegx/strcasestr.c: New file.
3489         * sysdeps/tile/tilegx/strnlen.c: New file.
3490         * sysdeps/tile/tilegx/strstr.c: New file.
3492         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3494 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3496         * nptl/tst-setuid3.c: Write errors to stdout.
3498 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3500         * elf/dl-deps.c
3501         (preload): New functions broken out of _dl_map_object_deps.
3502         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3504 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3506         [BZ #14138]
3507         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3508         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3510 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3512         * sysdeps/mips/strcmp.S: New.
3514 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3516         [BZ #14138]
3517         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3518         (linkat): Likewise.
3519         (mkdirat): Likewise.
3520         (readlinkat): Likewise.
3521         (renameat): Likewise.
3522         (symlinkat): Likewise.
3523         (unlinkat): Likewise.
3524         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3525         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3526         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3527         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3528         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3529         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3530         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3532 2014-09-30  Will Newton  <will.newton@linaro.org>
3534         * math/math.h: Define long double math functions if
3535         _LIBC_TEST is defined.
3536         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3538         * localedata/Makefile: Move assignment to tests-special
3539         into an ifdef testing run-built-tests.
3540         * timezone/Makefile: Likewise.
3542 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3544         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3545         with $(BASH) not $(SHELL).
3547 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3548             Matthew LeGendre  <legendre1@llnl.gov>
3550         [BZ #17411]
3551         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3552         l_reloc_result.
3554 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3556         * stdio-common/printf_fp.c
3557         (hack_digit): New function, broken out of ...
3558         (__printf_fp): ... local function here.  Update call sites.
3559         hack_digit now takes an additional parameter that is a pointer
3560         to a struct of the referenced locals.  Those locals moved inside
3561         the struct and references updated.
3563 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3565         * aclocal.m4: Require autoconf 2.69.
3566         * configure: Regenerated.
3567         * sysdeps/aarch64/configure: Likewise.
3568         * sysdeps/alpha/configure: Likewise.
3569         * sysdeps/arm/armv7/configure: Likewise.
3570         * sysdeps/arm/configure: Likewise.
3571         * sysdeps/ia64/configure: Likewise.
3572         * sysdeps/mach/configure: Likewise.
3573         * sysdeps/mips/configure: Likewise.
3574         * sysdeps/s390/configure: Likewise.
3575         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3578         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3579         file.
3580         * sysdeps/ia64/configure.ac: Likewise.
3582 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3585         specify symbol version for ld.so.  Do not include entry for
3586         libpthread.
3587         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3588         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3589         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3591         [BZ #14171]
3592         * Makeconfig [$(build-shared) = yes]
3593         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3594         makefiles.
3595         [$(build-shared) = yes && $(soversions.mk-done) = t]
3596         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3597         [$(build-shared) = yes && $(soversions.mk-done) = t]
3598         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3599         to Makerules.
3600         [$(build-shared) = yes && $(soversions.mk-done) = t]
3601         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3602         here.
3603         [$(build-shared) = yes && $(soversions.mk-done) = t]
3604         (common-generated): Don't append gnu/lib-names.h and
3605         gnu/lib-names.stmp here.
3606         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3607         (lib-names-h-abi): New variable.
3608         [$(build-shared) = yes && $(soversions.mk-done) = t]
3609         (lib-names-stmp-abi): Likewise.
3610         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3611         abi-variants] (before-compile): Append
3612         $(common-objpfx)$(lib-names-h-abi).
3613         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3614         abi-variants] (common-generated): Append gnu/lib-names.h.
3615         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3616         abi-variants] (install-others-nosubdir): Depend on
3617         $(inst_includedir)/$(lib-names-h-abi).
3618         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3619         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3620         [$(build-shared) = yes && $(soversions.mk-done) = t]
3621         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3622         [$(build-shared) = yes && $(soversions.mk-done) = t]
3623         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3624         [$(build-shared) = yes && $(soversions.mk-done) = t]
3625         (common-generated): Append $(lib-names-h-abi) and
3626         $(lib-names-stmp-abi).
3627         * scripts/lib-names.awk: Do not handle multi being set.
3628         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3629         Remove variable.
3630         (abi-lp64_be-ld-soname): Likewise.
3631         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3632         Likewise.
3633         (abi-hard-ld-soname): Likewise.
3634         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3635         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3636         Remove variable.
3637         (abi-o32_hard-ld-soname): Likewise.
3638         (abi-o32_soft_2008-ld-soname): Likewise.
3639         (abi-o32_hard_2008-ld-soname): Likewise.
3640         (abi-n32_soft-ld-soname): Likewise.
3641         (abi-n32_hard-ld-soname): Likewise.
3642         (abi-n32_soft_2008-ld-soname): Likewise.
3643         (abi-n32_hard_2008-ld-soname): Likewise.
3644         (abi-n64_soft-ld-soname): Likewise.
3645         (abi-n64_hard-ld-soname): Likewise.
3646         (abi-n64_soft_2008-ld-soname): Likewise.
3647         (abi-n64_hard_2008-ld-soname): Likewise.
3648         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3649         Likewise.
3650         (abi-64-v2-ld-soname): Likewise.
3651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3652         ld.so entries.
3653         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3654         variable.
3655         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3656         entry.
3657         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3658         variable.
3659         (abi-64-ld-soname): Likewise.
3660         (abi-x32-ld-soname): Likewise.
3661         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3662         entry.
3663         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3665 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3667         [BZ #14138]
3668         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3669         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3670         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3671         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3672         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3673         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3674         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3675         syscall entry for GLIBC_2.2 symbol version.
3676         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3677         Likewise.
3678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3679         (setrlimit): Likewise.
3680         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3681         Likewise.
3683 2014-09-23  Will Newton  <will.newton@linaro.org>
3685         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3686         _LINUX_ARM_SYSDEP_H include guard too.
3687         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3688         define.
3690 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3692         * sysdeps/unix/sysv/linux/eventfd.c:
3693         Make first argument unsigned.
3694         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3695         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3697 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3699         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3700         * socket/sys/socket.h: Likewise
3701         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3703 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3705         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3707 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3709         * time/tst-ftime.c: New test.
3710         * time/Makefile (tests): Add tst-ftime.
3712 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3714         * soft-fp/extended.h: Fix comment formatting.
3715         * soft-fp/op-1.h: Likewise.
3716         * soft-fp/op-2.h: Likewise.
3717         * soft-fp/op-4.h: Likewise.
3718         * soft-fp/op-8.h: Likewise.
3719         * soft-fp/op-common.h: Likewise.
3720         * soft-fp/soft-fp.h: Likewise.
3722         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3724 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3726         [BZ #6652]
3727         * Makeconfig (soversions-default-setname): Remove variable.
3728         ($(common-objpfx)soversions.i): Don't pass default_setname to
3729         soversions.awk.
3730         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3731         oldest_abi to abi-versions.awk.
3732         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3733         * config.make.in (oldest-abi): Remove variable.
3734         * configure.ac (--enable-oldest-abi): Remove configure option.
3735         * configure: Regenerated.
3736         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3737         text.
3738         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3739         * scripts/soversions.awk: Do not handle default_setname variable.
3740         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3741         variable.
3742         * sysdeps/mach/hurd/configure: Regenerated.
3743         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3744         variable.
3745         * sysdeps/unix/sysv/linux/configure: Regenerated.
3747 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3749         * elf/Makefile (CFLAGS-interp.c): Remove.
3750         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3751         path string.
3752         * elf/interp.c: Include generated runtime-linker.h
3754         * Makerules (lib%.so): Don't include $(+interp) in
3755         prerequisites.
3756         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3757         * dlfcn/eval.c: Remove file.
3759         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3760         macros.
3762         [BZ #17266]
3763         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3764         4.2 and newer.
3766         [BZ #17370]
3767         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3769 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3770             Jakub Jelinek  <jakub@redhat.com>
3772         [BZ #17266]
3773         * libio/stdio.h: Check definition of __fortify_function
3774         instead of __extern_always_inline to include bits/stdio2.h.
3775         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3776         check if __extern_always_inline is defined.
3777         [__USE_MISC || __USE_XOPEN]: Likewise.
3778         [__USE_ISOC99] Likewise.
3779         * misc/sys/cdefs.h (__fortify_function): Define only if
3780         __extern_always_inline is defined.
3781         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3782         __extern_always_inline and __extern_inline only for g++-4.3
3783         and newer or a compatible gcc.
3785 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3787         [BZ #17371]
3788         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3789         last change to handle zero prefix length.
3791 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3793         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3794         _SC_REGEX_VERSION.
3796         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3797         _POSIX_RAW_SOCKETS.
3799 2014-09-13  Allan McRae  <allan@archlinux.org>
3801         * po/ru.po: Update Russian translation from translation project.
3803 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3805         * locale/programs/locale.c (show_locale_vars): Inline local function
3806         into its sole call site.  Clean up some style nits.
3807         (print_item): New function, broken out of ...
3808         (show_info): ... local function here.  Clean up style nits.
3810         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3811         out of ...
3812         (set_class_defaults): ... local function set_default here.
3813         Define set_default as a macro locally to pass constant parameters.
3814         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3815         rather than a shared local.
3817         * stdlib/rpmatch.c (try): New function, broken out of ...
3818         (rpmatch): ... local function here.  Also, prototypify definition.
3820 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3822         * scripts/soversions.awk: Do not handle configuration names.
3823         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3824         vendor and os variables to soversions.awk.
3825         * configure.ac: Do not modify gnu-* host_os.
3826         * configure: Regenerated
3827         * shlib-versions: Remove first column with configuration names.
3828         * nptl/shlib-versions: Likewise.
3829         * nptl_db/shlib-versions: Likewise.
3830         * sysdeps/hppa/shlib-versions: Likewise.
3831         * sysdeps/m68k/shlib-versions: Likewise.
3832         * sysdeps/mach/hurd/shlib-versions: Likewise.
3833         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3834         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3835         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3836         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3837         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3838         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3839         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3840         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3842         Likewise.
3843         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3844         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3845         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3846         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3847         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3848         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3849         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3850         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3853         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3855         Regenerated.
3856         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3858         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3860         * shlib-versions: Remove OS-specific entries.  Moved to files in
3861         sysdeps.
3862         * sysdeps/mach/hurd/shlib-versions: New file.
3863         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3865         * nptl/shlib-versions: Remove architecture-specific entries.
3866         Moved to files in sysdeps.
3867         * shlib-versions: Likewise.
3868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3869         file.
3870         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3871         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3872         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3873         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3875         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3876         (UDP_NO_CHECK6_RX): Likewise.
3878 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3880         * sysdeps/posix/sysconf.c (__sysconf): Spell
3881         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3883 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3885         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3886         loading.
3887         * iconv/Versions (__gconv_transliterate): Export for use from
3888         gconv modules.
3889         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3890         (struct __gconv_trans_data, __gconv_trans_fct,
3891         __gconv_trans_context_fct, __gconv_trans_query_fct,
3892         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3893         definitions.
3894         (struct __gconv_step_data): Remove __trans member.
3895         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3896         longer hidden.  Remove unused trans_data argument.
3897         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3898         (__gconv_translit_find): Remove declaration.
3899         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3900         prototype.
3901         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3902         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3903         trans_data argument.  Add hidden definition.
3904         (__gconv_translit_find): Remove.
3905         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3906         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3907         * iconv/skeleton.c: Remove transliteration initialization.
3908         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3909         __gconv_step_data initialization.
3910         * libio/iofwide.c (__libio_translit_): Remove.
3911         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3912         * wcsmbs/btowc.c (__btowc): Likewise.
3913         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3914         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3915         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3916         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3917         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3918         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3919         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3920         * wcsmbs/wctob.c (wctob): Likewise.
3922 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3924         [BZ #16194]
3925         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3926         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3927         register usage.
3928         * sysdeps/x86/Makefile: Adjust.
3930 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3931             Roland McGrath  <roland@hack.frob.com>
3933         * locale/weight.h: Add include guard.
3934         (findidx): Make static rather than auto; take new parameters
3935         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3936         * locale/weightwc.h: Likewise.
3937         * posix/fnmatch_loop.c
3938         (FCT): Change type of EXTRA from int32_t to wint_t.
3939         Don't include either header inside the function.
3940         Call FINDIDX rather than findidx, and pass new arguments.
3941         #undef FINDIDX at the end of the file.
3942         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3943         FINDIDX before including fnmatch_loop.c for the non-wide version.
3944         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3945         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3946         for the wide version.
3947         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3948         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3949         Pass new arguments to findidx.
3950         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3951         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3952         Don't #include it inside the function.  Pass new arguments to findidx.
3953         * posix/regex_internal.h
3954         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3955         (re_string_elem_size_at): Don't #include it inside the function.
3956         Pass new arguments to findidx.
3957         * string/strcoll_l.c: #include WEIGHT_H at top level.
3958         (get_next_seq): Don't #include it inside the function.
3959         Pass new arguments to findidx.
3960         (get_next_seq_nocache): Likewise.
3961         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3962         (STRXFRM): Don't #include it inside the function.
3963         Pass new arguments to findidx.
3965 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3967         [BZ #17344]
3968         * malloc/malloc.c (unlink): Turn asserts into a call to
3969         malloc_printerr.
3971 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3973         [BZ #17370]
3974         * libio/wfileops (do_ftell_wide): Free OUT.
3976 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3978         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3980 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3982         [BZ #17363]
3983         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3984         group if the current group is empty.
3986 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3988         * benchtests/bench-memset.c (test_main): Add more test from size
3989         from 32 to 512 bytes.
3990         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3991         Add POWER8 memset object.
3992         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3993         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3994         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3995         implementation.
3996         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3997         Likewise.
3998         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3999         multiarch POWER8 memset optimization.
4000         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4001         POWER8 memset optimization.
4003         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4004         Remove bzero multiarch objects.
4005         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4006         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4007         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4008         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4009         Remove define.
4010         [__bzero]: Redefine to specific name.
4011         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4012         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4013         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4014         define.
4015         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4016         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4018 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4020         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4021         warnings into errors.
4023         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4024         __cxa_thread_atexit_impl prototype.
4026 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4028         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4029         Fix capitalization of error message.
4031 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4033         * sysdeps/mips/preconfigure: Modify ABI tests.
4035 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4037         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4039 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4040             Carlos O'Donell  <carlos@systemhalted.org>
4042         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4043         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4044         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4045         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4046         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4047         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4048         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4049         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4050         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4051         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4052         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4053         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4054         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4055         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4056         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4057         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4058         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4059         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4060         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4061         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4062         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4063         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4064         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4065         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4066         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4067         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4068         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4069         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4070         Deconditionalize the code that was previously under [RESET_PID].
4071         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4072         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4073         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4074         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4075         include sysdep.h.
4077 2014-09-08  Allan McRae  <allan@archlinux.org>
4079         * version.h (RELEASE): Set to "development".
4080         (VERSION): Set to "2.20.90"
4082 2014-09-07  Allan McRae  <allan@archlinux.org
4084         * version.h (RELEASE): Set to "stable".
4085         (VERSION): Set to "2.20"
4086         * include/features.h (__GLIBC_MINOR__): Set to 20.
4088         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4089         Liebler.
4091         * po/ko.po: Update Korean translation from translation project.
4093 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4095         [BZ #17354]
4096         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4097         macro for handling signed relocations.
4099 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4101         [BZ #17325]
4102         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4103         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4104         assert.
4105         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4106         * iconvdata/ibm935.c (BODY): Likewise.
4107         * iconvdata/ibm937.c (BODY): Likewise.
4108         * iconvdata/ibm939.c (BODY): Likewise.
4109         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4110         assert.
4111         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4112         script.
4113         * iconvdata/run-iconv-test.sh: New test loop for checking for
4114         decoder crashers.
4116 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4118         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4119         libm_hidden_ver.
4121 2014-09-01  Allan McRae  <allan@archlinux.org>
4123         * po/eo.po: Update Esperanto translation from translation project.
4125         * po/ca.po: Update Catalan translation from translation project.
4127 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4129         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4130         __proc_dostop call.
4132 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4134         [BZ #17319]
4135         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4136         to call set_thread_area instead of hand written asm.
4137         (__NR_set_thread_area): Removed define.
4138         (TLS_FLAG_WRITABLE): Likewise.
4139         (__ASSUME_SET_THREAD_AREA): Remove check.
4140         (TLS_EBX_ARG): Remove define.
4141         (TLS_LOAD_EBX): Likewise.
4143 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4145         Simplify atomicity of socket creation in bind.
4147         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4148         looking up the name after linking the file.
4150 2014-08-27  Allan McRae  <allan@archlinux.org>
4152         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4154 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4156         [BZ #17187]
4157         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4158         trans_compare, open_translit, __gconv_translit_find):
4159         Remove module loading code.
4161 2014-08-26  Allan McRae  <allan@archlinux.org>
4163         * po/vi.po: Update Vietnamese translation from translation project.
4165         * po/uk.po: Update Ukrainian translation from translation project.
4167         * po/fr.po: Update French translation from translation project.
4169         * po/ru.po: Update Russian translation from translation project.
4171         * po/pl.po: Update Polish translation from translation project.
4173         * po/cs.po: Update Czech translation from translation project.
4175         * po/de.po: Update German translation from translation project.
4177         * po/bg.po: Update Bulgarian translation from translation project.
4179         * po/sv.po: Update Sweedish translation from translation project.
4181         * po/nl.po: Update Dutch translation from translation project.
4183         * po/es.po: Update Spanish translation from translation project.
4185 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4187         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4189         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4190         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4191         (CPPFLAGS-iconvconfig): Likewise.
4192         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4194         * include/libc-symbols.h: Remove unnecessary check for
4195         NOT_IN_libc.
4196         * nptl/pthreadP.h: Likewise.
4197         * sysdeps/aarch64/setjmp.S: Likewise.
4198         * sysdeps/alpha/setjmp.S: Likewise.
4199         * sysdeps/arm/sysdep.h: Likewise.
4200         * sysdeps/i386/setjmp.S: Likewise.
4201         * sysdeps/m68k/setjmp.c: Likewise.
4202         * sysdeps/posix/getcwd.c: Likewise.
4203         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4204         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4205         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4206         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4207         * sysdeps/sh/sh3/setjmp.S: Likewise.
4208         * sysdeps/sh/sh4/setjmp.S: Likewise.
4209         * sysdeps/unix/alpha/sysdep.h: Likewise.
4210         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4211         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4212         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4213         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4216         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4217         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4218         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4219         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4220         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4221         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4222         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4223         * sysdeps/x86_64/setjmp.S: Likewise.
4225 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4227         [BZ #17263]
4228         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4229         <stdint.h>.
4230         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4231         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4233 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4235         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4237         [BZ #17262]
4238         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4239         and __x86_64__ when disabling x87 inline functions.
4241 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4243         [BZ #17259]
4244         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4245         asm statement with __cpuid_count.
4247 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4249         * configure.ac: Change __ehdr_start code to dereference the struct.
4250         Run readelf on the output to look for relocations.
4251         * configure: Regenerated.
4253 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4255         [BZ #17261]
4256         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4257         value to 0.
4258         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4260 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4262         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4264 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4266         [BZ #16892]
4267         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4268         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4270 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4272         * malloc/malloc.c: Fix typo in comment.
4274 2014-08-09  Allan McRae  <allan@archlinux.org>
4276         * Regenerate libc.po.
4278 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4280         * intl/tst-gettext2.sh: Check every lang file for creation.
4282 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4284         * sysdeps/aarch64/fpu/math_private.h
4285         (libc_feholdsetround_noex_aarch64_ctx): New function.
4287 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4289         * sysdeps/arm/armv6/strcpy.S (strcpy):
4290         Fix performance issue in misaligned cases.
4292 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4294         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4295         Move definition from termios.h.
4296         (struct termio): Likewise.
4297         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4298         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4299         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4300         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4301         Likewise.
4302         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4303         Move definition to ioctl-types.h
4304         (struct termio): Likewise.
4305         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4306         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4307         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4308         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4309         Likewise.
4311 2014-08-05  Richard Henderson  <rth@redhat.com>
4313         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4314         exceptions.
4315         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4316         Add fraiseexcpt.
4317         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4318         Use __feraiseexcept.
4319         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4320         Protect libm symbols with IS_IN_libm.
4322         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4324 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4326         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4328 2014-08-04  Will Newton  <will.newton@linaro.org>
4330         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4331         file.
4333 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4335         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4336         variants for each function.
4338 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4340         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4341         appended ...
4342         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4343         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4344         appended ...
4345         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4346         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4347         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4348         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4349         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4350         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4351         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4352         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4353         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4354         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4355         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4356         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4357         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4358         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4359         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4360         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4361         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4362         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4363         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4364         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4365         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4366         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4367         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4368         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4369         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4370         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4371         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4372         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4373         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4374         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4375         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4376         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4377         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4378         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4379         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4380         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4381         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4382         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4383         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4384         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4385         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4386         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4387         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4388         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4389         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4390         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4391         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4392         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4393         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4394         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4395         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4396         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4397         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4398         Update #include.
4399         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4400         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4402 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4404         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4405         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4406         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4407         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4408         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4409         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4411 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4413         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4414         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4415         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4416         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4418 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4420         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4421         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4422         (__libc_vfork): Define function under this name.
4423         (__vfork): Define as an alias.
4424         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4425         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4427 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4429         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4430         that was previously under [RESET_PID].
4431         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4433 2014-08-04  Andreas Schwab  <schwab@suse.de>
4435         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4437 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4439         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4440         (main): Likewise.
4442 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4444         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4446 2014-08-01  Richard Henderon  <rth@redhat.com>
4448         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4449         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4450         typo in exact zero test.
4451         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4452         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4453         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4455 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4457         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4458         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4459         * sysdeps/arm/sysdep.h: ... here.
4460         [!__ASSEMBLER__]: Include <stdint.h>.
4462 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4464         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4465         (HAVE_WCTYPE_H): Likewise.
4466         (HAVE_ISWCTYPE): Likewise.
4467         (ENABLE_NLS): Likewise.
4468         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4469         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4471         * posix/regex_internal.c: Check if DEBUG is defined and is
4472         set.
4474         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4475         (HAVE_MBSRTOWCS): Likewise.
4476         * posix/fnmatch.c: Include string.h unconditionally.
4478 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4480         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4481         reversal.
4483 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4485         * sysdeps/generic/safe-fatal.h: New file.
4486         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4487         * nptl/forward.c: Include it.
4488         (__pthread_unwind): Use __safe_fatal as default action, rather
4489         than a bogus use of INTERNAL_SYSCALL that could never work.
4491         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4492         * configure.ac (libc_cv_builtin_trap): New test.
4493         * configure: Regenerated.
4494         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4495         (ABORT_INSTRUCTION): Define using __builtin_trap.
4497         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4498         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4499         * sysdeps/nptl/nptl-signals.h: New file.
4500         * nptl/pthreadP.h: Include <nptl-signals.h>.
4502 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4504         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4505         (ONE_DIRECTION): Define.
4506         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4507         (ONE_DIRECTION): Define.
4508         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4509         (ONE_DIRECTION): Define.
4511 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4513         * sysdeps/s390/Makefile: Delete file.
4514         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4515         * sysdeps/s390/__longjmp.c: Delete file.
4516         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4517         Remove fields __flags and __reserved.
4518         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4519         and add versioning.
4520         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4521         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4522         * sysdeps/s390/rtld-setjmp.S: Likewise.
4523         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4524         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4525         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4526         * sysdeps/s390/s390-32/setjmp.S: ... here.
4527         Add versioning.
4528         (__sigsetjmp): Remove setting __flags field.
4529         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4530         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4531         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4532         * sysdeps/s390/s390-64/setjmp.S: ... here.
4533         Add versioning.
4534         (__sigsetjmp): Remove setting __flags field.
4535         * sysdeps/s390/setjmp.S: Delete file.
4536         * sysdeps/s390/sigjmp.c: Likewise.
4537         * sysdeps/s390/v1-longjmp.c: Likewise.
4538         * sysdeps/s390/v1-setjmp.h: Likewise.
4539         * sysdeps/s390/v1-sigjmp.c: Likewise.
4540         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4541         Remove v1-longjmp_chk.
4542         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4543         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4544         Include debug/longjmp_chk.c and add versioning.
4545         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4546         Include nptl/pt-longjmp.c and add versioning.
4547         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4548         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4549         Include __longjmp.c.
4550         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4551         Move to ...
4552         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4553         (__getcontext): Remove setting __flags field.
4554         Add versioning.
4555         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4556         Don't restore upper high grps.
4557         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4558         Likewise.
4559         (__swapcontext): Remove setting uc_flags field.
4560         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4561         Delete file.
4562         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4563         Include __longjmp.c.
4564         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4565         Move to ...
4566         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4567         (__getcontext): Remove setting __flags field.
4568         Add versioning.
4569         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4570         (__swapcontext): Remove setting uc_flags field.
4571         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4572         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4573         Remove fields uc_high_gprs and __reserved.
4574         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4575         New file with reverted content.
4576         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4577         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4578         Regenerated.
4579         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4580         Regenerated.
4582 2014-07-31  Andreas Schwab  <schwab@suse.de>
4584         * config.h.in (HAVE_IFUNC): Define to 0.
4585         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4586         definedness.
4588 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4590         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4591         memmove-avx-unaligned, memcpy-avx-unaligned and
4592         mempcpy-avx-unaligned.
4593         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4594         Add tests for AVX memcpy functions.
4595         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4596         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4597         memcpy_chk.
4598         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4599         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4600         memmove_chk.
4601         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4602         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4603         mempcpy_chk.
4604         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4605         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4606         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4608 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4610         [BZ #17213]
4611         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4612         powerpc64le.
4614 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4616         [BZ #16839]
4617         * manual/llio.texi: Add section about open file description locks.
4618         * manual/examples/ofdlocks.c: Example of open file description
4619         lock usage.
4620         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4621         F_OFD_SETLK, and F_OFD_SETLKW.
4623 2014-07-23  Allan McRae  <allan@archlinux.org>
4625         * po/es.po: Update Spanish translation from translation project.
4627 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4629         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4631 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4633         [BZ #17078]
4634         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4635         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4636         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4638 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4640         [BZ #17088]
4641         * math/fesetenv.c (__fesetenv)
4642         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4643         * math/feupdateenv.c (__feupdateenv)
4644         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4646         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4647         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4648         (__ASSUME_SOCKETCALL): Do not define.
4650         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4651         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4652         (__ASSUME_SOCKETCALL): Do not define.
4653         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4654         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4655         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4656         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4657         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4658         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4659         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4660         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4662         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4663         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4664         (__ASSUME_SOCKETCALL): Do not define.
4665         (__ASSUME_IPC64): Define unconditionally.
4666         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4667         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4668         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4669         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4670         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4671         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4672         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4673         Likewise.
4675         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4676         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4677         (__ASSUME_SOCKETCALL): Do not define.
4678         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4679         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4680         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4681         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4682         (__ASSUME_REQUEUE_PI): Define unconditionally.
4683         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4684         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4685         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4686         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4687         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4688         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4690         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4691         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4692         (__ASSUME_SOCKETCALL): Do not define.
4693         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4694         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4695         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4696         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4697         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4698         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4700         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4701         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4702         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4703         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4704         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4705         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4706         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4707         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4708         (__ASSUME_GETCPU_SYSCALL): Likewise.
4710         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4711         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4712         cases for individual architectures.
4713         * sysdeps/gnu/configure: Regenerated.
4714         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4715         LIBC_SLIBDIR_RTLDDIR.
4716         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4717         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4718         LIBC_SLIBDIR_RTLDDIR.
4719         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4721         LIBC_SLIBDIR_RTLDDIR.
4722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4723         Regenerated.
4724         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4725         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4726         file.
4727         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4728         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4729         file.
4730         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4731         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4732         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4733         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4735         * sysdeps/aarch64/shlib-versions: Move to ...
4736         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4737         * sysdeps/alpha/shlib-versions: Move to ...
4738         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4739         * sysdeps/arm/shlib-versions: Move to ...
4740         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4741         * sysdeps/hppa/shlib-versions: Move all contents except for
4742         libgcc_s entry to ...
4743         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4744         entry from ...
4745         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4746         * sysdeps/ia64/shlib-versions: Move to ...
4747         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4748         entry from ...
4749         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4750         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4751         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4752         * sysdeps/microblaze/shlib-versions: Move to ...
4753         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4754         * sysdeps/mips/shlib-versions: Move to ...
4755         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4756         entry from ...
4757         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4758         * sysdeps/tile/shlib-versions: Move to ...
4759         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4760         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4761         from ...
4762         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4763         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4764         entry from ...
4765         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4767 2014-07-17  Will Newton  <will.newton@linaro.org>
4769         * sysdeps/arm/bits/atomic.h
4770         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4771         (__arch_compare_and_exchange_bool_16_int): Likewise.
4772         (__arch_compare_and_exchange_bool_64_int): Likewise.
4774         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4775         into an #else block.
4777 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4779         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4780         just Linux configurations.  Test empirically that the compiler sets
4781         __ARM_EABI__, rather than using the tuple to decide.
4782         * sysdeps/arm/preconfigure: Regenerated.
4783         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4784         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4785         contents appended ...
4786         * sysdeps/arm/configure.ac: ... here.
4787         * sysdeps/arm/configure: Regenerated.
4789 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4791         * nptl/pthread_kill.c: New file.
4792         * nptl/pthread_sigmask.c: New file.
4793         * nptl/pthread_sigqueue.c: New file.
4795         * sysdeps/nptl/lowlevellock.h: New file.
4796         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4797         * sysdeps/nptl/lowlevellock-futex.h: New file.
4799         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4800         Remove dead declarations.
4802 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4804         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4805         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4806         config-cflags-avx2.
4807         * sysdeps/x86_64/configure.ac: Likewise.
4808         * sysdeps/i386/configure: Regenerated.
4809         * sysdeps/x86_64/configure: Likewise.
4810         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4811         memset-avx2 only if config-cflags-avx2 is yes.
4812         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4813         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4814         defined.
4815         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4816         only if HAVE_AVX2_SUPPORT is defined.
4817         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4819 2014-07-14  Alan Modra  <amodra@gmail.com>
4821         [BZ #17153]
4822         * elf/elf.h (DT_PPC64_NUM): Correct value.
4823         * NEWS: Add to fixed bug list.
4825 2014-07-13  Jim Meyering  <meyering@fb.com>
4827         [BZ 17150]
4828         regex: don't deref NULL upon heap allocation failure
4829         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4830         failure in one more place.
4831         To trigger the segfault, configure grep -with-included-regex,
4832         build it, and run these commands:
4833         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4835 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4837         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4839 2014-07-11  Richard Henderson  <rth@redhat.com>
4841         * sysdeps/aarch64/libm-test-ulps: Update.
4843 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4845         [BZ #17135]
4846         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4847         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4848         (__nptl_setxid): Initialize error member.  Call
4849         __nptl_setxid_error.
4850         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4851         * nptl/descr.h (struct xid_command): Add error member.
4852         * nptl/tst-setuid3.c: New file.
4853         * nptl/Makefile (tests): Add it.
4855 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4857         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4858         New define.
4859         (__lll_trylock): Use __lll_base_trylock.
4860         (__lll_cond_trylock): Likewise.
4862 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4864         * nptl/pthread_create.c (start_thread): Use atomic_or and
4865         lll_futex_wake directly rather than lll_robust_dead.
4866         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4867         (lll_robust_dead): Macro removed.
4868         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4869         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4870         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4871         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4872         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4873         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4874         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4875         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4876         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4877         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4878         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4879         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4880         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4881         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4882         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4884         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4885         Use atomic_compare_and_exchange_val_acq directly rather than
4886         lll_robust_trylock.
4887         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4888         (__lll_robust_trylock, lll_robust_trylock): Removed.
4889         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4890         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4891         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4892         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4893         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4894         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4895         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4896         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4897         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4898         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4899         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4900         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4901         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4902         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4904 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4906         * manual/locale.texi (Locale Names): New section documenting
4907         locale name syntax.  Adjust menu and node chaining accordingly.
4908         (Choosing Locale): Reference Locale Names, Locale Categories.
4909         Mention setting LC_ALL=C.  Reflect that name syntax is now
4910         documented.
4911         (Locale Categories): New section title.  Reference Locale Names.
4912         LC_ALL is an environment variable, but not a category.
4913         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4914         description, now in Locale Name.  Reference that section.  Locale
4915         name syntax is now documented.
4917 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4919         [BZ #17137]
4920         * locale/findlocale.c (name_present, valid_locale_name): New
4921         functions.
4922         (_nl_find_locale): Use the loc_name variable to store name
4923         candidates.  Call name_present and valid_locale_name to check and
4924         validate locale names.  Return an error if the locale is invalid.
4926 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4928         * locale/setlocale.c (setlocale): Use strdup for allocating
4929         composite name copy.
4931 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4933         Sync up with gnulib.
4934         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4935         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4936         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4937         and _GL_ARG_NONNULL.
4938         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4939         [!_LIBC]: Include code for Windows and Cygwin.
4940         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4941         Include prototype for int strerror_r.
4942         [!_LIBC] (is_open): New function.
4943         (flush_stdout): New function.
4944         (print_errno_message): Use it.
4945         (error): Likewise.
4946         (error_at_line): Likewise.
4947         (error_tail) Add function attribute macros.  Use
4948         __builtin_expect.
4950         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4952         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4954         * io/ftw.c: Include sys/param.h unconditionally.
4956         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4958         [BZ #17125]
4959         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4960         libc_freeres_ptr.
4961         (freecache): New function to free CACHE on exit.
4963         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4964         initialization.
4966 2014-07-09  David S. Miller  <davem@davemloft.net>
4968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4970         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4971         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4972         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4973         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4974         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4975         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4976         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4977         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4978         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4979         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4980         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4981         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4982         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4984 2014-07-09  Andreas Schwab  <schwab@suse.de>
4986         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4987         output.
4988         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4989         (do_test): Likewise.
4991         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4993 2014-07-09  Will Newton  <will.newton@linaro.org>
4995         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4996         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4997         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4998         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4999         * sysdeps/hppa/start.S (_start): Likewise.
5001 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5003         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5005         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5006         defined.
5008 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5010         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5011         after checking that it is non-NULL.
5013         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5015 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5017         * sysdeps/powerpc/memmove.c: Remove file.
5018         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5019         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5020         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5021         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5022         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5023         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5024         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5025         string memmove instead of removed powerpc one.
5027         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5028         [weak_alias]: Fix compiler warning due trailing data.
5029         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5030         [weak_alias]: Likewise.
5031         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5032         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5034         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5035         (__libc_ifunc_impl_list): Add memmove functions.
5037 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5039         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5040         Remove code.
5041         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5042         Likewise
5043         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5044         Likewise
5045         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5046         Likewise
5047         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5048         Likewise
5049         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5050         Likewise
5051         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5052         Likewise
5053         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5054         Likewise
5055         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5056         Likewise
5057         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5058         Likewise
5059         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5060         Likewise
5061         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5062         Likewise
5063         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5064         Likewise
5065         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5066         Likewise
5067         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5068         Likewise
5069         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5070         Likewise
5071         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5072         Likewise
5074 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5076         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5077         to avoid alignment traps in non-cacheable memory.
5078         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5080         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5081         multiarch objects.
5082         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5083         file: multiarch power7 memmove.
5084         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5085         multiarch default memmove.
5086         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5087         multiarch memove for powerpc32/power4.
5089         * string/bcopy.c: Use full path to include memmove.c.
5090         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5091         multiarch objects.
5092         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5093         bcopy for powerpc64.
5094         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5095         bcopy for powerpc64.
5096         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5097         and memmove implementations.
5098         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5099         optimized multiarch memmove for POWER7/powerpc64.
5100         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5101         default multiarch memmove for powerpc64.
5102         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5103         multiarch for powerpc64.
5104         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5105         for POWER7/powerpc64.
5106         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5107         memmove for POWER7/powerpc64.
5109         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5110         glibc default one.
5112         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5113         __ELF_NATIVE_CLASS equal to 64.
5115 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5117         * sysdeps/nptl/lowlevellock.h: File removed.
5119         * NEWS: NPTL is no longer an add-on!
5120         * nptl/internaltypes.h: Moved ...
5121         * sysdeps/nptl/internaltypes.h: ... here.
5122         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5123         * sysdeps/nptl/fork.c: Likewise.
5124         * sysdeps/nptl/gai_misc.h: Likewise.
5125         * sysdeps/nptl/librt-cancellation.c: Likewise.
5126         * sysdeps/nptl/jmp-unwind.c: Likewise.
5127         * sysdeps/nptl/setxid.h: Likewise.
5128         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5129         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5130         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5131         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5132         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5133         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5134         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5135         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5136         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5137         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5138         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5139         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5140         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5141         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5142         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5143         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5144         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5145         * nptl/Makeconfig: Moved ...
5146         * sysdeps/nptl/Makeconfig: ... here.
5147         * nptl/configure: File removed.
5148         * nptl/ANNOUNCE: File removed.
5149         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5150         * sysdeps/unix/sysv/linux/configure: Regenerated.
5152         * nptl/Makefile (routines): Add libc_pthread_init,
5153         libc_multiple_threads, register-atfork and unregister-atfork.
5154         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5155         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5156         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5157         pthread-pi-defines.sym, structsem.sym.
5158         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5159         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5160         [$(subdir) = nptl] (tests): Add tst-setgetname.
5161         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5162         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5163         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5164         [!LIBC_SIGACTION]: Remove aliases.
5165         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5166         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5167         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5168         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5169         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5170         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5171         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5172         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5173         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5174         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5175         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5176         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5177         __libc_allocate_rtsig_private.
5178         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5179         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5180         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5181         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5182         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5183         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5184         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5185         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5186         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5187         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5188         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5189         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5190         * nptl/internaltypes.h: ... here.
5191         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5192         * sysdeps/nptl/jmp-unwind.c: ... here.
5193         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5194         * nptl/libc-lowlevellock.c: ... here.
5195         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5196         * nptl/libc_multiple_threads.c: ... here.
5197         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5198         * nptl/libc_pthread_init.c: ... here.
5199         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5200         * nptl/lowlevelbarrier.sym: ... here.
5201         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5202         * nptl/lowlevelcond.sym: ... here.
5203         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5204         * nptl/lowlevellock.c: ... here.
5205         * nptl/lowlevellock.h: Moved ...
5206         * sysdeps/nptl/lowlevellock.h: ... here.
5207         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5208         * nptl/lowlevelrobustlock.c: ... here.
5209         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5210         * nptl/lowlevelrobustlock.sym: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5212         * nptl/lowlevelrwlock.sym: ... here.
5213         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5214         * nptl/pt-fork.c: ... here.
5215         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5216         * nptl/pthread-pi-defines.sym: ... here.
5217         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5218         * nptl/pthread_attr_getaffinity.c: ... here.
5219         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5220         * nptl/pthread_attr_setaffinity.c: ... here.
5221         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5222         * nptl/pthread_mutex_cond_lock.c: ... here.
5223         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5224         Update #include.
5225         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5226         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5227         * nptl/pthread_once.c: ... here, replacing old file.
5228         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5229         * nptl/pthread_yield.c: ... here.
5230         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5231         * nptl/register-atfork.c: ... here.
5232         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5233         * nptl/sem_post.c: ... here.
5234         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5235         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5236         * nptl/sem_timedwait.c: ... here.
5237         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5238         * nptl/sem_trywait.c: ... here.
5239         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5240         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5241         * nptl/sem_wait.c: ... here.
5242         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5243         * nptl/structsem.sym: ... here.
5244         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5245         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5246         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5247         * nptl/unregister-atfork.c: ... here.
5248         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5249         * nptl/unwindbuf.sym: ... here.
5250         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5251         * sysdeps/nptl/fork.c: ... here.
5252         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5253         * sysdeps/nptl/fork.h: ... here.
5254         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5255         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5256         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5257         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5258         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5259         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5260         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5261         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5262         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5263         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5264         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5265         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5266         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5267         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5268         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5269         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5270         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5271         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5272         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5273         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5274         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5275         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5276         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5277         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5278         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5279         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5280         * sysdeps/unix/sysv/linux/raise.c: ... here.
5281         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5282         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5283         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5284         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5285         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5286         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5287         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5288         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5289         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5290         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5291         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5292         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5293         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5294         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5295         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5297 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5299         * sysdeps/generic/memcopy.h: Add comment for
5300         MEMCPY_OK_FOR_FWD_MEMMOVE.
5302 2014-07-04  Will Newton  <will.newton@linaro.org>
5304         * string/memchr.c: Merge from gnulib.
5305         [_LIBC]: Remove conditionals.
5306         (__ptr_t): Remove define.
5307         (LONG_MAX_32_BITS): Likewise.
5308         (LONG_MAX): Likewise.
5309         (MEMCHR): Use ANSI prototype and optimize algorithm.
5311         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5313 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5315         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5316         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5318         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5319         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5320         in a bare environment with no <stdlib.h> installed.
5321         * sysdeps/nptl/configure: Regenerated.
5323         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5325         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5326         AC_EGREP_CPP for kernel header checks, so they only succeed if
5327         including <linux/version.h> actually works right.
5328         * sysdeps/unix/sysv/linux/configure: Regenerated.
5330         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5331         value so it's not diagnosed as unused.
5333         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5334         thing) with "ifeq ($(subdir),rt)".
5336 2014-07-03  Richard Henderson  <rth@redhat.com>
5338         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5339         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5340         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5342         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5343         (math_force_eval): New.
5345         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5346         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5348         * sysdeps/alpha/fpu/s_round.c: Remove file.
5349         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5351         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5352         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5353         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5354         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5355         (_dl_start, print_statistics): Likewise.
5356         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5357         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5359         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5360         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5361         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5362         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5363         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5364         (HP_SMALL_TIMING_AVAIL): Define.
5365         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5366         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5367         (HP_SMALL_TIMING_AVAIL): Define.
5368         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5369         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5371         * sysdeps/aarch64/hp-timing.h: New file.
5373         * sysdeps/generic/hp-timing.h: Remove dead comment.
5374         * sysdeps/generic/hp-timing-common.h: New file.
5375         * sysdeps/alpha/hp-timing.h: Include it.
5376         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5377         * sysdeps/i386/i686/hp-timing.h: Likewise.
5378         * sysdeps/ia64/hp-timing.h: Likewise.
5379         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5380         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5381         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5382         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5383         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5384         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5385         (hp_timing_t): New.
5387         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5388         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5389         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5390         * elf/rtld.c (_dl_start_final): Likewise.
5391         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5392         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5393         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5394         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5395         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5396         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5397         (HP_TIMING_DIFF_INIT): Remove.
5398         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5399         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5400         (HP_TIMING_DIFF_INIT): Remove.
5401         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5402         * sysdeps/i386/i686/hp-timing.c: Remove file.
5403         * sysdeps/x86_64/hp-timing.c: Remove file.
5404         * sysdeps/ia64/hp-timing.c: Remove file.
5405         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5406         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5407         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5408         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5410         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5411         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5412         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5413         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5414         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5415         (HP_TIMING_ACCUM): Remove.
5416         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5417         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5418         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5420         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5421         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5422         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5423         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5424         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5425         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5426         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5427         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5429         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5431 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5433         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5435 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5437         Sync up with gettext.
5438         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5439         [_MSC_VER]: Include malloc.h
5440         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5441         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5442         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5443         TEMP_FAILURE_RETRY.  Cast return of alloca.
5444         [!_LIBC] Call gl_rwlock_init.
5445         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5447 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5449         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5450         before checking its value.
5452 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5454         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5456         * debug/memcpy_chk.c: Don't include pagecopy.h.
5457         * debug/mempcpy_chk.c: Likewise.
5458         * string/memcpy.c: Likewise.
5459         * string/memmove.c: Likewise.
5460         * sysdeps/powerpc/memmove.c: Likewise.
5461         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5462         definition of PAGE_COPY_FWD_MAYBE here...
5463         * sysdeps/generic/pagecopy.h: ... from here.
5464         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5466 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5467             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5469         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5470         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5471         optimizations.
5472         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5473         (__libc_ifunc_impl_list): Likewise.
5474         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5475         multiarch strcat for PPC64.
5476         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5477         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5479 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5481         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5483 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5485         * intl/loadmsgcat.c: Remove declaration of
5486         get_sysdep_segment_value.
5487         (get_sysdep_segment_value): Use ISO C style.
5488         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5489         semicolon.  Fix typo and formatting in comment.
5490         (_nl_unload_domain): Use ISO C style.
5492         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5494 2014-07-02  Will Newton  <will.newton@linaro.org>
5496         * malloc/obstack.c: Merge from gnulib master.
5497         [HAVE_CONFIG_H]: Remove conditional code.
5498         [!_LIBC]: Include config.h.
5499         [!ELIDE_CODE]: Don't include inttypes.h, include
5500         stdint.h unconditionally.
5501         (print_and_abort): Mark as _Noreturn.
5502         (_obstack_allocated_p): Mark as __attribute_pure__.
5503         (obstack_free): Rename to __obstack_free.
5504         [!__attribute__]: Remove conditional code.
5505         * malloc/obstack.h: Merge from gnulib master.
5506         [__cplusplus]: Move conditional down.
5507         [!__attribute_pure__]: Define __attribute_pure__ here
5508         if it is not already defined.
5509         (_obstack_memory_used): Mark as __attribute_pure__.
5510         [!__obstack_free]: Define as obstack_free.
5511         [__GNUC__]: Remove check for ancient NeXT gcc.
5513 2014-07-02  Will Newton  <will.newton@linaro.org>
5514             Paul Eggert  <eggert@cs.ucla.edu>
5516         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5518 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5520         * resolv/gethnamaddr.c: Add comment warning that the file is
5521         not maintained.
5523 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5525         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5526         entries.
5528         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5529         entry for aio_cancel and aio_cancel64.
5530         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5531         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5532         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5533         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5534         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5535         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5536         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5537         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5538         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5539         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5540         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5541         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5542         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5544 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5546         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5547         * nptl/pthread_mutex_lock.c: Likewise.
5548         * nptl/pthread_mutex_timedlock.c: Likewise.
5549         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5551 2014-07-01  Richard henderson  <rth@redhat.com>
5553         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5554         (__isnan, __isnanl): Remove.
5555         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5557         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5559 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5561         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5563 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5565         * resolv/nss_dns/dns-host.c (getanswer_r)
5566         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5568 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5570         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5571         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5572         undefine.
5573         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5574         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5576 2014-07-01  Roland McGrath <roland@hack.frob.com>
5578         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5579         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5581         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5582         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5584         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5585         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5586         ... here.
5587         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5588         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5590         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5591         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5592         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5593         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5595         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5596         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5597         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5598         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5599         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5600         Moved ...
5601         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5602         ... here.
5603         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5604         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5605         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5606         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5607         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5608         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5609         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5610         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5611         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5612         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5613         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5614         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5615         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5616         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5617         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5618         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5619         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5620         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5621         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5622         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5623         ... here.
5624         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5625         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5626         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5627         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5628         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5629         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5630         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5631         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5633 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5635         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5636         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5637         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5638         Add sysdep.
5640 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5642         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5644 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5646         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5647         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5649         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5651         * sysdeps/arm/libm-test-ulps: Regenerated.
5653 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5654             Roland McGrath <roland@hack.frob.com>
5656         * test-skeleton.c (signal_handler): Kill the whole process group
5657         before killing the child individually.
5658         (main): Report any failure on `setpgid'.
5660 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5662         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5663         from _TLS_H to _ARM_NPTL_TLS_H.
5664         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5665         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5667 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5669         [BZ #16539]
5670         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5671         (__expm1l): Return argument unchanged when small but not
5672         subnormal.
5674         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5675         include macro name.
5676         (_FP_UNPACK_RAW_1_P): Likewise.
5677         (_FP_PACK_RAW_1): Likewise.
5678         (_FP_PACK_RAW_1_P): Likewise.
5679         (_FP_MUL_MEAT_1_wide): Likewise.
5680         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5681         (_FP_MUL_MEAT_1_hard): Likewise.
5682         (_FP_DIV_MEAT_1_imm): Likewise.
5683         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5684         (_FP_DIV_MEAT_1_udiv): Likewise.
5685         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5686         (_FP_UNPACK_RAW_2): Likewise.
5687         (_FP_UNPACK_RAW_2_P): Likewise.
5688         (_FP_PACK_RAW_2): Likewise.
5689         (_FP_PACK_RAW_2_P): Likewise.
5690         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5691         (_FP_MUL_MEAT_2_wide): Likewise.
5692         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5693         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5694         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5695         (_FP_MUL_MEAT_2_gmp): Likewise.
5696         (_FP_DIV_MEAT_2_udiv): Likewise.
5697         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5698         (_FP_FRAC_SRL_4): Likewise.
5699         (_FP_FRAC_SRST_4): Likewise.
5700         (_FP_FRAC_SRS_4): Likewise.
5701         (_FP_UNPACK_RAW_4): Likewise.
5702         (_FP_UNPACK_RAW_4_P): Likewise.
5703         (_FP_PACK_RAW_4): Likewise.
5704         (_FP_PACK_RAW_4_P): Likewise.
5705         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5706         (_FP_MUL_MEAT_4_wide): Likewise.
5707         (_FP_MUL_MEAT_4_gmp): Likewise.
5708         (umul_ppppmnnn): Likewise.
5709         (_FP_DIV_MEAT_4_udiv): Likewise.
5710         (__FP_FRAC_ADD_4): Likewise.
5711         (__FP_FRAC_SUB_3): Likewise.
5712         (__FP_FRAC_SUB_4): Likewise.
5713         (__FP_FRAC_DEC_3): Likewise.
5714         (__FP_FRAC_DEC_4): Likewise.
5715         (__FP_FRAC_ADDI_4): Likewise.
5716         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5717         (_FP_FRAC_SRL_8): Likewise.
5718         (_FP_FRAC_SRS_8): Likewise.
5720         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5721         include macro name.
5722         (FP_UNPACK_RAW_EP): Likewise.
5723         (FP_PACK_RAW_E): Likewise.
5724         (FP_PACK_RAW_EP): Likewise.
5725         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5726         (_FP_ISSIGNAN): Likewise.
5727         (_FP_ADD_INTERNAL): Likewise.
5728         (_FP_FMA): Likewise.
5729         (_FP_CMP): Likewise.
5730         (_FP_SQRT): Likewise.
5731         (_FP_TO_INT): Likewise.
5732         (_FP_FROM_INT): Likewise.
5733         (FP_EXTEND): Likewise.
5734         (_FP_DIV_MEAT_N_loop): Likewise.
5736 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5738         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5739         throughout.
5741 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5743         [BZ #17097]
5744         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5745         result with correct sign in case of exponents that produce
5746         overflow except for X very close to 1.
5748 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5750         mktime: merge #if/#ifdef usage from glibc
5751         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5752         as that works with both Glibc's and Gnulib's style.
5753         See thread starting at Siddhesh Poyarekar's bug report at:
5754         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5756 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5758         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5759         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5760         * sysdeps/tile/tilegx/memmove.c: Remove file.
5762 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5764         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5765         abi-name definition.
5766         * scripts/soversions.awk: Do not handle or generate ABI lines.
5767         * shlib-versions: Remove ABI entries.
5768         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5769         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5771 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5773         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5774         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5775         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5776         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5778         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5779         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5780         Moved ...
5781         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5782         ... here.
5783         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5784         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5785         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5786         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5787         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5788         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5789         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5790         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5791         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5792         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5793         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5794         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5795         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5796         Moved ...
5797         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5798         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5799         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5800         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5801         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5802         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5803         Moved ...
5804         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5805         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5806         Moved ...
5807         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5808         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5809         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5811         Moved ...
5812         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5813         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5814         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5815         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5816         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5818         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5819         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5820         Moved ...
5821         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5822         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5823         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5824         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5825         Moved ...
5826         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5827         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5828         Moved ...
5829         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5830         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5831         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5832         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5833         Moved ...
5834         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5835         ... here.
5836         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5837         Identical file removed.
5838         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5839         Moved ...
5840         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5841         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5842         Identical file removed.
5843         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5844         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5845         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5846         Moved ...
5847         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5849         Identical file removed.
5850         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5851         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5852         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5853         Identical file removed.
5854         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5855         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5856         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5857         Identical file removed.
5858         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5859         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5860         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5861         Identical file removed.
5862         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5863         Moved ...
5864         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5865         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5866         Identical file removed.
5867         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5868         Moved ...
5869         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5870         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5871         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5872         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5873         Identical file removed.
5874         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5875         Moved ...
5876         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5877         ... here.
5878         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5879         Identical file removed.
5880         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5881         Moved ...
5882         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5884         Identical file removed.
5885         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5886         Moved ...
5887         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5888         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5889         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5890         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5891         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5892         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5893         Moved ...
5894         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5895         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5896         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5898         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5899         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5900         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5901         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5902         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5904 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5906         [BZ #17092]
5907         * nscd/nscd.c (monitor_child): Return exit status of child
5908         instead of return value from wait syscall.
5910 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5912         * configure.ac (libc_commonpagesize): Remove variable.
5913         (libc_relro_required): Likewise.
5914         (libc_cv_z_relro): Remove configure test.
5915         * configure: Regenerated.
5916         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5917         variable.
5918         (libc_relro_required): Likewise.
5919         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5920         (libc_relro_required): Likewise.
5921         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5922         (libc_relro_required): Likewise.
5923         * sysdeps/arm/preconfigure: Regenerated.
5924         * sysdeps/ia64/preconfigure: Remove file.
5925         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5926         variable.
5927         (libc_relro_required): Likewise.
5929         [BZ #16561]
5930         [BZ #16562]
5931         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5932         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5933         recompute overflowing results in original rounding mode.
5934         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5935         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5936         recompute overflowing results in original rounding mode.
5937         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5938         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5939         recompute overflowing results in original rounding mode.
5940         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5941         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5942         recompute overflowing results in original rounding mode.
5943         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5944         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5945         recompute overflowing results in original rounding mode.
5946         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5947         (libc_feholdsetround_ctx): New macro.
5948         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5949         * sysdeps/i386/fpu/libm-test-ulps: Update.
5950         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5952 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5954         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5955         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5956         corresponding .cpsetup call.
5958 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5960         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5961         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5962         * sysdeps/arm/Makefile [$(subdir) = csu]
5963         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5964         (static-only-routines): Add aeabi_read_tp here.
5965         (shared-only-routines): Add libc-aeabi_read_tp here.
5966         (CFLAGS-libc-start.c): Add -fexceptions here.
5967         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5968         (sysdep_routines, static-only-routines, shared-only-routines):
5969         Don't add to these here.
5970         (CFLAGS-libc-start.c): Likewise.
5972         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5973         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5974         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5975         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5976         * sysdeps/arm/Makefile [$(subdir) = rt]
5977         (librt-sysdep_routines, librt-shared-only-routines):
5978         Append rt-aeabi_unwind_cpp_pr1 here.
5979         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5980         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5981         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5982         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5983         Append nptl-aeabi_unwind_cpp_pr1 here.
5984         (tests): Filter out tst-cleanupx4 here.
5985         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5986         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5987         Don't do those here.
5989 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5991         * scripts/list-sources.sh: Do not handle ports specially.
5993 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5995         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5996         * sysdeps/arm/feupdateenv.c: Likewise.
5998         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6000 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6002         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6003         trailing whitespace removed.
6004         * scripts/config.guess: Update to version 2014-03-23.
6005         * scripts/config.sub: Update to version 2014-05-01
6006         * scripts/install-sh: Update to version 2013-12-25.23.
6007         * scripts/move-if-change: Update from gnulib.
6009 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6011         * debug/memmove_chk.c: Remove pagecopy.h include.
6013 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6015         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6016         identical to gnulib mktime.
6018 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6020         * configure.ac: Do not test for machine being rs6000.  Do not test
6021         for powerpc*-*soft.
6022         * configure: Regenerated.
6024         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6025         test.
6026         * configure: Regenerated.
6027         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6028         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6029         Remove configure test.
6030         * sysdeps/arm/configure: Regenerated.
6031         * sysdeps/nptl/configure.ac: Do not check
6032         libc_cv_asm_cfi_directives.
6033         * sysdeps/nptl/configure: Regenerated.
6034         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6035         * sysdeps/x86_64/nptl/configure: Remove generated file.
6036         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6037         unconditional.
6038         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6040 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6042         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6043         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6044         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6045         it is defined.
6047         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6048         instead of whether it is defined.
6049         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6050         * sysdeps/hppa/dl-machine.h: Likewise.
6051         * sysdeps/ia64/dl-machine.h: Likewise.
6052         * sysdeps/m68k/dl-machine.h: Likewise.
6053         * sysdeps/microblaze/dl-machine.h: Likewise.
6054         * sysdeps/mips/dl-machine.: Likewise.
6055         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6056         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6057         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6058         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6059         * sysdeps/sh/dl-machine.h: Likewise.
6060         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6061         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6062         * sysdeps/tile/dl-machine.h: Likewise.
6063         * sysdeps/x86_64/dl-machine.h: Likewise.
6065         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6066         code.
6067         (verify_persistent_db): Likewise.
6069 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6071         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6072         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6074         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6075         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6076         Moved ...
6077         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6078         ... here.
6079         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6080         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6082         Identical file removed.
6083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6084         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6086         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6088         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6090         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6092         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6094         Moved ...
6095         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6097         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6098         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6099         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6101         Moved ...
6102         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6104         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6106         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6107         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6108         Identical file removed.
6109         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6110         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6111         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6112         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6113         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6114         Moved ...
6115         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6116         ... here.
6117         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6118         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6120         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6122         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6124         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6125         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6126         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6128         Moved ...
6129         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6131         Moved ...
6132         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6134         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6136         Moved ...
6137         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6141         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6142         folded into ...
6143         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6144         * sysdeps/unix/sysv/linux/s390/Versions
6145         (libpthread: GLIBC_2.19): New version set.
6146         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6147         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6148         (librt: GLIBC_2.3.3): New version set.
6149         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6150         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6151         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6152         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6153         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6154         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6155         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6156         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6157         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6158         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6159         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6160         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6161         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6162         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6163         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6164         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6165         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6166         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6167         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6168         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6169         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6170         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6171         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6172         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6173         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6174         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6175         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6176         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6177         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6178         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6179         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6180         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6181         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6182         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6183         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6184         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6185         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6186         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6187         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6188         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6189         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6190         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6191         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6192         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6193         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6195         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6196         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6197         (__libc_vfork): Define the function under this name.
6198         [!NOT_IN_libc] (__vfork): Make this an alias.
6199         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6200         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6201         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6202         (__libc_vfork): Define the function under this name.
6203         [!NOT_IN_libc] (__vfork): Make this an alias.
6204         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6205         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6206         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6207         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6208         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6209         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6211         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6212         code that was previously under [RESET_PID].
6213         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6214         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6215         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6217         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6218         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6219         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6220         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6221         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6222         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6223         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6224         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6225         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6226         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6227         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6228         Moved ...
6229         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6230         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6231         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6232         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6233         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6235         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6239         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6241         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6242         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6243         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6244         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6245         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6246         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6247         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6248         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6249         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6250         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6251         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6252         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6253         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6254         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6255         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6256         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6257         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6259 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6261         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6262         that was previously under [RESET_PID].
6263         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6265 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6267         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6268         not undefine and redefine.
6269         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6270         [O_CLOEXEC]: Make code unconditional.
6271         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6272         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6273         <kernel-features.h>.
6274         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6275         conditional variable definition.
6276         (shm_open) [O_CLOEXEC]: Make code unconditional.
6277         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6278         code.
6280         * configure.ac (USE_REGPARMS): Don't define here.
6281         * configure: Regenerated.
6282         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6283         * sysdeps/i386/configure: Regenerated.
6285         * nptl/createthread.c: Don't include kernel-features.h.
6286         * nptl/pthread_cancel.c: Likewise.
6287         * nptl/pthread_condattr_setclock.c: Likewise.
6288         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6289         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6290         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6291         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6292         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6293         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6294         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6295         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6296         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6297         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6298         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6299         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6300         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6301         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6302         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6303         * nscd/gai.c: Likewise.
6304         * nss/nss_db/db-open.c: Likewise.
6305         * sysdeps/generic/ldsodefs.h: Likewise.
6306         * sysdeps/sh/nptl/tls.h: Likewise.
6307         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6308         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6309         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6310         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6311         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6312         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6313         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6314         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6315         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6316         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6317         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6318         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6319         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6320         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6321         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6322         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6323         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6324         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6325         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6326         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6327         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6328         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6329         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6330         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6331         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6332         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6333         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6334         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6335         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6336         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6337         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6338         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6339         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6340         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6341         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6342         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6343         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6344         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6345         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6346         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6347         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6348         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6349         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6350         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6351         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6352         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6353         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6354         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6355         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6356         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6357         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6358         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6359         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6360         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6361         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6362         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6363         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6364         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6387         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6388         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6389         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6390         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6391         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6392         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6393         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6394         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6395         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6396         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6397         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6398         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6399         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6400         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6401         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6402         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6403         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6404         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6405         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6406         * sysdeps/unix/sysv/linux/system.c: Likewise.
6407         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6408         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6409         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6410         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6411         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6412         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6413         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6415         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6416         * configure: Regenerated.
6417         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6419         * configure.ac (base_machine): Do not set specially for particular
6420         machines here.
6421         * configure: Regenerated.
6422         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6423         settings from configure.ac.
6424         * sysdeps/i386/preconfigure: New file.
6425         * sysdeps/s390/preconfigure: Likewise.
6426         * sysdeps/sh/preconfigure: Likewise.
6427         * sysdeps/sparc/preconfigure: Likewise.
6429 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6431         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6432         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6433         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6434         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6435         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6436         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6437         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6438         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6439         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6440         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6441         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6442         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6443         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6444         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6445         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6446         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6447         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6448         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6449         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6451         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6452         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6453         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6454         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6455         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6456         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6457         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6458         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6459         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6460         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6461         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6462         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6463         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6464         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6465         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6466         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6467         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6468         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6469         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6470         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6471         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6472         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6473         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6474         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6475         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6476         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6477         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6478         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6479         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6480         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6481         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6482         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6483         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6484         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6485         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6486         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6487         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6488         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6491         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6495         Moved ...
6496         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6497         ... here.
6498         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6503         Moved ...
6504         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6506         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6508         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6510         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6512         Moved ...
6513         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6515         Moved ...
6516         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6518         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6520         Moved ...
6521         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6522         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6523         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6525         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6526         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6527         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6529         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6531         Moved ...
6532         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6533         ... here.
6534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6535         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6536         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6537         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6538         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6539         Moved ...
6540         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6542         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6544         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6546         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6547         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6548         Moved ...
6549         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6551         Moved ...
6552         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6554         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6555         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6556         Moved ...
6557         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6558         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6559         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6561         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6563 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6565         * timezone/checktab.awk: Update from tzcode 2014e.
6566         * timezone/private.h: Likewise.
6567         * timezone/tzfile.h: Likewise.
6568         * timezone/zdump.c: Likewise.
6569         * timezone/zic.c: Likewise.
6571         * sysdeps/unix/sysv/linux/kernel-features.h
6572         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6573         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6574         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6575         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6576         Remove conditional code.
6578 2014-06-25  Will Newton  <will.newton@linaro.org>
6580         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6581         (_dl_arm_cap_flags): Add HWCAP2 values.
6582         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6583         (_DL_HWCAP_COUNT): Increase to 37.
6584         (_DL_HWCAP_LAST): New define.
6585         (_DL_HWCAP2_LAST): New define.
6586         (_dl_procinfo): Add support for printing
6587         AT_HWCAP2 entries.
6588         (_dl_string_hwcap): Use _dl_hwcap_string.
6590 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6594 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6596         * README: Do not mention ports directory.
6598         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6599         Remove macro.
6600         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6601         <kernel-features.h>.
6602         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6603         conditional variable definition.
6604         (__futimes): Update comment.
6605         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6606         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6608         [BZ #16560]
6609         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6610         arguments close to 0.
6611         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6612         Likewise.
6613         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6614         Likewise.
6615         * math/auto-libm-test-in: Add more tests of exp10.
6616         * math/auto-libm-test-out: Regenerated.
6617         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6619         * sysdeps/unix/sysv/linux/kernel-features.h
6620         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6621         * sysdeps/unix/sysv/linux/readv.c: Do not include
6622         <kernel-features.h>.
6623         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6624         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6625         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6626         unconditional.
6627         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6628         conditional code.
6629         * sysdeps/unix/sysv/linux/writev.c: Do not include
6630         <kernel-features.h>.
6631         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6632         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6633         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6634         unconditional.
6635         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6636         conditional code.
6638 2014-06-25  Will Newton  <will.newton@linaro.org>
6640         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6641         comment changes throughout the file.  Remove checks
6642         for HAVE_*_H definitions that are not required.
6643         (__gen_tempname): Call abort if an unknown kind value is
6644         passed.
6646 2014-06-25  Andreas Schwab  <schwab@suse.de>
6648         [BZ #17086]
6649         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6650         scalbln, scalblnf, scalblnl in libc.
6652 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6654         [BZ #17086]
6655         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6656         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6657         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6659 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6661         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6662         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6663         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6664         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6665         Update #include.
6666         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6667         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6668         Update #include.
6669         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6670         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6671         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6672         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6673         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6674         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6675         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6676         * sysdeps/x86/bits/semaphore.h: ... here.
6677         * sysdeps/x86/nptl/elide.h: Moved ...
6678         * sysdeps/x86/elide.h: ... here.
6679         * sysdeps/x86_64/nptl/Implies: File removed.
6680         * sysdeps/i386/nptl/Implies: File removed.
6682 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6684         [BZ #16539]
6685         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6686         return the argument for normal arguments with exponent below -64.
6687         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6688         Likewise.
6689         * math/auto-libm-test-in: Add another test of expm1.
6690         * math/auto-libm-test-out: Regenerated.
6692         [BZ #16287]
6693         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6694         calling __erfcl for arguments at least 16.
6695         * math/auto-libm-test-in: Add more tests of erf.
6696         * math/auto-libm-test-out: Regenerated.
6698         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6699         individual architectures.
6700         * sysdeps/unix/sysv/linux/configure: Regenerated.
6701         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6702         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6703         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6704         (ldd_rewrite_script): Define variable.
6705         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6707         file.
6708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6709         generated file.
6710         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6711         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6712         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6713         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6714         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6715         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6716         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6717         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6719 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6721         [BZ #17084]
6722         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6723         Rename member __data.d to __data.__elision_data.
6725 2014-06-24  Wilco  <wdijkstr@arm.com>
6727         * NEWS: Add 16918 to fixed bug list.
6729 2014-06-24  Wilco  <wdijkstr@arm.com>
6731         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6733 2014-06-24  Wilco  <wdijkstr@arm.com>
6735         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6736         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6737         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6738         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6739         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6740         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6741         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6742         Use _FPU_MASK_RM.
6744 2014-06-24  Wilco  <wdijkstr@arm.com>
6746         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6748 2014-06-24  Wilco  <wdijkstr@arm.com>
6750         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6751         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6752         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6753         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6755 2014-06-24  Wilco  <wdijkstr@arm.com>
6757         [BZ #16918]
6758         * sysdeps/arm/feupdateenv.c (feupdateenv):
6759         Rewrite to reduce FPSCR accesses and fix return value.
6761 2014-06-24  Wilco  <wdijkstr@arm.com>
6763         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6764         Optimize to avoid unnecessary FPSCR writes.
6765         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6766         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6767         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6768         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6770 2014-06-24  Wilco  <wdijkstr@arm.com>
6772         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6773         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6774         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6775         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6776         Call libc_fetestexcept_vfp.
6777         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6778         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6779         __SOFTFP__ ifdef so that they can be built for softfp.
6781 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6783         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6784         argument type signed char.
6786         * Makerules (check-abi): Dump diff of symlist if the test
6787         fails.
6789 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6791         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6792         using abort.
6794         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6795         Remove unused variable ST.
6797 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6799         [BZ #16354]
6800         [BZ #17061]
6801         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6802         small arguments before calling __expm1.
6803         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6804         small arguments before calling __expm1f.
6805         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6806         small arguments before calling __expm1l.
6807         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6808         Likewise.
6809         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6810         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6811         spurious underflow for some cosh tests.
6812         * math/auto-libm-test-out: Regenerated.
6813         * sysdeps/i386/fpu/libm-test-ulps: Update.
6815         [BZ #17050]
6816         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6817         (__ieee754_y1): Set errno if return value overflows.
6818         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6819         (__ieee754_y1f): Set errno if return value overflows.
6820         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6821         (__ieee754_y1l): Set errno if return value overflows.
6822         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6823         (__ieee754_y1l): Set errno if return value overflows.
6824         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6825         * math/auto-libm-test-out: Regenerated.
6827         * math/gen-auto-libm-tests.c: Document use of
6828         ignore-zero-inf-sign.
6829         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6830         (input_flags): Add ignore-zero-inf-sign.
6831         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6832         * math/gen-libm-test.pl (generate_testfile): Handle
6833         ignore-zero-inf-sign.
6834         * math/auto-libm-test-in: Mark some cpow tests with
6835         ignore-zero-inf-sign and some with xfail-rounding.
6836         * math/auto-libm-test-out: Regenerated.
6837         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6838         * sysdeps/i386/fpu/libm-test-ulps: Update.
6839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6841         [BZ #16315]
6842         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6843         overflowing or underflowing operations take place with sign of
6844         result.
6845         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6846         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6847         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6848         (__ieee754_pow): Recompute overflowing and underflowing results in
6849         original rounding mode.
6850         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6851         (__powl_helper): Allow negative argument X and scale negated value
6852         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6853         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6854         overflowing or underflowing operations take place with sign of
6855         result.
6856         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6857         Include <math.h>.
6858         * math/auto-libm-test-in: Add more tests of pow.
6859         * math/auto-libm-test-out: Regenerated.
6860         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6861         (pow_tonearest_test_data): Remove.
6862         (pow_test_tonearest): Likewise.
6863         (pow_towardzero_test_data): Likewise.
6864         (pow_test_towardzero): Likewise.
6865         (pow_downward_test_data): Likewise.
6866         (pow_test_downward): Likewise.
6867         (pow_upward_test_data): Likewise.
6868         (pow_test_upward): Likewise.
6869         (main): Don't call removed functions.
6870         * sysdeps/i386/fpu/libm-test-ulps: Update.
6871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6873 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6876         Moved ...
6877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6879         Moved ...
6880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6885         Moved ...
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6888         File removed.
6889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6890         File removed.
6891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6892         File removed.
6893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6894         File removed.
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6896         File removed.
6897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6898         File removed.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6900         File removed.
6901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6902         File removed.
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6904         File removed.
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6906         File removed.
6907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6908         File removed.
6909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6910         File removed.
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6912         Moved ...
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6915         Moved ...
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6917         ... here.
6918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6919         Moved ...
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6922         Moved ...
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6928         Moved ...
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6931         Moved ...
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6934         Moved ...
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6937         Moved ...
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6941         ... here.
6942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6943         Moved ...
6944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6946         Moved ...
6947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6948         ... here.
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6950         Moved ...
6951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6952         ... here.
6953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6954         Moved ...
6955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6956         ... here.
6957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6958         Moved ...
6959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6961         Moved ...
6962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6966         Moved ...
6967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6968         ... here.
6969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6970         Moved ...
6971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6972         ... here.
6973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6974         Moved ...
6975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6977         Moved ...
6978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6980         Moved ...
6981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6983         Moved ...
6984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6986         Moved ...
6987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6988         ... here.
6989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6990         Moved ...
6991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6993         Moved ...
6994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6996         Moved ...
6997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6999         Moved ...
7000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7004         Moved ...
7005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7007         Moved ...
7008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7010         Moved ...
7011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7012         ... here.
7013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7014         Moved ...
7015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7016         ... here.
7017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7018         Moved ...
7019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7020         ... here.
7021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7022         Moved ...
7023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7025         Moved ...
7026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7028         Moved ...
7029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7031         Moved ...
7032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7033         ... here.
7034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7035         Moved ...
7036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7037         ... here.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7039         Moved ...
7040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7041         ... here.
7042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7043         Moved ...
7044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7046         Moved ...
7047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7049 2014-06-23  Will Newton  <will.newton@linaro.org>
7050             Wilco  <wdijkstr@arm.com>
7052         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7053         implementation.  Include get-rounding-mode.h.
7054         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7055         [!libc_feholdsetround_noex_ctx]: Define
7056         libc_feholdsetround_noex_ctx.
7057         [!libc_feholdsetround_noexf_ctx]: Define
7058         libc_feholdsetround_noexf_ctx.
7059         [!libc_feholdsetround_noexl_ctx]: Define
7060         libc_feholdsetround_noexl_ctx.
7061         (libc_feholdsetround_ctx): New function.
7062         (libc_feresetround_ctx): New function.
7063         (libc_feholdsetround_noex_ctx): New function.
7064         (libc_feresetround_noex_ctx): New function.
7066 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7068         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7069         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7070         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7071         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7072         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7073         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7075         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7076         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7077         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7078         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7079         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7080         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7081         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7082         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7083         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7084         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7085         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7086         Moved ...
7087         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7088         ... here.
7089         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7090         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7091         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7092         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7093         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7094         Moved ...
7095         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7096         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7097         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7098         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7099         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7100         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7101         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7102         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7103         Moved ...
7104         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7105         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7106         Moved ...
7107         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7108         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7109         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7111         Moved ...
7112         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7113         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7114         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7115         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7116         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7117         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7118         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7119         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7120         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7121         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7122         Moved ...
7123         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7124         ... here.
7125         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7126         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7127         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7128         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7129         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7130         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7131         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7132         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7133         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7134         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7135         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7136         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7137         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7138         Moved ...
7139         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7140         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7141         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7142         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7143         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7144         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7145         Moved ...
7146         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7147         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7148         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7149         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7150         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7152         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7153         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7154         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7155         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7156         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7157         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7158         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7159         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7160         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7161         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7162         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7163         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7164         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7165         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7166         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7167         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7168         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7169         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7170         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7171         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7172         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7173         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7174         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7175         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7176         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7177         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7178         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7179         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7181 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7183         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7184         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7185         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7186         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7187         (IPV6_PMTUDISC_INTERFACE): Likewise.
7188         (IPV6_PMTUDISC_OMIT): Likewise.
7190 2014-06-23  Andreas Schwab  <schwab@suse.de>
7192         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7193         Remove unused errout label.
7195 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7197         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7198         macro: hardware supports Vector Crypto instructions.
7200 2014-06-23  Will Newton  <will.newton@linaro.org>
7202         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7203         rather than __builtin_expect.
7205         * elf/dl-lookup.c (undefined_msg): Remove variable.
7206         (_dl_lookup_symbol_x): Replace undefined_msg with string
7207         literal.
7209         * elf/dl-lookup.c (do_lookup_unique): New function.
7210         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7211         to a separate function.
7213 2014-06-23  Andreas Schwab  <schwab@suse.de>
7215         [BZ #17079]
7216         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7217         before reading the next line.
7219 2014-06-23  Will Newton  <will.newton@linaro.org>
7221         * test-skeleton.c (signal_handler): Use printf and %m
7222         rather than perror.  Use printf rather than fprintf to
7223         stderr.  Use puts rather than fputs to stderr.
7224         (main): Likewise.
7226 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7228         * nscd/nscd.c (thread_info_t): Remove typedef.
7229         (thread_info): Remove variable.
7231 2014-06-21  Allan McRae  <allan@archlinux.org>
7233         * NEWS: Mention CVE-2014-4043.
7235 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7237         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7238         * nptl/smp.h: ... here.
7240         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7242         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7243         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7244         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7245         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7247         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7248         * nptl/stack-aliasing.h: New file.
7249         * sysdeps/i386/i686/stack-aliasing.h: New file.
7250         * sysdeps/i386/i686/nptl/Makefile: File removed.
7251         * sysdeps/x86_64/stack-aliasing.h: New file.
7252         * sysdeps/x86_64/nptl/Makefile
7253         (CFLAGS-pthread_create.c): Variable removed.
7255         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7256         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7257         old file.
7258         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7259         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7260         old file.
7262 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7264         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7265         (__ASSUME_SIGFRAME_V2): Remove macro.
7266         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7267         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7268         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7269         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7270         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7271         Declare as function.  Remove conditional macro definitions.
7272         (__default_rt_sa_restorer): Likewise.
7273         (__default_sa_restorer_v1): Remove declaration.
7274         (__default_sa_restorer_v2): Likewise.
7275         (__default_rt_sa_restorer_v1): Likewise.
7276         (__default_rt_sa_restorer_v2): Likewise.
7277         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7278         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7279         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7281 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7283         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7284         (libpthread-routines): Add sysdep.
7285         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7286         * sysdeps/unix/sysv/linux/sparc/Versions
7287         (libpthread: GLIBC_2.3.3): New version set.
7288         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7289         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7290         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7291         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7292         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7293         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7294         Moved ...
7295         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7296         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7297         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7298         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7299         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7300         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7301         * sysdeps/sparc/nptl/sem_init.c: ... here.
7302         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7303         * sysdeps/sparc/nptl/sem_post.c: ... here.
7304         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7305         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7306         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7307         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7308         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7309         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7310         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7311         (libpthread-routines): Add cpu_relax.
7312         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7313         File removed.
7314         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7315         (librt: GLIBC_2.3.3): New version set.
7316         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7317         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7318         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7319         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7321         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7322         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7323         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7324         Moved ...
7325         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7326         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7327         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7329         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7330         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7331         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7332         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7333         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7334         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7335         Moved ...
7336         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7337         Update #include.
7338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7339         Moved ...
7340         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7341         Update #include.
7342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7343         Moved ...
7344         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7345         Update #include.
7346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7347         Moved ...
7348         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7349         Update #include.
7350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7351         Moved ...
7352         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7353         Update #include.
7354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7355         Moved ...
7356         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7357         Update #include.
7358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7359         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7361         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7363         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7364         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7365         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7366         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7367         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7368         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7369         Moved ...
7370         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7372         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7374         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7376 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7378         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7379         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7380         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7381         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7382         * nscd/nscd.c: Likewise.
7383         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7384         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7385         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7386         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7388         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7389         <kernel-features.h>.
7390         (init_mq_netlink): Remove conditional have_sock_cloexec
7391         definitions.  Remove code conditional on have_sock_cloexec < 0.
7392         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7393         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7394         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7395         <kernel-features.h>.
7396         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7397         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7399 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7401         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7402         Add tests for memset_chk and memset.
7404         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7405         with AVX2_Usable.
7407 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7409         [BZ #16046]
7410         * elf/tst-dl-iter-static.c: New file.
7411         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7413         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7414         error.
7416 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7418         * sysdeps/unix/sysv/linux/kernel-features.h
7419         (__ASSUME_F_GETOWN_EX): Remove macro.
7420         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7421         <kernel-features.h>.
7422         (miss_F_GETOWN_EX): Remove variable or macro.
7423         (do_fcntl): Do not check miss_F_GETOWN_EX.
7424         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7426         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7427         Remove macro.
7428         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7429         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7430         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7432         * sysdeps/unix/sysv/linux/kernel-features.h
7433         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7434         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7435         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7436         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7438 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7440         [BZ #17075]
7441         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7442         Fix calculation of the symbol's value.
7443         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7444         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7445         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7446         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7447         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7448         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7449         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7450         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7451         (modules-names): Add `tst-armtlsdescmod',
7452         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7453         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7454         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7455         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7456         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7457         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7458         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7459         ($(objpfx)tst-armtlsdescloc): New dependency.
7460         ($(objpfx)tst-armtlsdescextnow): Likewise.
7461         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7462         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7463         TLS scheme support.
7464         * sysdeps/arm/configure: Regenerate.
7466 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7468         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7469         (__atfct_seterrno_2): Likewise.
7470         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7471         <kernel-features.h>.
7472         (__ASSUME_ATFCTS): Do not undefine and redefine.
7473         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7474         (__have_atfcts): Remove conditional definition.
7475         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7476         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7477         unreachable if [__ASSUME_ATFCTS].
7478         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7479         not undefine and redefine.
7480         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7481         <kernel-features.h>.
7482         (faccessat) [__NR_faccessat]: Make code unconditional.
7483         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7484         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7485         <kernel-features.h>.
7486         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7487         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7488         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7489         <kernel-features.h>.
7490         (fchownat) [__NR_fchownat]: Make code unconditional.
7491         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7492         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7493         <kernel-features.h>.
7494         (futimesat) [__NR_futimesat]: Make code unconditional.
7495         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7496         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7497         <kernel-features.h>.
7498         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7499         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7500         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7501         <kernel-features.h>.
7502         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7503         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7504         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7505         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7506         <kernel-features.h>.
7507         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7508         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7509         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7510         <kernel-features.h>.
7511         (linkat) [__NR_linkat]: Make code unconditional.
7512         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7513         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7514         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7515         <kernel-features.h>.
7516         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7517         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7518         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7519         <kernel-features.h>.
7520         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7521         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7522         * sysdeps/unix/sysv/linux/openat.c: Do not include
7523         <kernel-features.h>.
7524         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7525         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7526         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7527         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7528         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7529         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7530         <kernel-features.h>.
7531         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7532         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7533         result of INLINE_SYSCALL directly, not via int variable.
7534         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7535         <kernel-features.h>.
7536         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7537         (renameat) [__NR_renameat]: Make code unconditional.
7538         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7539         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7540         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7541         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7542         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7543         (__ASSUME_ATFCTS): Do not undefine and redefine.
7544         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7545         <kernel-features.h>.
7546         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7547         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7548         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7549         <kernel-features.h>.
7550         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7551         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7552         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7553         (__ASSUME_ATFCTS): Do not undefine and redefine.
7554         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7555         <kernel-features.h>.
7556         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7557         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7558         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7559         <kernel-features.h>.
7560         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7561         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7563 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7565         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7567 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7569         [BZ #17069]
7570         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7571         constructed tree before returning error.
7572         * posix/bug-regexp36.c: Expand test case.
7574 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7576         [BZ #6803]
7577         * math/libm-test.inc (scalbln_test_date):
7578         Add errno expectations.
7579         * math/w_scalblnf.c: New File.
7580         Add wrapper which checks for setting errno to ERANGE.
7581         Add weak_alias for corresponding scalbln function.
7582         * math/w_scalbln.c: Likewise.
7583         * math/w_scalblnl.c: Likewise.
7584         * math/Makefile (libm-calls): Add w_scalbln.
7585         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7586         Remove weak_alias for corresponding scalbln function.
7587         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7588         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7589         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7590         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7591         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7592         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7593         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7594         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7595         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7596         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7597         Remove long_double_symbol for scalblnl function in libm, libc.
7598         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7599         Add wrapper which checks for setting errno to ERANGE.
7600         Add long_double_symbol for scalblnl function in libm, libc.
7601         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7602         Remove long_double_symbol for scalblnl in libm.
7603         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7604         Add wrapper which checks for setting errno to ERANGE.
7605         Add long_double_symbol for scalblnl function in libm.
7606         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7607         Do not use wrapper because of own implementation.
7609 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7611         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7612         3 bytes for __pad1 for x32.
7613         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7615 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7616             H.J. Lu  <hongjiu.lu@intel.com>
7618         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7619         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7620         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7621         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7622         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7624 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7626         [BZ #17069]
7627         * posix/regcomp.c (parse_expression): Deallocate partially
7628         constructed tree before returning error.
7629         * posix/Makefile.c (tests): Add bug-regex36.
7630         (generated): Add bug-regex36.mtrace.
7631         (tests-special): Add $(objpfx)bug-regex36-mem.out
7632         (bug-regex36-ENV): New variable.
7633         ($(objpfx)bug-regex36-mem.out): New rule.
7634         * posix/bug-regex36.c: New file.
7636 2014-06-19  Will Newton  <will.newton@linaro.org>
7638         * malloc/malloc.c (systrim): If extra is zero then return
7639         early.
7641 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7643         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7645 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7647         * sysdeps/aarch64/strchr.S: New file.
7649 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7651         [BZ #17022]
7652         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7653         from arguments -2 or below.
7654         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7655         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7657 2014-06-18  Andreas Schwab  <schwab@suse.de>
7659         [BZ #17062]
7660         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7661         of a bracket expr not to run off the end of the string.
7662         * posix/Makefile (tests): Add tst-fnmatch3.
7663         * posix/tst-fnmatch3.c: New file.
7665 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7667         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7668         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7669         [$(cross-compiling) = no]: Likewise.
7670         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7671         [$(cross-compiling) = no]: Likewise.
7673 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7675         [BZ #17031]
7676         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7677         double, adjusted for any remainder from the high double.
7678         * math/libm-test.inc (nearbyint): Add tests.
7679         (rint): Likewise.
7681 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7683         * nptl/sysdeps/powerpc/Makefile: Moved ...
7684         * sysdeps/powerpc/nptl/Makefile: ... here.
7685         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7686         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7687         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7688         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7689         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7690         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7691         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7692         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7693         * nptl/sysdeps/powerpc/tls.h: Moved ...
7694         * sysdeps/powerpc/nptl/tls.h: ... here.
7696 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7698         [BZ #16681]
7699         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7700         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7701         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7702         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7703         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7704         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7705         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7706         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7707         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7709 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7711         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7713 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7715         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7716         defined operator.
7718         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7719         $TIMEOUTFACTOR.
7721 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7723         [BZ #17058]
7724         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7725         non-executed part of the test.
7727 2014-06-16  Andreas Schwab  <schwab@suse.de>
7729         * string/bits/string2.h (strdup, strndup): Update feature guard.
7731 2014-06-14  David S. Miller  <davem@davemloft.net>
7733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7735 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7737         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7738         that was previously under [RESET_PID].
7739         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7741         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7742         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7743         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7744         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7745         (__libc_vfork): New strong alias.
7746         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7748 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7750         * sysdeps/generic/elide.h: New file.
7752 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7754         * Makefile (installed-headers): Adjust path of pthread.h header.
7756 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7758         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7759         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7760         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7761         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7763         * nptl/sysdeps/s390/Makefile: Moved ...
7764         * sysdeps/s390/nptl/Makefile: ... here.
7765         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7766         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7767         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7768         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7769         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7770         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7771         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7772         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7773         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7774         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7775         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7776         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7777         * nptl/sysdeps/s390/tls.h: Moved ...
7778         * sysdeps/s390/nptl/tls.h: ... here.
7780         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7781         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7783 2014-06-13  David S. Miller  <davem@davemloft.net>
7785         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7786         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7787         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7788         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7789         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7790         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7792         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7793         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7794         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7795         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7796         Remove RESET_PID cpp guards.
7797         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7798         Remove RESET_PID cpp guards.
7799         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7801 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7803         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7804         __sp to uintptr_t.
7806 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7808         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7809         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7810         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7811         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7812         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7813         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7814         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7815         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7816         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7817         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7818         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7819         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7820         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7821         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7822         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7823         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7824         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7825         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7826         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7827         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7829         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7830         (pthread_rwlock_rdlock): Add elision.
7831         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7832         (pthread_rwlock_wrlock): Add elision.
7833         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7834         (pthread_rwlock_trywrlock): Add elision.
7835         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7836         (pthread_rwlock_tryrdlock): Add elision.
7837         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7838         (pthread_rwlock_tryrdlock): Add elision unlock.
7839         * nptl/sysdeps/pthread/pthread.h:
7840         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7841         (PTHREAD_RWLOCK_INITIALIZER,
7842         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7843         Handle new elision field.
7844         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7845         * sysdeps/arm/nptl/bits/pthreadtypes.h
7846         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7847         * sysdeps/sh/nptl/bits/pthreadtypes.h
7848         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7849         * sysdeps/tile/nptl/bits/pthreadtypes.h
7850         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7851         * sysdeps/a/nptl/bits/pthreadtypes.h
7852         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7853         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7854         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7855         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7856         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7857         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7858         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7859         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7860         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7861         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7862         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7863         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7864         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7865         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7866         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7867         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7868         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7869         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7870         (elision_init): Set try_xbegin to zero when no RTM.
7871         * sysdeps/x86/nptl/bits/pthreadtypes.h
7872         (pthread_rwlock_t): Change __pad1 to __rwelision.
7873         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7875 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7877         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7878         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7879         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7880         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7882 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7884         [BZ #16996]
7885         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7886         that the cached result has been set before returning it.
7888 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7890         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7891         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7892         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7893         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7894         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7895         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7897         * nptl/sysdeps/sparc/Makefile: Moved ...
7898         * sysdeps/sparc/nptl/Makefile: ... here.
7899         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7900         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7901         * nptl/sysdeps/sparc/tls.h: Moved ...
7902         * sysdeps/sparc/nptl/tls.h: ... here.
7903         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7904         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7905         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7906         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7907         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7908         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7909         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7910         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7911         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7912         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7913         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7914         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7915         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7916         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7917         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7918         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7919         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7920         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7921         Update #include.
7922         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7923         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7924         Update #include.
7925         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7926         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7927         Update #include.
7928         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7929         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7930         Update #include.
7932         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7934         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7935         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7937         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7938         (struct list_links): Type removed.
7939         (struct thread_node, struct timer_node): Replace struct list_links
7940         with struct list_head.
7941         (list_unlink_ip): Likewise.
7942         * sysdeps/pthread/timer_routines.c
7943         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7944         (list_append, list_insbefore): Likewise.
7945         (list_init): Function removed.
7946         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7947         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7948         * sysdeps/pthread/Makefile: ... here, new file.
7950         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7951         * sysdeps/nptl/Implies: ... here.
7952         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7953         * nptl/sysdeps/pthread/list.h: Moved ...
7954         * include/list.h: ... here.
7955         * nptl/sysdeps/pthread/createthread.c: Moved ...
7956         * nptl/createthread.c: ... here.
7957         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7958         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7959         * nptl/pt-longjmp.c: ... here.
7960         * nptl/sysdeps/pthread/Makefile: Moved ...
7961         * sysdeps/nptl/Makefile: ... here.
7962         * nptl/sysdeps/pthread/Subdirs: Moved ...
7963         * sysdeps/nptl/Subdirs: ... here.
7964         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7965         * sysdeps/nptl/aio_misc.h: ... here.
7966         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7967         * sysdeps/nptl/bits/libc-lock.h: ... here.
7968         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7969         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7970         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7971         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7972         * nptl/sysdeps/pthread/configure: Moved ...
7973         * sysdeps/nptl/configure: ... here.
7974         * nptl/sysdeps/pthread/configure.ac: Moved ...
7975         * sysdeps/nptl/configure.ac: ... here.
7976         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7977         * sysdeps/nptl/gai_misc.h: ... here.
7978         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7979         * sysdeps/nptl/librt-cancellation.c: ... here.
7980         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7981         * sysdeps/nptl/malloc-machine.h: ... here.
7982         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7983         * sysdeps/nptl/pthread-functions.h: ... here.
7984         * nptl/sysdeps/pthread/pthread.h: Moved ...
7985         * sysdeps/nptl/pthread.h: ... here.
7986         * nptl/sysdeps/pthread/setxid.h: Moved ...
7987         * sysdeps/nptl/setxid.h: ... here.
7988         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7989         * sysdeps/nptl/sigfillset.c: ... here.
7990         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7991         * sysdeps/nptl/tcb-offsets.h: ... here.
7992         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7993         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7994         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7995         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7996         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7997         * sysdeps/pthread/allocalim.h: ... here.
7998         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7999         * sysdeps/pthread/bits/sigthread.h: ... here.
8000         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8001         * sysdeps/pthread/flockfile.c: ... here.
8002         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8003         * sysdeps/pthread/ftrylockfile.c: ... here.
8004         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8005         * sysdeps/pthread/funlockfile.c: ... here.
8006         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8007         * sysdeps/pthread/posix-timer.h: ... here.
8008         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8009         * sysdeps/pthread/timer_create.c: ... here.
8010         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8011         * sysdeps/pthread/timer_delete.c: ... here.
8012         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8013         * sysdeps/pthread/timer_getoverr.c: ... here.
8014         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8015         * sysdeps/pthread/timer_gettime.c: ... here.
8016         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8017         * sysdeps/pthread/timer_routines.c: ... here.
8018         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8019         * sysdeps/pthread/timer_settime.c: ... here.
8020         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8021         * sysdeps/pthread/tst-timer.c: ... here.
8022         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8023         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8025         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8026         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8028         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8029         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8030         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8031         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8032         Update #include target.
8033         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8034         * sysdeps/i386/i686/nptl/Makefile: ... here.
8035         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8036         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8037         Update #include target.
8038         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8039         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8040         * nptl/sysdeps/i386/Makefile: Moved ...
8041         * sysdeps/i386/nptl/Makefile: ... here.
8042         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8043         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8044         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8045         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8046         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8047         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8048         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8049         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8050         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8051         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8052         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8053         * nptl/sysdeps/i386/tls.h: Moved ...
8054         * sysdeps/i386/nptl/tls.h: ... here.
8056         * sysdeps/sh/Makefile [$(subdir) = csu]
8057         (gen-as-const-headers): Add tcb-offsets.sym.
8058         * nptl/sysdeps/sh/Makefile: File removed.
8059         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8060         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8061         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8062         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8063         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8064         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8065         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8066         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8067         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8068         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8069         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8070         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8071         * nptl/sysdeps/sh/tls.h: Moved ...
8072         * sysdeps/sh/nptl/tls.h: ... here.
8073         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8074         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8075         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8076         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8077         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8078         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8079         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8080         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8081         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8082         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8083         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8084         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8085         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8086         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8087         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8088         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8089         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8090         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8091         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8092         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8093         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8094         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8095         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8096         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8097         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8098         Moved ...
8099         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8100         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8101         Moved ...
8102         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8103         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8104         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8105         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8106         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8107         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8108         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8109         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8110         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8111         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8112         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8113         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8114         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8115         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8116         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8117         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8118         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8119         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8120         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8122 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8124         * posix/spawn_faction_addopen.c: Include string.h.
8126 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8128         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8129         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8130         * nptl/sysdeps/x86_64/Makefile: Moved ...
8131         * sysdeps/x86_64/nptl/Makefile: ... here.
8132         * nptl/sysdeps/x86_64/configure: Moved ...
8133         * sysdeps/x86_64/nptl/configure: ... here.
8134         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8135         * sysdeps/x86_64/nptl/configure.ac: ... here.
8136         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8137         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8138         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8139         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8140         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8141         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8142         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8143         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8144         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8145         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8146         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8147         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8148         * nptl/sysdeps/x86_64/tls.h: Moved ...
8149         * sysdeps/x86_64/nptl/tls.h: ... here.
8150         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8151         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8152         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8153         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8155         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8157 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8159         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8161 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8163         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8164         type.
8165         [POSIX] (off_t): Likewise.
8166         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8167         [POSIX] (S_ISBLK): Require macro.
8168         [POSIX] (S_ISCHR): Likewise.
8169         [POSIX] (S_ISDIR): Likewise.
8170         [POSIX] (S_ISFIFO): Likewise.
8171         [POSIX] (S_ISREG): Likewise.
8172         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8173         optional-macro.
8174         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8175         type.
8176         [POSIX] (time_t): Likewise.
8177         [POSIX] (timer_t): Likewise.
8179 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8181         [BZ #17048]
8182         * posix/spawn_int.h (struct __spawn_action): Make the path string
8183         non-const to support deallocation.
8184         * posix/spawn_faction_addopen.c
8185         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8186         * posix/spawn_faction_destroy.c
8187         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8188         path in all spawn_do_open actions.
8189         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8190         posix_spawn_file_actions_addopen.
8192 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8194         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8195         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8196         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8197         conditional code always true.
8198         (__libc_vfork): New alias.
8200 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8202         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8203         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8205         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8207         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8208         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8210         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8211         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8213         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8214         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8216 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8218         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8219         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8220         multiarch strcmp for PPC64.
8221         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8222         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8223         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8224         multiarch optimizations.
8225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8226         (__libc_ifunc_impl_list): Likewise.
8228 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8230         * benchtests/scripts/validate_benchout.py: New script.
8231         * benchtests/Makefile (bench-func): Call it.
8232         * benchtests/scripts/benchout.schema.json: New file.
8234 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8236         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8237         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8238         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8239         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8240         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8241         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8242         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8243         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8244         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8245         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8246         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8247         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8248         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8249         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8250         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8251         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8252         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8253         Moved ...
8254         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8255         ... here.
8256         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8257         Moved ...
8258         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8260         Moved ...
8261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8262         ... here.
8263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8264         Moved ...
8265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8266         ... here.
8267         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8268         Moved ...
8269         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8271         Moved ...
8272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8273         ... here.
8274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8275         Moved ...
8276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8277         ... here.
8278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8279         Moved ...
8280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8282         Moved ...
8283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8284         ... here.
8285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8286         Moved ...
8287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8288         ... here.
8289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8290         Moved ...
8291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8292         ... here.
8293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8294         Moved ...
8295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8297         Moved ...
8298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8299         ... here.
8300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8301         Moved ...
8302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8303         ... here.
8304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8305         Moved ...
8306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8307         ... here.
8308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8309         Moved ...
8310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8312         Moved ...
8313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8314         ... here.
8315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8316         Moved ...
8317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8318         ... here.
8319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8320         Moved ...
8321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8323         Moved ...
8324         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8325         ... here.
8326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8327         Moved ...
8328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8330         Moved ...
8331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8333         Moved ...
8334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8335         ... here.
8336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8337         Moved ...
8338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8339         ... here.
8340         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8341         Moved ...
8342         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8343         ... here.
8344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8345         Moved ...
8346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8348         Moved ...
8349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8350         ... here.
8351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8352         Moved ...
8353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8354         ... here.
8355         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8356         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8357         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8358         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8359         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8360         Moved ...
8361         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8362         ... here.
8363         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8364         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8365         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8366         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8367         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8368         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8369         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8370         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8371         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8372         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8373         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8374         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8375         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8376         Moved ...
8377         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8378         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8379         Moved ...
8380         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8381         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8382         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8383         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8384         Moved ...
8385         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8386         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8387         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8388         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8389         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8390         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8391         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8393 2014-06-10  Wilco  <wdijkstr@arm.com>
8395         * math/test-fenv-return.c: New file.
8396         * math/Makefile: Add new test test-fenv-return.
8398 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8400         [BZ #17042]
8401         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8402         when x - 1 is zero.
8403         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8404         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8405         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8406         0.0L for an argument of 1.0L.
8407         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8408         Likewise.
8409         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8410         value when x - 1 is zero.
8411         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8412         * sysdeps/i386/fpu/libm-test-ulps: Update.
8413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8415 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8417         [BZ #15119]
8418         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8420 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8422         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8423         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8425 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8427         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8428         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8430         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8431         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8433         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8434         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8436         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8437         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8439         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8440         if not already defined.
8441         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8442         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8443         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8444         (TLS_INIT_TP): Use it.
8445         (TLS_DEFINE_INIT_TP): New macro.
8446         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8448 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8450         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8451         constant.
8452         [POSIX] (IXANY): Likewise.
8453         [POSIX] (OLCUC): Likewise.
8454         [POSIX || POSIX2008] (CBAUD): Do not allow.
8455         [POSIX || POSIX2008] (DEFECHO): Likewise.
8456         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8457         [POSIX || POSIX2008] (ECHOKE): Likewise.
8458         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8459         [POSIX || POSIX2008] (EXTA): Likewise.
8460         [POSIX || POSIX2008] (EXTB): Likewise.
8461         [POSIX || POSIX2008] (FLUSHO): Likewise.
8462         [POSIX || POSIX2008] (LOBLK): Likewise.
8463         [POSIX || POSIX2008] (PENDIN): Likewise.
8464         [POSIX || POSIX2008] (SWTCH): Likewise.
8465         [POSIX || POSIX2008] (VDISCARD): Likewise.
8466         [POSIX || POSIX2008] (VDSUSP): Likewise.
8467         [POSIX || POSIX2008] (VLNEXT): Likewise.
8468         [POSIX || POSIX2008] (VREPRINT): Likewise.
8469         [POSIX || POSIX2008] (VSTATUS): Likewise.
8470         [POSIX || POSIX2008] (VWERASE): Likewise.
8471         (B*): Change to B[0123456789]*.
8472         * conform/data/time.h-data [POSIX || UNIX98]
8473         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8474         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8475         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8476         [POSIX] (tm_*): Do not allow.
8478 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8480         * Makefile (install): Don't set LANGUAGE.
8481         * Makefile.in (install): Likewise.
8482         * assert/Makefile (test-assert-ENV): Remove variable.
8483         (test-assert-perr-ENV): Likewise.
8484         * elf/Makefile (neededtest4-ENV): Likewise.
8485         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8486         [$(cross-compiling) = no]: Don't set LANGUAGE.
8487         * io/ftwtest-sh (LANG): Remove variable.
8488         * libio/Makefile (tst-widetext-ENV): Likewise.
8489         * manual/install.texi (Running make install): Don't refer to
8490         environment settings for make install.
8491         * INSTALL: Regenerated.
8492         * nptl/tst-tls6.sh: Don't set LANG.
8493         * posix/globtest.sh (LANG): Remove variable.
8494         * string/Makefile (tester-ENV): Likewise.
8495         (inl-tester-ENV): Likewise.
8496         (noinl-tester-ENV): Likewise.
8497         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8498         [$(cross-compiling) = no]: Don't set LANGUAGE.
8499         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8500         without explicit environment settings.
8502 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8504         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8505         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8506         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8507         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8509 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8511         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8512         other files in the crypt directory.
8513         * crypt/crypt.c: Remove duplicate includes.
8514         * crypt/crypt-entry.c: Likewise.
8515         * crypt/crypt_util.c: Likewise.
8517 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8519         * Makeconfig (run-program-env): New variable.
8520         (run-program-prefix-before-env): Likewise.
8521         (run-program-prefix-after-env): Likewise.
8522         (run-program-prefix): Define in terms of new variables.
8523         (built-program-cmd-before-env): New variable.
8524         (built-program-cmd-after-env): Likewise.
8525         (built-program-cmd): Define in terms of new variables.
8526         (test-program-prefix-before-env): New variable.
8527         (test-program-prefix-after-env): Likewise.
8528         (test-program-prefix): Define in terms of new variables.
8529         (test-program-cmd-before-env): New variable.
8530         (test-program-cmd-after-env): Likewise.
8531         (test-program-cmd): Define in terms of new variables.
8532         * Rules (make-test-out): Use $(run-program-env).
8533         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8534         (help): Do not mention environment variables.  Mention
8535         --timeoutfactor option.
8536         (timeoutfactor): New variable.
8537         (blacklist_exports): Remove function.
8538         (exports): Remove variable.
8539         (command): Do not include ${exports}.
8540         * manual/install.texi (Configuring and compiling): Do not mention
8541         test wrappers preserving environment variables.  Mention that last
8542         assignment to a variable must take precedence.
8543         * INSTALL: Regenerated.
8544         * benchtests/Makefile (run-bench): Use $(run-program-env).
8545         * catgets/Makefile ($(objpfx)test1.cat): Use
8546         $(built-program-cmd-before-env), $(run-program-env) and
8547         $(built-program-cmd-after-env).
8548         ($(objpfx)test2.cat): Do not specify environment variables
8549         explicitly.
8550         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8551         $(run-program-env) and $(built-program-cmd-after-env).
8552         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8553         $(run-program-env) and $(test-program-cmd-after-env).
8554         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8555         explicitly.
8556         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8557         run_program_env and test_program_cmd_after_env arguments.
8558         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8559         * elf/tst-pathopt.sh: Use run_program_env argument.
8560         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8561         $(test-wrapper-env) and $(run-program-env).
8562         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8563         run_program_env arguments.
8564         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8565         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8566         $(test-program-prefix-before-env), $(run-program-env) and
8567         $(test-program-prefix-after-env).
8568         ($(objpfx)tst-gettext2.out): Likewise.
8569         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8570         run_program_env and test_program_prefix_after_env arguments.
8571         * intl/tst-gettext2.sh: Likewise.
8572         * intl/tst-gettext4.sh: Do not set environment variables
8573         explicitly.
8574         * intl/tst-gettext6.sh: Likewise.
8575         * intl/tst-translit.sh: Likewise.
8576         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8577         $(test-program-prefix-before-env), $(run-program-env) and
8578         $(test-program-prefix-after-env).
8579         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8580         run_program_env and test_program_prefix_after_env arguments.
8581         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8582         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8583         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8584         explicitly with each use of ${test_wrapper_env}.
8585         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8586         $(test-program-prefix-before-env), $(run-program-env) and
8587         $(test-program-prefix-after-env).
8588         * posix/tst-getconf.sh: Do not set environment variables
8589         explicitly.
8590         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8591         run_program_env and test_program_prefix_after_env arguments.
8592         * stdio-common/tst-printf.sh: Do not set environment variables
8593         explicitly.
8594         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8595         $(test-program-prefix-before-env), $(run-program-env) and
8596         $(test-program-prefix-after-env).
8597         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8598         run_program_env and test_program_prefix_after_env arguments.
8599         Split $test calls into $test_pre and $test.
8600         * timezone/Makefile (build-testdata): Use
8601         $(built-program-cmd-before-env), $(run-program-env) and
8602         $(built-program-cmd-after-env).
8604 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8606         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8607         strlen for non SHARED builds.
8609 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8611         * nptl/allocatestack.c (check_list): Inlined function...
8612         (__reclaim_stacks): ... here.
8614 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8616         [BZ #15698]
8617         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8618         memory overrun.
8620 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8622         * Rules (make-test-out): Include
8623         LOCPATH=$(common-objpfx)localedata in default environment.
8624         * debug/Makefile (tst-chk1-ENV): Remove variable.
8625         (tst-chk2-ENV): Likewise.
8626         (tst-chk3-ENV): Likewise.
8627         (tst-chk4-ENV): Likewise.
8628         (tst-chk5-ENV): Likewise.
8629         (tst-chk6-ENV): Likewise.
8630         (tst-lfschk1-ENV): Likewise.
8631         (tst-lfschk2-ENV): Likewise.
8632         (tst-lfschk3-ENV): Likewise.
8633         (tst-lfschk4-ENV): Likewise.
8634         (tst-lfschk5-ENV): Likewise.
8635         (tst-lfschk6-ENV): Likewise.
8636         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8637         (tst-iconv7-ENV): Likewise.
8638         * intl/Makefile (LOCPATH-ENV): Likewise.
8639         (tst-codeset-ENV): Likewise.
8640         (tst-gettext3-ENV): Likewise.
8641         (tst-gettext5-ENV): Likewise.
8642         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8643         (tst-fopenloc-ENV): Likewise.
8644         (tst-fgetws-ENV): Remove variable.
8645         (tst-ungetwc1-ENV): Likewise.
8646         (tst-ungetwc2-ENV): Likewise.
8647         (bug-ungetwc2-ENV): Likewise.
8648         (tst-swscanf-ENV): Likewise.
8649         (bug-ftell-ENV): Likewise.
8650         (tst-fgetwc-ENV): Likewise.
8651         (tst-fseek-ENV): Likewise.
8652         (tst-ftell-partial-wide-ENV): Likewise.
8653         (tst-ftell-active-handler-ENV): Likewise.
8654         (tst-ftell-append-ENV): Likewise.
8655         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8656         (tst-regexloc-ENV): Likewise.
8657         (bug-regex1-ENV): Likewise.
8658         (tst-regex-ENV): Likewise.
8659         (tst-regex2-ENV): Likewise.
8660         (bug-regex5-ENV): Likewise.
8661         (bug-regex6-ENV): Likewise.
8662         (bug-regex17-ENV): Likewise.
8663         (bug-regex18-ENV): Likewise.
8664         (bug-regex19-ENV): Likewise.
8665         (bug-regex20-ENV): Likewise.
8666         (bug-regex22-ENV): Likewise.
8667         (bug-regex23-ENV): Likewise.
8668         (bug-regex25-ENV): Likewise.
8669         (bug-regex26-ENV): Likewise.
8670         (bug-regex30-ENV): Likewise.
8671         (bug-regex32-ENV): Likewise.
8672         (bug-regex33-ENV): Likewise.
8673         (bug-regex34-ENV): Likewise.
8674         (bug-regex35-ENV): Likewise.
8675         (tst-rxspencer-ENV): Likewise.
8676         (tst-rxspencer-no-utf8-ENV): Likewise.
8677         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8678         (tst-sscanf-ENV): Likewise.
8679         (tst-swprintf-ENV): Likewise.
8680         (tst-swscanf-ENV): Likewise.
8681         (test-vfprintf-ENV): Likewise.
8682         (scanf13-ENV): Likewise.
8683         (bug14-ENV): Likewise.
8684         (tst-grouping-ENV): Likewise.
8685         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8686         (tst-strtod3-ENV): Likewise.
8687         (tst-strtod4-ENV): Likewise.
8688         (tst-strtod5-ENV): Likewise.
8689         (testmb2-ENV): Likewise./
8690         * string/Makefile (tst-strxfrm-ENV): Likewise.
8691         (tst-strxfrm2-ENV): Likewise.
8692         (bug-strcoll1-ENV): Likewise.
8693         (test-strcasecmp-ENV): Likewise.
8694         (test-strncasecmp-ENV): Likewise.
8695         * time/Makefile (tst-strptime-ENV): Likewise.
8696         (tst-ftime_l-ENV): Likewise.
8697         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8698         (tst-mbrtowc-ENV): Likewise.
8699         (tst-wcrtomb-ENV): Likewise.
8700         (tst-mbrtowc2-ENV): Likewise.
8701         (tst-c16c32-1-ENV): Likewise.
8702         (tst-mbsnrtowcs-ENV): Likewise.
8704 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8706         * manual/resource.texi (How to get information about the memory
8707         subsystem?): Fix typo.
8708         Reported by Peon de la Parra Ivan <peon@keba.com>
8710 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8712         [BZ #16882]
8713         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8714         (pthread_spin_lock): Branch out of spin loop to proper location.
8715         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8716         (pthread_spin_lock): Likewise.
8718         * nptl/tst-spin4.c: New test.
8719         * nptl/Makefile (tests): Add tst-spin4.
8721 2014-06-03  Andreas Schwab  <schwab@suse.de>
8723         [BZ #15946]
8724         * resolv/res_send.c (send_dg): Reload file descriptor after
8725         calling reopen.
8727 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8729         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8731 2014-06-03  Richard Henderson  <rth@redhat.com>
8733         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8734         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8735         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8736         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8737         in the SAVE_PID block.
8738         (__libc_vfork): New alias.
8739         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8741         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8742         child in registers, not on the stack.  Remove RESET_PID conditionals.
8743         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8745 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8747         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8749 2014-06-03  Wilco  <wdijkstr@arm.com>
8751         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8752         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8753         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8754         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8755         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8756         Likewise.
8758 2014-06-03  Wilco  <wdijkstr@arm.com>
8760         * sysdeps/aarch64/fpu/math_private.h
8761         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8762         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8763         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8764         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8765         Fix declarations.
8767 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8769         * crypt/crypt-private.h: Include ufc-crypt.h.
8770         (__b64_from_24bit): Declare extern.
8771         * crypt/crypt_util.c(__b64_from_24bit): New function.
8772         (b64t): New static const variable.
8773         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8774         (b64t): Remove variable.
8775         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8776         * crypt/sha256-crypt.c: Include crypt-private.h.
8777         (b64t): Remove variable.
8778         (__sha256_crypt_r): Remove b64_from_24bit and replace
8779         with __b64_from_24bit.
8780         * crypt/sha512-crypt.c: Likewise.
8782 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8784         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8785         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8786         Label the code __libc_vfork rather than __vfork.
8787         [!NOT_IN_libc] (vfork): Define as weak alias.
8788         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8789         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8790         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8792 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8794         * malloc/malloc.c (malloc_info): Fix format specifier for
8795         n_mmaps.
8797 2014-06-02  Wilco  <wdijkstr@arm.com>
8799         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8800         FPCR write.
8802 2014-06-02  Wilco  <wdijkstr@arm.com>
8804         [BZ #17009]
8805         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8806         Rewrite to reduce FPCR/FPSR accesses.
8808 2014-06-01  David S. Miller  <davem@davemloft.net>
8810         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8812 2014-05-31  David S. Miller  <davem@davemloft.net>
8814         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8815         to occur in round to nearest mode when |x| >= 2.0
8817 2014-05-30  Richard Henderson  <rth@twiddle.net>
8819         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8820         (PSEUDO_RET_NOERRNO): Remove.
8821         (ret): Don't redefine.
8822         (ret_NOERRNO): Define in terms of ret.
8823         (ret_ERRVAL): Likewise.
8825         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8826         use of PSEUDO_RET; perform the error check directly.
8828 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8830         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8831         with __int128_t.
8833 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8835         * malloc/malloc (malloc_info): Fix formatting.
8837 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8838             Roland McGrath  <roland@hack.frob.com>
8840         * malloc/malloc (malloc_info): Also print mmapped statistics.
8842 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8844         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8845         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8847 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8849         * malloc/malloc.c (malloc_info): Inline mi_arena.
8851 2014-05-29  Richard Henderson  <rth@twiddle.net>
8853         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8854         Remove comma before expanding ASM_ARGS_##nr.
8855         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8856         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8857         of ASM_ARGS_##nr.
8858         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8859         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8860         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8861         (ASM_ARGS_1): Add leading comma.
8863         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8864         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8865         to __errno_location.
8866         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8867         Remove the expected plt for __errno_location.
8869         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8870         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8871         call to __read_tp.
8873         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8874         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8875         it and break it down.
8876         (DOCARGS_0, DOCARGS_1): Do nothing.
8877         (DOCARGS_2): Update to store into the new stack frame.
8878         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8879         (UNDOCARGS_1): Update to restore from the new stack frame.
8880         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8881         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8883         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8884         (SINGLE_THREAD_P): New parameter for result regno.
8885         (PSEUDO): Update to match; use cbz instead of beq.
8887         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8888         Use ENTRY to define the _nocancel entry point.  Share the syscall
8889         and syscall error check paths with the cancel path.
8890         (PSEUDO_END): New.
8892         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8893         whitespace; tabs before and after asm mnemonics.
8895 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8897         [BZ #15132]
8898         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8899         Call fstat64 or stat64 internally, depending on arguments passed.
8900         Replace stat buffer argument with file descriptor argument.
8901         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8902         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8903         Pass fd to __internal_statvfs instead of calling fstat64.
8904         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8905         Pass fd to __internal_statvfs64 instead of calling fstat64.
8906         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8907         Pass -1 to __internal_statvfs instead of calling stat64.
8908         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8909         Pass -1 to __internal_statvfs64 instead of calling stat64.
8911 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8913         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8914         that was previously under [RESET_PID].
8915         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8917         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8918         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8920 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8922         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8924         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8925         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8927 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8929         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8931 2014-05-27  Andreas Schwab  <schwab@suse.de>
8933         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8934         TLS_INIT_TP macro.
8935         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8936         * elf/rtld.c (init_tls, dl_main): Likewise.
8937         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8938         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8939         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8940         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8941         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8942         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8943         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8944         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8945         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8946         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8947         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8948         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8949         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8950         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8951         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8952         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8953         * sysdeps/generic/tls.h: Update description.
8955 2014-05-27  Will Newton  <will.newton@linaro.org>
8957         [BZ #16990]
8958         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8959         and restore r2 rather than just restoring.
8961 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8963         [BZ #16724]
8964         * libio/tst-ftell-append.c: New test case.
8965         * libio/Makefile (tests): Add test case.
8966         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8967         append mode.
8968         * libio/wfileops.c (do_ftell_wide): Likewise.
8970 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8974         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8975         ...
8976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8978         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8979         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8980         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8981         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8982         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8983         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8984         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8985         Moved ...
8986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8987         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8988         Moved ...
8989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8990         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8991         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8992         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8993         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8994         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8995         ...
8996         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8997         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8998         Moved ...
8999         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9000         here.
9001         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9002         ...
9003         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9004         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9005         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9007         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9008         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9009         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9010         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9012         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9013         merge into ...
9014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9015         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9016         ...
9017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9018         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9019         ...
9020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9021         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9022         Moved ...
9023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9024         here.
9025         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9026         Moved ...
9027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9028         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9029         Moved ...
9030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9033         conditional [RESET_PID].
9034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9035         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9036         removed.
9037         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9038         removed.
9040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9041         <tcb-offsets.h>.
9042         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9043         (__libc_vfork): New strong alias.
9044         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9045         removed.
9046         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9047         Removed.
9049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9050         <tcb-offsets.h>.
9051         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9052         (__libc_vfork): New strong alias.
9053         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9054         removed.
9055         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9056         removed.
9058 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9060         * malloc/malloc.c (mi_arena): New function.
9061         (malloc_info): Remove nested function mi_arena. Call non-nosted
9062         function mi_arena.
9064 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9066         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9067         by insrwi.
9068         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9069         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9070         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9071         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9072         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9073         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9074         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9076 2014-05-26  Andreas Schwab  <schwab@suse.de>
9078         [BZ #16984]
9079         * locale/programs/repertoire.c (repertoire_read): Add slash
9080         between I18NPATH element and file name.
9081         * locale/programs/locfile.c (locfile_read): Likewise.
9083 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9085         * nptl/pthread_mutexattr_settype.c
9086         (__pthread_mutexattr_settype):
9087         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9089 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9091         * nptl/tst-mutex5 (do_test):
9092         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9094 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9096         * benchtests/README: Document 'init' directive.
9097         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9098         BENCH_INIT.
9099         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9100         (parse_file): Recognize 'init' directive.
9102 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9104         [BZ #16796]
9105         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9106         alignment of struct pthread.
9108 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9110         [BZ #16878]
9111         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9112         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9113         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9114         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9116 2014-05-25  Richard Henderson  <rth@twiddle.net>
9118         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9119         (SINGLE_THREAD_P_PIC): Remove.
9120         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9121         (SINGLE_THREAD_P_PIC): Remove.
9123         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9124         branch to syscall error ...
9125         (PSEUDO): ... here.
9126         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9127         from __local_syscall_error to .Lsyscall_error.
9128         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9129         (SYSCALL_ERROR): Update label name.
9131         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9132         Do not use DOARGS/UNDOARGS.
9133         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9134         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9135         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9136         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9137         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9139         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9140         block comment.
9142         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9143         define if !NOT_IN_libc.
9144         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9145         define with non-default symbol versions.
9147 2014-05-23  Richard Henderson  <rth@twiddle.net>
9149         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9150         (vfork, __vfork): Define via compat_symbol.
9152         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9153         [!HAVE_IFUNC] (vfork_compat): Remove.
9154         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9156 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9158         [BZ #16978]
9159         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9160         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9161         variable.
9163 2014-05-23  Richard Henderson  <rth@twiddle.net>
9165         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9166         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9167         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9168         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9170         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9171         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9172         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9173         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9174         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9175         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9176         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9177         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9178         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9179         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9180         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9181         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9182         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9183         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9184         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9185         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9186         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9187         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9188         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9189         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9190         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9191         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9193         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9194         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9195         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9196         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9197         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9198         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9199         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9201         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9202         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9209         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9210         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9211         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9212         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9213         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9214         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9215         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9216         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9217         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9218         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9219         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9220         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9221         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9222         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9223         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9224         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9225         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9227         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9228         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9229         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9230         before exiting on error.
9231         (__libc_vfork): New strong alias.
9232         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9233         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9235         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9236         that was previously under [RESET_PID].
9237         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9239         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9241 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9243         [BZ #16977]
9244         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9245         value when x - 1 is zero.
9246         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9247         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9248         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9249         0.0L for an argument of 1.0L.
9250         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9251         Likewise.
9252         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9253         value when x - 1 is zero.
9254         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9255         * sysdeps/i386/fpu/libm-test-ulps: Update.
9256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9258 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9260         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9261         alphasort and versionsort.
9263 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9265         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9266         macro.
9267         [copysignf]: Likewise.
9269 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9271         * crypt/md5-crypt.c: Fix formatting.
9273 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9275         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9276         (b64_from_24bit): New function.
9278 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9280         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9281         libc_hidden_builtin_def to ifunc.
9282         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9283         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9285 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9287         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9288         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9290 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9292         * nscd/Depend (linuxthreads): Remove.
9293         (nptl): Add.
9294         * resolv/Depend (linuxthreads): Remove.
9295         * rt/Depend (linuxthreads): Remove.
9297         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9298         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9299         $(common-objpfx)elf/.
9300         (link-libc-before-gnulib): Likewise.
9301         (elfobjdir): Remove variable.
9302         * Makefile (install): Use $(elf-objpfx) instead of
9303         $(common-objpfx)elf/.
9304         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9305         $(elfobjdir)/.
9306         (link-libc-deps): Likewise.
9307         ($(common-objpfx)libc.so): Likewise.
9308         ($(common-objpfx)linkobj/libc.so): Likewise.
9309         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9310         instead of $(common-objpfx)elf/.
9311         (symbolic-link-list): Likewise.
9312         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9313         [$(cross-compiling) = no]: Likewise.
9314         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9315         $(elfobjdir)/.
9316         (static-gnulib-arch): Likewise.
9317         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9318         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9319         $(common-objpfx)elf/.
9321 2014-05-21  Richard Henderson  <rth@redhat.com>
9323         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9324         (SINGLE_THREAD_P): Use the correct width load.  Fold
9325         into the ldr offset.
9327         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9328         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9330 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9332         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9333         (libgcc_s_resume): Use __attribute_used__.
9334         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9335         Likewise.
9337 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9339         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9340         optimization when used with float constants.
9342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9344 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9346         [BZ #16915]
9347         * locale/nl_langinfo_l.c: Make direct reference to every
9348         _nl_current_CATEGORY symbol.
9349         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9350         (tests-static): Add tst-langinfo-static.
9351         (tests-special): Add tst-langinfo-static.out.
9352         ($(objpfx)tst-langinfo.out): Redirect output.
9353         ($(objpfx)tst-langinfo-static.out): New.
9354         * localedata/tst-langinfo.sh: Send output to stdout.
9355         * localedata/tst-langinfo-static.c: New file.
9357         [BZ #16965]
9358         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9359         when the shift amount is modulo the limb size.
9361 2014-05-20  Richard Henderson  <rth@redhat.com>
9363         [BZ #16967]
9364         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9365         Change type of sa_flags from unsigned int to int.
9367         [BZ #16966]
9368         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9370         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9372 2014-05-20  Will Newton  <will.newton@linaro.org>
9374         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9375         Test the return value of the system call in the nocancel case.
9377 2014-05-20  Will Newton  <will.newton@linaro.org>
9378             Yvan Roux  <yvan.roux@linaro.org>
9380         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9381         #include of asm/ptrace.h.
9382         (PTRACE_GET_THREAD_AREA): Remove #undef.
9383         (PTRACE_GETHBPREGS): Likewise.
9384         (PTRACE_SETHBPREGS): Likewise.
9385         (struct user_regs_struct): New structure.
9386         (struct user_fpsimd_struct): New structure.
9387         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9388         #include of asm/ptrace.h and second #include of sys/user.h.
9389         (PTRACE_GET_THREAD_AREA): Remove #undef.
9390         (PTRACE_GETHBPREGS): Likewise.
9391         (PTRACE_SETHBPREGS): Likewise.
9392         (ELF_NGREG): Use new struct user_regs_struct.
9393         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9395 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9397         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9398         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9400 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9402         [BZ #16958]
9403         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9404         membar to avoid block loads/stores to overlap previous stores.
9406 2014-05-17  Richard Henderson  <rth@redhat.com>
9408         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9409         Create the __##syscall_name##_nocancel entry point.
9410         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9411         Remove; let the sysdep-cancel.h code create it.
9413 2014-05-17  David S. Miller  <davem@davemloft.net>
9415         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9416         Protect with __USE_GNU.
9417         (TIOCSET_TEMPT): Likewise.
9418         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9419         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9420         these are already provided in bits/ioctl-types.h
9422 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9424         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9425         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9427         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9428         Use wait4 regardless of [__NR_waitpid].
9430 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9432         PR libgcc/60166
9433         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9434         (_FP_NANSIGN_Q): Set the quiet bit.
9436 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9438         * benchtests/Makefile
9439         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9440         not $(common-objpfx)math/libm.so.
9441         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9442         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9443         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9444         $(common-objpfx)dlfcn/libdl.so.
9445         ($(objpfx)tst-audit8): Depend on $(libm), not
9446         $(common-objpfx)math/libm.so.
9447         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9448         not $(common-objpfx)dlfcn/libdl.so.
9449         * math/Makefile
9450         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9451         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9452         [$(build-shared) = yes].
9453         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9454         $(common-objpfx)nptl/libpthread.so.
9455         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9456         $(common-objpfx)math/libm.so$(libm.so-version) or
9457         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9458         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9459         $(common-objpfx)dlfcn/libdl.so.
9460         * setjmp/Makefile (link-libm): Remove variable.
9461         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9462         * stdio-common/Makefile (link-libm): Remove variable.
9463         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9464         * stdlib/Makefile (link-libm): Remove variable.
9465         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9466         ($(objpfx)tst-strtod-round): Likewise.
9467         ($(objpfx)tst-tininess): Likewise.
9468         ($(objpfx)tst-strtod-underflow): Likewise.
9469         ($(objpfx)tst-strtod6): Likewise.
9470         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9471         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9472         $(common-objpfx)dlfcn/libdl.so.
9474 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9476         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9477         BSD terminal modes definitions.
9479 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9481         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9482         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9484         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9485         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9486         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9487         Don't do #include_next.
9488         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9489         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9490         Don't do #include_next.
9491         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9492         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9493         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9494         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9496 2014-05-16  Allan McRae  <allan@archlinux.org>
9498         * po/sv.po: Update Swedish translation from translation project.
9500         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9501         in sed expression.
9503 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9505         [BZ #16917]
9506         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9507         errno if the TIOCGPTN ioctl fails with an error different than
9508         EINVAL.
9509         * login/tst-ptsname.c: New file.
9510         * login/Makefile (tests): Add tst-ptsname.
9512         [BZ #16943]
9513         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9514         and prlimit64.
9516 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9518         [BZ #16849]
9519         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9520         herrno to return EAI_AGAIN.
9522 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9524         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9525         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9526         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9535         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9539         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9540         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9541         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9543         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9545         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9546         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9547         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9548         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9549         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9550         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9551         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9552         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9553         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9555         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9556         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9557         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9558         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9559         Moved ...
9560         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9562         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9566         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9572         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9574         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9576         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9577         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9578         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9579         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9580         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9581         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9582         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9583         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9584         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9585         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9586         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9587         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9588         Moved ...
9589         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9601         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9603         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9609         Moved ...
9610         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9612         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9614         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9615         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9616         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9617         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9618         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9619         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9620         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9621         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9622         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9623         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9624         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9625         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9626         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9627         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9628         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9629         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9630         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9631         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9632         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9633         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9634         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9635         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9636         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9637         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9638         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9639         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9640         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9641         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9642         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9643         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9644         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9646         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9647         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9649         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9650         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9651         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9652         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9653         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9654         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9655         Moved ...
9656         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9657         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9658         Moved ...
9659         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9660         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9661         Moved ...
9662         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9664         Moved ...
9665         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9666         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9667         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9668         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9669         Moved ...
9670         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9671         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9672         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9674         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9675         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9676         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9677         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9678         Moved ...
9679         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9680         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9681         Moved ...
9682         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9683         ... here.
9684         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9685         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9686         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9687         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9688         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9689         Moved ...
9690         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9691         ... here.
9692         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9693         Moved ...
9694         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9695         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9696         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9697         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9698         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9699         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9700         Moved ...
9701         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9702         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9703         Moved ...
9704         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9705         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9706         Moved ...
9707         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9708         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9709         Moved ...
9710         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9711         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9712         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9713         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9714         Moved ...
9715         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9716         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9717         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9718         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9719         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9720         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9721         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9722         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9723         Moved ...
9724         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9725         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9726         Moved ...
9727         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9728         ... here.
9729         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9730         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9732         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9734         Moved ...
9735         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9736         ... here.
9737         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9738         Moved ...
9739         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9740         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9741         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9742         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9743         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9744         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9745         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9746         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9747         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9748         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9749         Moved ...
9750         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9751         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9752         Moved ...
9753         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9754         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9755         Moved ...
9756         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9758         Moved ...
9759         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9760         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9761         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9762         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9763         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9764         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9765         Moved ...
9766         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9767         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9768         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9769         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9770         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9771         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9772         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9773         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9774         Moved ...
9775         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9777         Moved ...
9778         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9779         ... here.
9780         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9781         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9782         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9783         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9784         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9785         Moved ...
9786         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9787         ... here.
9788         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9789         Moved ...
9790         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9792         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9794         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9795         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9796         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9797         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9798         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9799         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9800         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9802         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9803         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9805         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9806         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9808         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9809         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9810         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9811         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9812         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9813         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9814         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9815         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9816         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9817         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9818         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9819         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9820         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9821         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9822         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9823         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9824         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9825         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9826         Moved ...
9827         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9828         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9829         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9830         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9831         Moved ...
9832         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9833         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9834         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9835         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9836         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9837         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9838         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9839         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9840         Moved ...
9841         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9842         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9843         Moved ...
9844         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9845         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9846         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9848         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9850         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9851         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9852         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9853         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9854         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9855         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9856         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9857         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9858         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9859         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9860         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9862         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9863         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9864         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9865         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9866         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9868         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9869         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9870         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9871         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9872         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9873         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9874         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9875         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9876         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9877         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9879         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9880         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9882         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9883         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9884         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9885         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9886         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9887         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9888         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9889         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9890         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9891         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9892         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9893         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9894         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9895         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9896         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9897         Update #include.
9898         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9899         Likewise.
9900         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9901         Likewise.
9902         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9903         Likewise.
9904         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9905         Likewise.
9906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9907         Likewise.
9908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9909         Likewise.
9910         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9911         Likewise.
9912         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9913         Likewise.
9914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9915         Likewise.
9916         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9917         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9918         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9919         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9920         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9921         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9922         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9923         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9924         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9925         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9926         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9927         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9928         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9929         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9930         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9932         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9933         that was previously under [RESET_PID].
9934         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9935         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9936         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9938         * sysdeps/i386/nptl/Implies: New file.
9939         * sysdeps/x86_64/nptl/Implies: New file.
9940         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9941         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9942         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9943         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9945         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9946         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9947         (__libc_vfork): New strong alias.
9948         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9949         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9951         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9952         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9953         (__libc_vfork): New strong alias.
9954         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9955         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9957         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9958         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9959         (__libc_vfork): New strong alias.
9960         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9961         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9962         * nptl/pt-vfork.c: New file.
9963         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9964         (libpthread: GLIBC_2.20): New version set (empty).
9966 2014-05-14  Will Newton  <will.newton@linaro.org>
9968         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9969         rather than #if.
9971 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9973         [BZ #16564]
9974         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9975         arguments with exponent 65 or above.
9976         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9977         arguments 0x1p113L or above.
9978         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9979         to arguments 0x1p107L or above.
9980         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9981         positive arguments with exponent 65 or above.
9982         * math/auto-libm-test-in: Add more tests of log1p.
9983         * math/auto-libm-test-out: Regenerated.
9985         [BZ #16928]
9986         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9987         non-finite arguments is +0.
9988         * math/s_cacosf.c (__cacosf): Likewise.
9989         * math/s_cacosl.c (__cacosl): Likewise.
9990         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9991         * sysdeps/i386/fpu/libm-test-ulps: Update.
9992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9994         [BZ #16927]
9995         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9996         value.
9997         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9998         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9999         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10000         for explicit high bit of mantissa when testing for argument equal
10001         to 1.
10002         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10003         * sysdeps/i386/fpu/libm-test-ulps: Update.
10004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10006         [BZ #16516]
10007         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10008         (__erf): Scale by 16 instead of 8 in potentially underflowing
10009         case.  Ensure exception if result actually underflows.
10010         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10011         (__erff): Scale by 16 instead of 8 in potentially underflowing
10012         case.  Ensure exception if result actually underflows.
10013         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10014         (efx8): Remove variable.
10015         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10016         case.  Ensure exception if result actually underflows.
10017         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10018         (efx8): Remove variable.
10019         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10020         case.  Ensure exception if result actually underflows.
10021         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10022         (efx8): Remove variable.
10023         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10024         case.  Ensure exception if result actually underflows.
10025         * math/auto-libm-test-in: Add more tests of erf.
10026         * math/auto-libm-test-out: Regenerated.
10028 2014-05-14  Andreas Schwab  <schwab@suse.de>
10030         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10031         Remove code conditionalized on USE___THREAD.
10033         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10034         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10035         not definedness.
10037 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10039         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10040         Define unconditionally.
10041         (__ASSUME_O_CLOEXEC): Likewise.
10042         (__ASSUME_SOCK_CLOEXEC): Likewise.
10043         (__ASSUME_IN_NONBLOCK): Likewise.
10044         (__ASSUME_PIPE2): Likewise.
10045         (__ASSUME_EVENTFD2): Likewise.
10046         (__ASSUME_SIGNALFD4): Likewise.
10047         (__ASSUME_DUP3): Likewise.
10048         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10049         (__ASSUME_DUP3): Do not define.
10050         (__ASSUME_EVENTFD2): Likewise.
10051         (__ASSUME_IN_NONBLOCK): Likewise.
10052         (__ASSUME_O_CLOEXEC): Likewise.
10053         (__ASSUME_PIPE2): Likewise.
10054         (__ASSUME_SIGNALFD4): Likewise.
10055         (__ASSUME_SOCK_CLOEXEC): Likewise.
10056         (__ASSUME_UTIMES): Undefine.
10057         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10058         (__ASSUME_UTIMES): Do not define.
10059         (__ASSUME_O_CLOEXEC): Likewise.
10060         (__ASSUME_SOCK_CLOEXEC): Likewise.
10061         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10062         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10063         0x020621].
10064         (__ASSUME_PIPE2): Likewise.
10065         (__ASSUME_EVENTFD2): Likewise.
10066         (__ASSUME_SIGNALFD4): Likewise.
10067         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10068         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10069         Do not define.
10070         (__ASSUME_EVENTFD2): Likewise.
10071         (__ASSUME_SIGNALFD4): Likewise.
10072         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10073         (__ASSUME_32BITUIDS): Likewise.
10074         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10075         (__ASSUME_IPC64): Likewise.
10076         (__ASSUME_ST_INO_64_BIT): Likewise.
10077         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10078         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10079         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10080         (__ASSUME_UTIMES): Do not define.
10081         (__ASSUME_PSELECT): Likewise.
10082         (__ASSUME_PPOLL): Likewise.
10083         (__ASSUME_O_CLOEXEC): Likewise.
10084         (__ASSUME_SOCK_CLOEXEC): Likewise.
10085         (__ASSUME_IN_NONBLOCK): Likewise.
10086         (__ASSUME_PIPE2): Likewise.
10087         (__ASSUME_EVENTFD2): Likewise.
10088         (__ASSUME_SIGNALFD4): Likewise.
10089         (__ASSUME_DUP3): Likewise.
10090         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10091         (__ASSUME_UTIMES): Likewise.
10092         (__ASSUME_O_CLOEXEC): Likewise.
10093         (__ASSUME_SOCK_CLOEXEC): Likewise.
10094         (__ASSUME_IN_NONBLOCK): Likewise.
10095         (__ASSUME_PIPE2): Likewise.
10096         (__ASSUME_EVENTFD2): Likewise.
10097         (__ASSUME_SIGNALFD4): Likewise.
10098         (__ASSUME_DUP3): Likewise.
10099         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10100         (__ASSUME_UTIMES): Likewise.
10101         (__ASSUME_O_CLOEXEC): Likewise.
10102         (__ASSUME_SOCK_CLOEXEC): Likewise.
10103         (__ASSUME_IN_NONBLOCK): Likewise.
10104         (__ASSUME_PIPE2): Likewise.
10105         (__ASSUME_EVENTFD2): Likewise.
10106         (__ASSUME_SIGNALFD4): Likewise.
10107         (__ASSUME_DUP3): Likewise.
10108         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10109         Likewise.
10110         (__ASSUME_UTIMES): Likewise.
10111         (__ASSUME_EVENTFD2): Likewise.
10112         (__ASSUME_SIGNALFD4): Likewise.
10113         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10114         (__ASSUME_O_CLOEXEC): Likewise.
10115         (__ASSUME_SOCK_CLOEXEC): Likewise.
10116         (__ASSUME_IN_NONBLOCK): Likewise.
10117         (__ASSUME_PIPE2): Likewise.
10118         (__ASSUME_EVENTFD2): Likewise.
10119         (__ASSUME_SIGNALFD4): Likewise.
10120         (__ASSUME_DUP3): Likewise.
10121         (__ASSUME_UTIMES): Undefine.
10123         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10124         feclearexcept.  Remove symbol versioning code.
10125         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10126         symbol versioning code.
10127         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10128         symbol versioning code.
10129         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10130         feupdateenv.  Remove symbol versioning code.
10131         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10132         fegetexceptflag.  Remove symbol versioning code.
10133         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10134         fesetexceptflag.  Remove symbol versioning code.
10135         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10136         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10137         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10138         (__posix_fadvise64_l32): Remove prototype.
10139         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10140         code.
10142 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10144         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10145         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10146         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10147         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10149 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10151         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10152         current working directory
10154 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10156         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10157         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10158         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10159         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10160         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10161         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10162         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10163         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10164         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10165         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10166         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10167         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10169         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10170         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10171         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10172         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10173         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10174         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10175         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10176         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10177         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10178         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10179         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10180         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10181         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10182         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10183         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10184         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10185         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10186         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10187         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10188         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10189         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10190         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10191         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10192         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10193         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10194         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10195         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10196         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10197         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10199         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10200         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10202         * sysdeps/unix/sysv/linux/arm/Makefile
10203         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10204         Add rt-aeabi_unwind_cpp_pr1.
10205         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10206         Add nptl-aeabi_unwind_cpp_pr1.
10207         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10208         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10209         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10210         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10211         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10212         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10214         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10215         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10216         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10217         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10219         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10220         Deconditionalize the code that was previously under [RESET_PID].
10221         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10223         * sysdeps/generic/exit-thread.h: New file.
10224         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10225         * include/unistd.h (__exit_thread): Remove declaration.
10226         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10227         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10228         * csu/libc-start.c: Include <exit-thread.h>.
10229         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10230         * nptl/pthread_create.c: Include <exit-thread.h>.
10231         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10232         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10233         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10234         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10235         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10236         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10237         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10238         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10239         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10240         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10241         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10242         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10243         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10244         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10245         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10246         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10247         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10249 2014-05-13  Andreas Schwab  <schwab@suse.de>
10251         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10253 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10255         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10256         (__ASSUME_UTIMES): Do not condition on kernel version.
10257         (__ASSUME_PSELECT): Define unconditionally.
10258         (__ASSUME_PPOLL): Likewise.
10259         (__ASSUME_ATFCTS): Likewise.
10260         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10261         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10262         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10263         (__ASSUME_UTIMENSAT): Define unconditionally.
10264         (__ASSUME_PRIVATE_FUTEX): Likewise.
10265         (__ASSUME_FALLOCATE): Likewise.
10266         (__ASSUME_O_CLOEXEC): Likewise.
10267         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10268         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10269         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10270         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10271         (__ASSUME_IN_NONBLOCK): Likewise.
10272         (__ASSUME_PIPE2): Likewise.
10273         (__ASSUME_EVENTFD2): Likewise.
10274         (__ASSUME_SIGNALFD4): Likewise.
10275         (__ASSUME_DUP3): Likewise.
10276         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10277         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10278         (__ASSUME_AT_RANDOM): Likewise.
10279         (__ASSUME_PREADV): Likewise.
10280         (__ASSUME_PWRITEV): Likewise.
10281         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10282         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10283         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10284         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10285         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10286         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10287         (__ASSUME_O_CLOEXEC): Define unconditionally.
10288         (__ASSUME_PSELECT): Do not undefine conditionally.
10289         (__ASSUME_PPOLL): Likewise.
10290         (__ASSUME_ATFCTS): Likewise.
10291         (__ASSUME_SET_ROBUST_LIST): Likewise.
10292         (__ASSUME_UTIMENSAT): Likewise.
10293         (__ASSUME_FDATASYNC): Define unconditionally.
10294         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10295         (__ASSUME_SIGFRAME_V2): Likewise.
10296         )__ASSUME_EVENTFD2): Likewise.
10297         (__ASSUME_SIGNALFD4): Likewise.
10298         (__ASSUME_PSELECT): Do not undefine conditionally.
10299         (__ASSUME_PPOLL): Likewise.
10300         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10301         (__ASSUME_PSELECT): Define unconditionally.
10302         (__ASSUME_PPOLL): Likewise.
10303         (__ASSUME_O_CLOEXEC): Likewise.
10304         (__ASSUME_SOCK_CLOEXEC): Likewise.
10305         (__ASSUME_IN_NONBLOCK): Likewise.
10306         (__ASSUME_PIPE2): Likewise.
10307         (__ASSUME_EVENTFD2): Likewise.
10308         (__ASSUME_SIGNALFD4): Likewise.
10309         (__ASSUME_DUP3): Likewise.
10310         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10311         (__ASSUME_O_CLOEXEC): Likewise.
10312         (__ASSUME_SOCK_CLOEXEC): Likewise.
10313         (__ASSUME_IN_NONBLOCK): Likewise.
10314         (__ASSUME_PIPE2): Likewise.
10315         (__ASSUME_EVENTFD2): Likewise.
10316         (__ASSUME_SIGNALFD4): Likewise.
10317         (__ASSUME_DUP3): Likewise.
10318         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10319         (__ASSUME_EVENTFD2): Likewise.
10320         (__ASSUME_SIGNALFD4): Likewise.
10321         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10323 2014-05-12  Andreas Schwab  <schwab@suse.de>
10325         [BZ #16932]
10326         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10327         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10328         than maximum RPC packet size.
10329         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10330         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10331         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10332         (_nss_nis_getservbyport_r): Likewise.
10334 2014-05-12  Will Newton  <will.newton@linaro.org>
10336         * malloc/Makefile (tests): Add tst-mallopt.
10337         * malloc/tst-mallopt.c: New file.
10339 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10341         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10342         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10344 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10346         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10347         (tst-tlsmod6.so): Likewise.
10349 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10351         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10353 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10355         [BZ #16064]
10356         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10357         and <dl-procinfo.h>.
10358         (__fegetenv): Save SSE state in envp->__eip if supported.
10359         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10360         envp->__eip if supported.
10361         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10362         and <dl-procinfo.h>.
10363         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10364         __data_offset and __data_selector in environment to 0.  Set SSE
10365         state if supported.
10366         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10367         test-fenv-sse.
10368         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10369         -mfpmath=sse.
10370         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10372 2014-05-09  Will Newton  <will.newton@linaro.org>
10374         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10375         and libc_relro_required for ARM.
10376         * sysdeps/arm/preconfigure: Regenerate.
10378 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10379             Stefan Liebler  <stli@linux.vnet.ibm.com>
10381         * config.make.in (enable-lock-elision): New Makefile variable.
10382         * configure.ac: Likewise.
10383         * configure: Regenerate.
10384         * sysdeps/s390/configure.ac:
10385         Add check for gcc transactions support.
10386         * sysdeps/s390/configure: Regenerate.
10387         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10388         Build elision files if enabled.
10389         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10390         Add lock elision support for s390.
10391         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10392         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10393         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10394         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10395         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10396         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10397         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10398         Likewise.
10399         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10400         Likewise.
10401         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10402         Likewise.
10403         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10404         Likewise.
10405         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10406         (__lll_timedlock_elision, __lll_lock_elision)
10407         (__lll_unlock_elision, __lll_trylock_elision)
10408         (lll_timedlock_elision, lll_lock_elision)
10409         (lll_unlock_elision, lll_trylock_elision): Add.
10410         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10411         (pthread_mutex_t): Add lock elision support for s390.
10413 2014-05-14  Wilco  <wdijkstr@arm.com>
10415         * sysdeps/arm/fclrexcpt.c: Cleanup.
10416         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10417         * sysdeps/arm/feenablxcpt.c: Cleanup.
10418         * sysdeps/arm/fegetenv.c: Cleanup.
10419         * sysdeps/arm/fegetexcept.c: Cleanup.
10420         * sysdeps/arm/fegetround.c: Cleanup.
10421         * sysdeps/arm/feholdexcpt.c: Cleanup.
10422         * sysdeps/arm/fesetenv.c: Cleanup.
10423         * sysdeps/arm/fesetround.c: Cleanup.
10424         * sysdeps/arm/feupdateenv.c: Cleanup.
10425         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10426         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10427         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10428         * sysdeps/arm/ftestexcept.c: Cleanup.
10429         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10430         * sysdeps/arm/setfpucw.c: Cleanup.
10432 2014-05-09  Will Newton  <will.newton@linaro.org>
10434         * sysdeps/arm/armv7/strcmp.S: New file.
10435         * NEWS: Mention addition of ARMv7 optimized strcmp.
10437 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10439         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10440         look for %.ac rather than %.in.
10442         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10443         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10444         * sysdeps/mach/hurd/configure: Regenerated.
10445         * sysdeps/unix/sysv/linux/configure: Regenerated.
10447         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10449 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10451         [BZ# 16922]
10452         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10453         (LONG_SUB): Ditto.
10454         (PTR_SUB): Ditto.
10456 2014-05-07  Andreas Schwab  <schwab@suse.de>
10458         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10459         when skipping over non-matching result from nscd.
10461 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10463         [BZ #16876]
10464         * nptl/sockperf.c (client): Check socket return value.
10466         [BZ #16877]
10467         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10468         nscd security class.
10470 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10472         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10473         * sysdeps/arm/unwind.h: ... here.
10475 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10477         [BZ# 16916]
10478         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10479         Define.
10481 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10483         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10484         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10485         multiarch strncpy for PPC64.
10486         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10487         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10488         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10489         multiarch optimizations.
10490         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10491         (__libc_ifunc_impl_list): Likewise.
10492         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10493         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10494         multiarch stpncpy for PPC64.
10495         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10496         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10498 2014-05-06  Andreas Schwab  <schwab@suse.de>
10500         [BZ #16912]
10501         * gmon/mcount.c (_MCOUNT_DECL): Use
10502         atomic_compare_and_exchange_bool_acq instead of
10503         catomic_compare_and_exchange_bool_acq.
10505 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10507         * elf/Makefile (others, install-bin): Remove pldd.
10508         (pldd-modules): Variable removed.
10509         ($(objpfx)pldd): Target removed.
10510         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10511         (others, install-bin): Append pldd here.
10512         ($(objpfx)pldd): New target.
10514         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10515         to 0, so the first #if test emitted later doesn't see it undefined.
10516         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10517         * sysdeps/gnu/errlist.c: Regenerated.
10519 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10521         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10522         [libc_hidden_builtin_def]: Define to empty value.
10523         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10524         [libc_hidden_builtin_def]: Likewise.
10525         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10526         [libc_hidden_builtin_def]: Likewise.
10527         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10528         [libc_hidden_builtin_def]: Likewise.
10529         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10530         __redirect_memcpy and define ifunc as default hidden symbol.
10531         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10532         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10534 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10536         * locale/iso-4217.def: Reintroduce XDR currency.
10538 2014-05-04  Allan McRae  <allan@archlinux.org>
10540         * po/eo.po: Update Esperanto translation from translation project.
10542 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10544         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10545         and FEATURE_INDEX_MAX to 1.
10546         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10548 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10550         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10551         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10552         * iconvdata/big5.c (ONE_DIRECTION): Define.
10553         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10554         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10555         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10556         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10557         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10558         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10559         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10560         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10561         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10562         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10563         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10564         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10565         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10566         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10567         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10568         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10569         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10570         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10571         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10572         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10573         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10574         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10575         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10576         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10577         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10578         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10579         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10580         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10581         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10582         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10583         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10584         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10585         * iconvdata/johab.c (ONE_DIRECTION): Define.
10586         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10587         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10588         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10589         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10590         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10591         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10592         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10593         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10594         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10595         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10597 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10599         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10600         (_IO_JUMPS_OFFSET): Define to 0.
10602         * nptl/sysdeps/pthread/bits/libc-lock.h
10603         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10604         (__libc_lock_define_initialized_recursive): Always define using
10605         initializer.  Modern compilers treat uninitialized (implicit zero) and
10606         explicit zero initializers the same (i.e. put the datum in bss).
10608 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10610         * nscd/nscd-client.h: Include <string.h>.
10612 2014-05-01  David S. Miller  <davem@davemloft.net>
10614         [BZ #16885]
10615         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10616         multiple zero bytes exist at the end of a string.
10617         Reported by Aurelien Jarno <aurelien@aurel32.net>
10619         * string/test-strcmp.c (check): Add explicit test for situations where
10620         there are multiple zero bytes after the first.
10622 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10624         [BZ #16890]
10625         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10626         when compiling wprintf.
10627         * stdio-common/tstdiomisc.c (t3): New function.
10628         (main): Call it.
10630 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10632         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10633         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10634         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10635         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10637 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10639         * stdlib/longlong.h: Updated from GCC.
10641 2014-05-01  Will Newton  <will.newton@linaro.org>
10642             Bernard Ogden  <bernie.ogden@linaro.org>
10644         * NEWS: Update fixed bug list.
10646         [BZ #15119]
10647         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10649 2014-04-30  David S. Miller  <davem@davemloft.net>
10651         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10652         (libc_feholdexcept_setround_sparc_ctx): New function.
10653         (libc_fesetenv_sparc_ctx): Likewise.
10654         (libc_feupdateenv_sparc_ctx): Likewise.
10655         (libc_feholdsetround_sparc_ctx): Likewise.
10656         (libc_feholdexcept_setround_ctx): Define.
10657         (libc_feholdexcept_setroundf_ctx): Likewise.
10658         (libc_feholdexcept_setroundl_ctx): Likewise.
10659         (libc_fesetenv_ctx): Likewise.
10660         (libc_fesetenvf_ctx): Likewise.
10661         (libc_fesetenvl_ctx): Likewise.
10662         (libc_feupdateenv_ctx): Likewise.
10663         (libc_feupdateenvf_ctx): Likewise.
10664         (libc_feupdateenvl_ctx): Likewise.
10665         (libc_feresetround_ctx): Likewise.
10666         (libc_feresetroundf_ctx): Likewise.
10667         (libc_feresetroundl_ctx): Likewise.
10668         (libc_feholdsetround_ctx): Likewise.
10669         (libc_feholdsetroundf_ctx): Likewise.
10670         (libc_feholdsetroundl_ctx): Likewise.
10672         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10673         with __USE_GNU instead of XOPEN cpp guards.
10675         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10676         0.
10678         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10679         with XOPEN cpp guards.
10681 2014-04-30  Julian Brown  <julian@codesourcery.com>
10683         [BZ #16888]
10684         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10685         handling.
10687 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10689         [BZ #9894]
10690         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10691         Change to 2.6.32.
10692         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10693         * sysdeps/unix/sysv/linux/configure: Regenerated.
10694         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10695         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10696         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10697         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10698         * README: Update reference to required Linux kernel version.
10699         * manual/install.texi (Linux): Update reference to required Linux
10700         kernel headers version.
10701         * INSTALL: Regenerated.
10703         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10704         header inclusion.
10705         [POSIX] (limits.h): Likewise.
10706         [POSIX] (math.h): Likewise.
10707         [POSIX] (sys/wait.h): Likewise.
10708         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10709         function.
10710         [POSIX] (stddef.h): Do not allow header inclusion.
10712 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10714         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10716 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10718         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10719         Return immediately after lll_futex_wake.
10721 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10723         [BZ #16791]
10724         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10725         structure.
10726         (datahead_init_pos): Call datahead_init_common early.
10727         (datahead_init_neg): Likewise.
10729         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10730         datahead_init_neg): New functions.
10731         * nscd/aicache.c (addhstaiX): Use them.
10732         * nscd/grpcache.c (cache_addgr): Likewise.
10733         * nscd/hstcache.c (cache_addhst): Likewise.
10734         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10735         * nscd/netgroupcache.c (do_notfound): Likewise.
10736         (addgetnetgrentX): Likewise.
10737         (addinnetgrX): Likewise.
10738         * nscd/pwdcache.c (cache_addpw): Likewise.
10739         * nscd/servicescache.c (cache_addserv): Likewise.
10741 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10742             Atsushi Onoe  <atsushi@onoe.org>
10744         [BZ #14308]
10745         [BZ #12994]
10746         [BZ #13651]
10747         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10748         one response is valid.
10749         * resolv/res_send.c (send_dg): Check for validity of other
10750         response if the current response is a referral.
10752 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10754         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10756 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10758         [BZ #16823]
10759         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10760         Always divide by positive zero when computing -Inf result.
10761         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10762         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10764 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10766         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10767         FPSCR if value do not change.
10768         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10769         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10770         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10771         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10772         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10773         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10774         function.
10776 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10778         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10779         * sysdeps/unix/sysv/linux/hppa: Move directory from
10780         ports/systeps/unix/sysv/linux/hppa.
10781         * README: Update listing for hppa-*-linux-gnu.
10783 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10785         [BZ #16754]
10786         * manual/stdio.texi (Hook functions): Fix types of stream hook
10787         functions.
10788         [BZ #16854]
10789         * socket/sys/socket.h: Fix typo in comment.
10791 2014-04-28  Wilco  <wdijkstr@arm.com>
10793         * sysdeps/arm/fenv_private.h: New file.
10794         * sysdeps/arm/math_private.h: New file.
10795         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10797 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10799         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10800         with __int128_t.
10801         (La_x86_64_retval): Likewise.
10803 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10805         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10806         fpsr if value didn't change.
10807         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10808         to fpcr if value didn't change.
10809         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10810         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10811         fpsr or fpcr if value didn't change.
10812         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10813         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10814         fpcr if value didn't change.
10815         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10816         to fpsr if value didn't change.
10818 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10820         * nptl/tst-sem3.c: Use test-skeleton.c
10821         (main): Rename to do_test.  Use return instead of
10822         exit.
10823         * nptl/tst-sem4.c: Use test-skeleton.c
10824         (main): Rename to do_test.
10826 2014-04-22  David S. Miller  <davem@davemloft.net>
10828         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10829         (struct sigaction): New struct member __glibc_reserved0, change
10830         type of sa_flags to int.
10832 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10834         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10835         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10837 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10839         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10840         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10842 2014-04-22  Will Newton  <will.newton@linaro.org>
10843             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10845         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10846         (__longjmp): Add longjmp and longjmp_target SystemTap
10847         probes.
10848         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10849         (__sigsetjmp): Add setjmp SystemTap probe.
10851 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10853         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10854         match manual order.
10856 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10858         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10860         * sysdeps/powerpc/fpu/fenv_private.h
10861         (libc_feholdexcept_setroundl_ctx): Define to
10862         libc_feholdexcept_setround_ppc_ctx.
10863         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10864         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10865         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10866         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10868 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10870         * sysdeps/aarch64/math-tests.h: New file.
10872 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10874         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10875         New.
10876         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10877         Check and set bit_AVX2_Usable.
10878         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10879         macro.
10880         (bit_AVX2): Likewise.
10881         (index_AVX2_Usable): Likewise.
10882         (CPUID_AVX2): Likewise.
10883         (HAS_AVX2): Likewise.
10885 2014-04-17  Will Newton  <will.newton@linaro.org>
10887         * manual/setjmp.texi (System V contexts): Add note that
10888         calling setcontext on a context created by a call to a
10889         signal handler is undefined.  Update text to note that
10890         setcontext from a signal handler is possible but not
10891         recommended.
10893         [BZ #16629]
10894         * stdlib/tst-setcontext.c: Include signal.h.
10895         (main): Check that the signal stack before and
10896         after swapcontext is the same.
10898         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10899         Re-implement to restore registers in user code and avoid
10900         rt_sigreturn system call.
10902 2014-04-17  Wilco  <wdijkstr@arm.com>
10904         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10905         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10906         * math/test-fenv.c: Skip exception trap tests on targets which only
10907         support non-stop mode.
10909 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10910             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10912         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10913         (libc_feholdsetround_aarch64_ctx)
10914         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10915         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10916         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10917         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10918         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10919         (libc_feresetround_noexl_ctx): Define.
10921 2014-04-16  Richard Henderson  <rth@redhat.com>
10923         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10925         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10926         unwind tables.
10928         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10929         const from the non-libc, non-ldso copy.
10931         * sysdeps/alpha/libm-test-ulps: Regenerate.
10933 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10934             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10936         * sysdeps/aarch64/fpu/math_private.h: New file.
10938 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10940         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10942 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10944         [BZ #16275]
10945         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10946         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10947         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10948         Intel MPX bound registers before _dl_profile_fixup.
10949         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10950         registers after _dl_profile_fixup.  Save and restore bound
10951         registers bnd0/bnd1 when calling _dl_call_pltexit.
10952         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10953         (LR_BND_OFFSET): Likewise.
10954         (LRV_BND0_OFFSET): Likewise.
10955         (LRV_BND1_OFFSET): Likewise.
10957 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10959         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10960         to...
10961         * sysdeps/mach/hurd/i386/tls.h: ... here.
10962         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10963         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10964         fields.
10966 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10968         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10970 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10972         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10974 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10976         [BZ #14770]
10977         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10978         * sysdeps/s390/configure: Regenerate.
10980         [BZ #16824]
10981         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10982         Set round-to-nearest internally to reduce error accumulation.
10984 2014-04-16  Alan Modra  <amodra@gmail.com>
10986         [BZ #16740]
10987         [BZ #16619]
10988         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10989         * math/libm-test.inc (frexp_test_data): Add tests.
10990         * NEWS: Update fixed bug list.
10992 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10994         * benchtests/Makefile: Depend on libraries in build directory.
10995         (bench-math): Separate out math tests.
10996         (bench-pthread): Separate out pthread tests.
10997         (bench): Include math and pthread tests.
10999 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11001         [BZ #16831]
11002         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11003         _dl_debug_initialize.
11005         * configure.ac: Remove SELinux header check.
11006         * configure: Regenerate.
11007         * nscd/selinux.c (perms): Array of const char* to permission names.
11008         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11009         default policy. Call string_to_security_class and string_to_av_perm to
11010         translate strings. Enforce default policy and call avs_has_perm with
11011         results of translated strings.
11013 2014-04-13  David S. Miller  <davem@davemloft.net>
11015         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11017 2014-04-12  Allan McRae  <allan@archlinux.org>
11019         [BZ #16838]
11020         * manual/string.texi (Collation Functions): Fix qsort argument
11021         order in example.
11022         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11024 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11026         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11027         Make the test a no-op if there are no exceptions defined.
11029 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11031         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11032         enable-hardcoded-path-in-tests
11034 2014-04-11  Will Newton  <will.newton@linaro.org>
11036         * benchtests/Makefile (extra-objs): Add json-lib.o.
11037         (bench-func): Tidy up JSON output.
11038         * benchtests/bench-skeleton.c: Include json-lib.h.
11039         (main): Use JSON library functions to do output of
11040         benchmark results.
11041         * benchtests/bench-timing-type.c (main): Output the
11042         timing type simply, leaving formatting to the user.
11043         * benchtests/json-lib.c: New file.
11044         * benchtests/json-lib.h: Likewise.
11046 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11048         [BZ #15215]
11049         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11050         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11051         memory barriers.  Add comments.
11052         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11053         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11054         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11055         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11056         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11057         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11059 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11061         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11062         * sysdeps/s390/s390-64/configure.ac: ... this ...
11063         * sysdeps/s390/configure.ac: ... to here.
11064         * sysdeps/s390/s390-32/configure: Delete file.
11065         * sysdeps/s390/s390-64/configure: Delete file.
11066         * sysdeps/s390/configure: Regenerate.
11068 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11070         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11072 2014-04-11  Will Newton  <will.newton@linaro.org>
11074         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11075         to zero if it is not defined elsewhere.  (mtrim): Test
11076         the value of MALLOC_DEBUG with #if rather than #ifdef.
11078 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11080         * benchtests/pthread_once-inputs: New file.
11081         * benchtests/pthread_once-source.c: New file.
11082         * benchtests/README: Update documentation.
11084 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11085             H.J. Lu  <hongjiu.lu@intel.com>
11087         [BZ #16275]
11088         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11089         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11090         * sysdeps/x86_64/configure: Regenerated.
11091         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11092         macro.
11093         (REGISTER_SAVE_RAX): Likewise.
11094         (REGISTER_SAVE_RCX): Likewise.
11095         (REGISTER_SAVE_RDX): Likewise.
11096         (REGISTER_SAVE_RSI): Likewise.
11097         (REGISTER_SAVE_RDI): Likewise.
11098         (REGISTER_SAVE_R8): Likewise.
11099         (REGISTER_SAVE_R9): Likewise.
11100         (REGISTER_SAVE_BND0): Likewise.
11101         (REGISTER_SAVE_BND1): Likewise.
11102         (REGISTER_SAVE_BND2): Likewise.
11103         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11104         bound registers when calling _dl_fixup.
11106 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11108         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11109         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11110         of its definition.
11111         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11112         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11113         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11114         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11115         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11116         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11117         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11119 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11121         [BZ #15514]
11122         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11123         pathconf(_PC_NAME_MAX).
11125 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11127         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11128         Remove macro usage.
11129         (__PTHREAD_SPINS): Move definition to ...
11130         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11131         (__PTHREAD_SPINS): ... here.
11132         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11133         (__PTHREAD_SPIN): Likewise.
11134         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11135         (__PTHREAD_SPIN): Likewise.
11136         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11137         (__PTHREAD_SPIN): Likewise.
11138         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11139         (__PTHREAD_SPIN): Likewise.
11140         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11141         (__PTHREAD_SPIN): Likewise.
11142         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11143         (__PTHREAD_SPIN): Likewise.
11144         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11145         (__PTHREAD_SPIN): Likewise.
11146         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11147         (__PTHREAD_SPIN): Likewise.
11148         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11149         (__PTHREAD_SPIN): Likewise.
11150         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11151         (__PTHREAD_SPIN): Likewise.
11152         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11153         (__PTHREAD_SPIN): Likewise.
11154         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11155         (__PTHREAD_SPIN): Likewise.
11157         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11158         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11159         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11160         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11161         imply folder.
11162         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11163         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11164         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11165         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11166         correct imply path.
11167         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11168         strlen symbol for non multi-arch builds.
11169         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11170         missing hidden_def and weak_alias.
11172 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11174         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11176 2014-04-07  Will Newton  <will.newton@linaro.org>
11178         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11179         and contents.  [!_LIBC] Remove #ifndef and contents.
11180         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11181         * string/memccpy.c (__memccpy): Use ANSI prototype.
11182         * string/memfrob.c (memfrob): Likewise.
11183         * string/strcoll.c (STRCOLL): Likewise.
11184         * string/strlen.c (strlen): Likewise.
11185         * string/strtok.c (STRTOK): Likewise.
11186         * string/strcat.c: Remove unused #include of memcopy.h.
11187         (strcat): Use ANSI prototype.
11188         * string/strchr.c: Remove unused #include of memcopy.h.
11189         (strchr): Use ANSI prototype.
11190         * string/strcmp.c: Remove unused #include of memcopy.h.
11191         (strcmp): Use ANSI prototype.
11192         * string/strcpy.c: Remove unused #include of memcopy.h.
11193         (strcpy): Use ANSI prototype.
11195 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11197         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11198         * config.make.in (config-extra-cppflags): Set it from
11199         libc_extra_cppflags.
11200         * configure.ac (libc_extra_cflags): Make it accumulate over
11201         configure fragments.
11202         (libc_extra_cppflags): New flag.
11203         * configure. Regenerate.
11204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11205         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11206         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11209         [BZ #16815]
11210         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11211         result for FE_DOWNWARD rounding mode.
11212         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11213         Likewise.
11214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11216 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11218         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11219         in function argument name.
11221 2014-04-03  David Svoboda  <svoboda@cert.org>
11223         [BZ #5666]
11224         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11225         explicitly.
11227 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11229         * elf/dl-unmap-segments.h: New file.
11230         * sysdeps/generic/ldsodefs.h
11231         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11232         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11233         * elf/dl-fptr.c: Likewise.
11234         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11235         * sysdeps/aarch64/tlsdesc.c: Likewise.
11236         * sysdeps/arm/tlsdesc.c: Likewise.
11237         * sysdeps/i386/tlsdesc.c: Likewise.
11238         * sysdeps/tile/dl-runtime.c: Likewise.
11239         * sysdeps/x86_64/tlsdesc.c: Likewise.
11240         * elf/dl-load.h: New file.
11241         * elf/dl-load.c: Include it.
11242         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11243         Macros moved to dl-load.h.
11244         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11245         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11246         Use _dl_unmap_segments in place of __munmap.
11247         Break out segment-mapping loop into ...
11248         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11250 2014-04-03  Will Newton  <will.newton@linaro.org>
11252         * elf/dl-lookup.c (do_lookup_x): Remove comment
11253         referring to nested function and move variable
11254         declarations down to before first use.
11256 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11258         [BZ #16799]
11259         [BZ #16800]
11260         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11261         with 0 numerator.
11262         * math/s_catanf.c (__catanf): Likewise.
11263         * math/s_catanh.c (__catanh): Likewise.
11264         * math/s_catanhf.c (__catanhf): Likewise.
11265         * math/s_catanhl.c (__catanhl): Likewise.
11266         * math/s_catanl.c (__catanl): Likewise.
11267         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11268         by positive zero when computing -Inf result.
11269         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11270         (catanh_test): Likewise.
11271         * sysdeps/i386/fpu/libm-test-ulps: Update.
11272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11274         [BZ #16789]
11275         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11276         instead of using underflowing value in computing result.
11277         * math/s_clog10.c (__clog10): Likewise.
11278         * math/s_clog10f.c (__clog10f): Likewise.
11279         * math/s_clog10l.c (__clog10l): Likewise.
11280         * math/s_clogf.c (__clogf): Likewise.
11281         * math/s_clogl.c (__clogl): Likewise.
11282         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11283         (clog10_test): Likewise.
11284         * sysdeps/i386/fpu/libm-test-ulps: Update.
11285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11287 2014-04-02  Alan Modra  <amodra@gmail.com>
11289         [BZ #16739]
11290         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11291         output when value is near a power of two.  Use int64_t for lx and
11292         remove casts.  Use decimal rather than hex exponent constants.
11293         Don't use long double multiplication when double will suffice.
11294         * math/libm-test.inc (nextafter_test_data): Add tests.
11295         * NEWS: Add 16739 and 16786 to bug list.
11297         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11299         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11301 2014-04-01  Will Newton  <will.newton@linaro.org>
11303         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11304         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11306 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11308         [BZ #13347]
11309         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11310         * nptl/tst-setuid2.c: New file.
11311         * nptl/Makefile (xtests): Add tst-setuid2.
11313 2014-04-01  Alan Modra  <amodra@gmail.com>
11315         [BZ #16786]
11316         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11318 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11320         [BZ #6803]
11321         [BZ #6804]
11322         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11323         set errno as appropriate.
11324         * math/w_scalbf.c (__scalbf): Likewise.
11325         * math/w_scalbl.c (__scalbl): Likewise.
11326         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11327         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11328         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11329         Add more NaN tests.
11331         [BZ #16349]
11332         * math/w_atan2.c: Include <errno.h>.
11333         (__atan2): Set errno for result underflowing to zero.
11334         * math/w_atan2f.c: Include <errno.h>.
11335         (__atan2f): Set errno for result underflowing to zero.
11336         * math/w_atan2l.c: Include <errno.h>.
11337         (__atan2l): Set errno for result underflowing to zero.
11338         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11339         tests.
11340         * math/auto-libm-test-out: Regenerated.
11342 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11344         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11345         Encode instruction correctly in little endian.
11346         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11347         Likewise.
11348         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11349         Likewise.
11350         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11351         Likewise.
11352         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11353         Likewise.
11355 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11357         [BZ #9894]
11358         * sysdeps/unix/sysv/linux/kernel-features.h
11359         [__sparc__ && !__arch64__ && !__sparc_v9__]
11360         (__ASSUME_SET_ROBUST_LIST): Do not define.
11361         [__sparc__ && !__arch64__ && !__sparc_v9__]
11362         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11363         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11364         Likewise.
11365         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11366         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11367         (__ASSUME_REQUEUE_PI): Likewise.
11368         (__ASSUME_SET_ROBUST_LIST): Likewise.
11369         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11370         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11371         Undefine.
11372         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11373         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11374         Likewise.
11375         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11376         Likewise.
11377         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11378         Likewise.
11379         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11380         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11381         Undefine.
11382         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11383         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11384         Likewise.
11386         [BZ #16648]
11387         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11388         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11389         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11391 2014-03-31  Will Newton  <will.newton@linaro.org>
11393         * benchtests/Makefile (bench): Add ffs and ffsll to list
11394         of tests.
11395         * benchtests/ffs-inputs: New file.
11396         * benchtests/ffsll-inputs: Likewise.
11398 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11400         [BZ #16770]
11401         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11402         too large before casting to int.
11403         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11404         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11405         * math/libm-test.inc (scalb_test_data): Add more tests.
11407 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11409         * benchtests/Makefile (DETAILED_OPT): New make option.
11410         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11411         set.
11412         * benchtests/bench-skeleton.c: Include stdbool.h.
11413         (main): Store and print timings per input.
11414         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11415         member to each argument value.
11416         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11417         (_print_arg_data): Initialize per-input timing to 0.
11419         * benchtests/Makefile (timing-type): New binary.
11420         (bench-clean): Also remove bench-timing-type.
11421         (bench): New target for timing-type.
11422         (bench-func): Print output in JSON format.
11423         * benchtests/bench-skeleton.c (main): Print output in JSON
11424         format.
11425         * benchtests/bench-timing-type.c: New file.
11426         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11427         (TIMING_PRINT_STATS): Remove.
11428         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11429         name separately.
11431         * benchtests/bench-modf.c: Remove.
11432         * benchtests/modf-inputs: New inputs file.
11434 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11436         [BZ #16362]
11437         * math/s_clog10.c (M_PI_LOG10E): New macro.
11438         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11439         imaginary parts are 0.
11440         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11441         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11442         imaginary parts are 0.
11443         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11444         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11445         imaginary parts are 0.
11446         * math/libm-test.inc (clog10_test_data): Update expected results
11447         for when real and imaginary parts are 0.
11449 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11451         * elf/dl-load.c: Finish conversion of __builtin_expect into
11452         __glibc_{un}likely.
11454 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11456         [BZ #16348]
11457         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11458         1+x for argument with exponent below -67.
11459         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11460         Likewise.
11461         * math/auto-libm-test-in: Add more tests of exp.
11462         * math/auto-libm-test-out: Regenerated.
11464 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11466         [BZ #16759]
11467         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11468         (nscd_getnetgrent): Use it.
11470         [BZ #16760]
11471         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11472         of stpcpy.
11474 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11476         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11477         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11478         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11479         (lll_robust_unlock): Remove out of line section. Use cfi
11480         intrinsics.
11481         (LLL_STUB_UNWIND_INFO*): Remove.
11482         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11483         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11484         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11485         (lll_robust_unlock): Remove out of line section. Use cfi
11486         intrinsics.
11487         (LLL_STUB_UNWIND_INFO*): Remove.
11489 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11491         [BZ #16758]
11492         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11493         blank values.
11495 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11497         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11499 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11501         [BZ #16198]
11502         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11503         fnstenv.
11504         * math/test-fenv-preserve.c: New file.
11505         * math/Makefile (tests): Add test-fenv-preserve.
11507 2014-03-26  Will Newton <will.newton@linaro.org>
11509         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11511 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11513         * scripts/versionlist.awk: Partition the version sets and emit all
11514         GLIBC_* (sorted) before all others (sorted).
11516 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11518         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11519         GLIBC_2.2.5 version.
11521 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11523         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11524         calls.
11526         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11527         previous change.
11529         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11531 2014-03-25  Andreas Schwab  <schwab@suse.de>
11533         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11534         label to be used after in6ailist is initialized.
11536 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11538         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11539         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11541 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11543         [BZ #16357]
11544         [BZ #16599]
11545         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11546         min_plus_half.
11547         (fp_formats): Update initializers.
11548         (init_fp_formats): Initialize new field.
11549         (output_for_one_input_case): Allow underflow for results up to
11550         min_plus_half.
11551         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11552         * math/auto-libm-test-in: Don't mark some underflows from asin and
11553         atanh as spurious.
11554         * math/auto-libm-test-out: Regenerated.
11555         * sysdeps/i386/fpu/libm-test-ulps: Update.
11556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11558 2014-03-25  Andreas Schwab  <schwab@suse.de>
11560         * libio/Makefile (tst-ftell-partial-wide-ENV)
11561         (tst-ftell-active-handler-ENV): Define.
11563 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11565         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11567 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11569         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11571 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11573         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11574         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11575         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11577 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11579         [BZ #16634]
11580         * elf/dl-load.c (open_verify): Add mode parameter.
11581         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11582         (open_path): Change from boolean 'secure' to complete flag 'mode'
11583         (_dl_map_object): Adjust.
11584         * elf/Makefile (tests): Add tst-dlopen-aout.
11585         * elf/tst-dlopen-aout.c: New test.
11587 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11589         [BZ #16714]
11590         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11591         (struct stat): Rename member pad0 to __glibc_reserved0.
11593         [BZ #16712]
11594         * sysdeps/s390/s390-32/bits/wordsize.h
11595         (__WORDSIZE32_SIZE_ULONG): New define.
11596         * sysdeps/s390/s390-64/bits/wordsize.h
11597         (__WORDSIZE32_SIZE_ULONG): Likewise.
11598         * sysdeps/generic/stdint.h (SIZE_MAX):
11599         Define as UL if __WORDSIZE32_SIZE_ULONG.
11601         [BZ #16713]
11602         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11603         (__glibc_reserved0): New variable.
11604         (sa_flags): Change type to int.
11606         * posix/Makefile (before-compile): Use += before-compile instead
11607         of a :=.
11609         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11610         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11612 2014-03-20  Andreas Schwab  <schwab@suse.de>
11614         [BZ #16743]
11615         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11616         non-matching result from nscd.
11618 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11620         * scripts/bench.py: Moved to ...
11621         * benchtests/scripts/bench.py: ... here.
11622         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11624 2014-03-24  Andreas Schwab  <schwab@suse.de>
11626         [BZ #16002]
11627         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11628         alloca_account and account alloca use for struct in6ailist.
11630 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11632         [BZ #16284]
11633         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11634         rounding mode to recompute results that overflow to infinity or
11635         underflow to zero.
11636         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11637         bug 16284.
11638         * math/auto-libm-test-out: Regenerated.
11639         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11640         (ccosh_test): Likewise.
11641         (csin_test_data): Use plus_oflow.
11642         (csin_test): Use ALL_RM_TEST.
11643         (csinh_test_data): Use plus_oflow.
11644         (csinh_test): Use ALL_RM_TEST.
11645         * sysdeps/i386/fpu/libm-test-ulps: Update.
11646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11648 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11650         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11651         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11652         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11654         [BZ #16731]
11655         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11656         when x - 1 is zero.
11657         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11658         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11659         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11660         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11661         argument is 1.
11662         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11663         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11664         zero.
11665         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11666         * sysdeps/i386/fpu/libm-test-ulps: Update.
11667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11669 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11671         * scripts/bench.pl: Remove file.
11672         * scripts/bench.py: New benchmark script.
11673         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11674         * benchtests/README: Mention python dependency.
11675         * scripts/pylintrc: New file.
11676         * scripts/pylint: New file.
11678         * bits/mathdef.h: Use #ifdef instead of #if.
11679         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11680         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11681         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11682         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11683         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11684         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11686 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11687             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11689         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11690         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11691         and strpbrk-ppc64 objects.
11692         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11693         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11694         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11695         multiarch strpbrk for POWER7.
11696         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11697         multiarch strpbrk for PPC64.
11698         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11699         ifunc selector.
11700         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11701         strpbrk for POWER7.
11703 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11705         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11706         (atan_test): Likewise.
11707         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11708         (atanh_test): Use ALL_RM_TEST.
11709         (atan2_test_data): Likewise.
11710         (cabs_test): Likewise.
11711         (cacosh_test): Likewise.
11712         (carg_test): Likewise.
11713         (casin_test): Likewise.
11714         (casinh_test): Likewise.
11715         (cbrt_test): Likewise.
11716         (csqrt_test): Likewise.
11717         (erf_test): Likewise.
11718         (erfc_test): Likewise.
11719         (pow10_test): Likewise.
11720         (exp2_test): Likewise.
11721         (hypot_test): Likewise.
11722         (j0_test): Likewise.
11723         (j1_test): Likewise.
11724         (lgamma_test): Likewise.
11725         (gamma_test): Likewise.
11726         (sincos_test): Likewise.
11727         (tanh_test): Likewise.
11728         (y0_test): Likewise.
11729         (y1_test): Likewise.
11730         * sysdeps/i386/fpu/libm-test-ulps: Update.
11731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11733 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11735         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11736         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11737         and strcspn-ppc64 objects.
11738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11739         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11740         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11741         multiarch strcspn for POWER7.
11742         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11743         multiarch strcspn for PPC64.
11744         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11745         ifunc selector.
11746         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11747         strcspn for POWER7.
11749 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11751         * math/gen-libm-test.pl (generate_testfile): Expect only function
11752         name as argument to AUTO_TESTS_* and pass results for all rounding
11753         modes to parse_args.
11754         (parse_auto_input): Separate inputs of automatic tests from
11755         outputs before storing in %auto_tests.
11756         * math/libm-test.inc (acos_test_data): Update call to
11757         AUTO_TESTS_f_f.
11758         (acos_test): Use ALL_RM_TEST.
11759         (acos_tonearest_test_data): Remove.
11760         (acos_test_tonearest): Likewise.
11761         (acos_towardzero_test_data): Likewise.
11762         (acos_test_towardzero): Likewise.
11763         (acos_downward_test_data): Likewise.
11764         (acos_test_downward): Likewise.
11765         (acos_upward_test_data): Likewise.
11766         (acos_test_upward): Likewise.
11767         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11768         (asin_test_data): Likewise.
11769         (asin_test): Use ALL_RM_TEST.
11770         (asin_tonearest_test_data): Remove.
11771         (asin_test_tonearest): Likewise.
11772         (asin_towardzero_test_data): Likewise.
11773         (asin_test_towardzero): Likewise.
11774         (asin_downward_test_data): Likewise.
11775         (asin_test_downward): Likewise.
11776         (asin_upward_test_data): Likewise.
11777         (asin_test_upward): Likewise.
11778         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11779         (atan_test_data): Likewise.
11780         (atanh_test_data): Likewise.
11781         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11782         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11783         (carg_test_data): Likewise.
11784         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11785         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11786         (ccosh_test_data): Likewise.
11787         (cexp_test_data): Likewise.
11788         (clog_test_data): Likewise.
11789         (clog10_test_data): Likewise.
11790         (cos_test_data): Update call to AUTO_TESTS_f_f.
11791         (cos_test): Use ALL_RM_TEST.
11792         (cos_tonearest_test_data): Remove.
11793         (cos_test_tonearest): Likewise.
11794         (cos_towardzero_test_data): Likewise.
11795         (cos_test_towardzero): Likewise.
11796         (cos_downward_test_data): Likewise.
11797         (cos_test_downward): Likewise.
11798         (cos_upward_test_data): Likewise.
11799         (cos_test_upward): Likewise.
11800         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11801         (cosh_test): Use ALL_RM_TEST.
11802         (cosh_tonearest_test_data): Remove.
11803         (cosh_test_tonearest): Likewise.
11804         (cosh_towardzero_test_data): Likewise.
11805         (cosh_test_towardzero): Likewise.
11806         (cosh_downward_test_data): Likewise.
11807         (cosh_test_downward): Likewise.
11808         (cosh_upward_test_data): Likewise.
11809         (cosh_test_upward): Likewise.
11810         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11811         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11812         (ctan_test_data): Likewise.
11813         (ctan_test): Use ALL_RM_TEST.
11814         (ctan_tonearest_test_data): Remove.
11815         (ctan_test_tonearest): Likewise.
11816         (ctan_towardzero_test_data): Likewise.
11817         (ctan_test_towardzero): Likewise.
11818         (ctan_downward_test_data): Likewise.
11819         (ctan_test_downward): Likewise.
11820         (ctan_upward_test_data): Likewise.
11821         (ctan_test_upward): Likewise.
11822         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11823         (ctanh_test): Use ALL_RM_TEST.
11824         (ctanh_tonearest_test_data): Remove.
11825         (ctanh_test_tonearest): Likewise.
11826         (ctanh_towardzero_test_data): Likewise.
11827         (ctanh_test_towardzero): Likewise.
11828         (ctanh_downward_test_data): Likewise.
11829         (ctanh_test_downward): Likewise.
11830         (ctanh_upward_test_data): Likewise.
11831         (ctanh_test_upward): Likewise.
11832         (erf_test_data): Update call to AUTO_TESTS_f_f.
11833         (erfc_test_data): Likewise.
11834         (exp_test_data): Likewise.
11835         (exp_test): Use ALL_RM_TEST.
11836         (exp_tonearest_test_data): Remove.
11837         (exp_test_tonearest): Likewise.
11838         (exp_towardzero_test_data): Likewise.
11839         (exp_test_towardzero): Likewise.
11840         (exp_downward_test_data): Likewise.
11841         (exp_test_downward): Likewise.
11842         (exp_upward_test_data): Likewise.
11843         (exp_test_upward): Likewise.
11844         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11845         (exp10_test): Use ALL_RM_TEST.
11846         (exp10_tonearest_test_data): Remove.
11847         (exp10_test_tonearest): Likewise.
11848         (exp10_towardzero_test_data): Likewise.
11849         (exp10_test_towardzero): Likewise.
11850         (exp10_downward_test_data): Likewise.
11851         (exp10_test_downward): Likewise.
11852         (exp10_upward_test_data): Likewise.
11853         (exp10_test_upward): Likewise.
11854         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11855         (expm1_test_data): Likewise.
11856         (expm1_test): Use ALL_RM_TEST.
11857         (expm1_tonearest_test_data): Remove.
11858         (expm1_test_tonearest): Likewise.
11859         (expm1_towardzero_test_data): Likewise.
11860         (expm1_test_towardzero): Likewise.
11861         (expm1_downward_test_data): Likewise.
11862         (expm1_test_downward): Likewise.
11863         (expm1_upward_test_data): Likewise.
11864         (expm1_test_upward): Likewise.
11865         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11866         (fma_test): Use ALL_RM_TEST.
11867         (fma_towardzero_test_data): Remove.
11868         (fma_test_towardzero): Likewise.
11869         (fma_downward_test_data): Likewise.
11870         (fma_test_downward): Likewise.
11871         (fma_upward_test_data): Likewise.
11872         (fma_test_upward): Likewise.
11873         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11874         (j0_test_data): Update call to AUTO_TESTS_f_f.
11875         (j1_test_data): Likewise.
11876         (jn_test_data): Update call to AUTO_TESTS_if_f.
11877         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11878         (log_test_data): Update call to AUTO_TESTS_f_f.
11879         (log10_test_data): Likewise.
11880         (log1p_test_data): Likewise.
11881         (log2_test_data): Likewise.
11882         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11883         (pow_tonearest_test_data): Likewise.
11884         (sin_test_data): Update call to AUTO_TESTS_f_f.
11885         (sin_test): Use ALL_RM_TEST.
11886         (sin_tonearest_test_data): Remove.
11887         (sin_test_tonearest): Likewise.
11888         (sin_towardzero_test_data): Likewise.
11889         (sin_test_towardzero): Likewise.
11890         (sin_downward_test_data): Likewise.
11891         (sin_test_downward): Likewise.
11892         (sin_upward_test_data): Likewise.
11893         (sin_test_upward): Likewise.
11894         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11895         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11896         (sinh_test): Use ALL_RM_TEST.
11897         (sinh_tonearest_test_data): Remove.
11898         (sinh_test_tonearest): Likewise.
11899         (sinh_towardzero_test_data): Likewise.
11900         (sinh_test_towardzero): Likewise.
11901         (sinh_downward_test_data): Likewise.
11902         (sinh_test_downward): Likewise.
11903         (sinh_upward_test_data): Likewise.
11904         (sinh_test_upward): Likewise.
11905         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11906         (sqrt_test): Use ALL_RM_TEST.
11907         (sqrt_tonearest_test_data): Remove.
11908         (sqrt_test_tonearest): Likewise.
11909         (sqrt_towardzero_test_data): Likewise.
11910         (sqrt_test_towardzero): Likewise.
11911         (sqrt_downward_test_data): Likewise.
11912         (sqrt_test_downward): Likewise.
11913         (sqrt_upward_test_data): Likewise.
11914         (sqrt_test_upward): Likewise.
11915         (tan_test_data): Update call to AUTO_TESTS_f_f.
11916         (tan_test): Use ALL_RM_TEST.
11917         (tan_tonearest_test_data): Remove.
11918         (tan_test_tonearest): Likewise.
11919         (tan_towardzero_test_data): Likewise.
11920         (tan_test_towardzero): Likewise.
11921         (tan_downward_test_data): Likewise.
11922         (tan_test_downward): Likewise.
11923         (tan_upward_test_data): Likewise.
11924         (tan_test_upward): Likewise.
11925         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11926         (tgamma_test_data): Likewise.
11927         (y0_test_data): Likewise.
11928         (y1_test_data): Likewise.
11929         (yn_test_data): Update call to AUTO_TESTS_if_f.
11930         (main): Do not call removed functions.
11932 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11934         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11935         (ldexp_test_data): Remove.
11936         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11937         scalbn_test_data.
11938         (scalb_test): Use ALL_RM_TEST.
11940 2014-03-19  Andreas Schwab  <schwab@suse.de>
11942         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11944 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11946         [BZ #16649]
11947         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11948         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11949         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11950         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11951         (__ASSUME_PREADV): Undefine.
11952         (__ASSUME_PWRITEV): Likewise.
11954 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11956         * bits/mman-linux.h: Add comment about non-Linux use.
11957         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11958         bits/mman-linux.h resting place.
11960         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11961         * bits/mman-linux.h: ... here.
11963 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11965         * conform/conformtest.pl: Add standard definition when calling C
11966         preprocessor on data files.
11967         (checknamespace): Remove unused variable.
11969 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11971         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11972         minus_oflow, plus_uflow and minus_uflow in expected results.
11973         * math/libm-test.inc (scalbn_test_data): Add more tests of
11974         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11975         minus_uflow.
11976         (scalbn_test): Use ALL_RM_TEST.
11977         (scalbln_test_data): Add more tests of negative arguments.  Use
11978         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11979         (scalbln_test): Use ALL_RM_TEST.
11981 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11983         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11985 2014-03-18  Will Newton  <will.newton@linaro.org>
11987         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11988         inaccurate comment.
11990 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11992         * Makerules [!subdir] (check-abi): Exit with error status if a
11993         test failed.
11995 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11997         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11998         for rint.  Include results for all rounding modes.
11999         (nearbyint_test): Use ALL_RM_TEST.
12000         (rint_test_data): Include all tests used for nearbyint.
12002 2014-03-17  Will Newton  <will.newton@linaro.org>
12004         * nptl/sysdeps/pthread/pthread.h: Revert previous
12005         change.
12007         * sysdeps/generic/ldsodefs.h: Revert previous
12008         change.
12010         * libio/genops.c: Revert previous change.
12011         * libio/libioP.h: Likewise.
12012         * stdio-common/vfprintf.c: Likewise.
12014         * sysdeps/generic/math_private.h: Revert previous
12015         change.
12017         * sysdeps/generic/math_private.h: Check whether
12018         HAVE_RM_CTX is defined with #ifdef rather
12019         than #if.
12021         * argp/argp-fmtstream.h: Check whether
12022         __STRICT_ANSI__ is defined with #ifdef rather
12023         than #if.
12024         * argp/argp.h: Likewise.
12026         * libio/genops.c: Check whether
12027         _IO_JUMPS_OFFSET is defined with #ifdef rather
12028         than #if.
12029         * libio/libioP.h: Likewise.
12030         * stdio-common/vfprintf.c: Likewise.
12032         * sysdeps/generic/ldsodefs.h: Check whether
12033         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12034         than #if.
12036         * nptl/sysdeps/pthread/pthread.h: Check
12037         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12038         its value.
12040 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12042         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12043         setting O_APPEND.
12044         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12045         test case.
12047         [BZ #16680]
12048         * libio/fileops.c (_IO_file_open): Seek to end of file but
12049         don't cache the offset.
12050         (get_file_offset): Remove function.
12051         (do_ftell): Use cached offset when available.
12052         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12053         don't cache the offset.
12054         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12055         case.
12056         (do_one_test): Call it.
12057         (do_ftell_test): Fix up expected old offset for a+ mode.
12058         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12059         available.
12061         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12062         up test status with function return status.
12063         (do_write_test): Likewise.
12064         (do_append_test): Likewise.
12066         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12067         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12068         Remove.
12070 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12072         * math/gen-libm-test.pl (parse_args): Handle results specified for
12073         each rounding mode separately.
12074         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12075         tests and results from lrint_tonearest_test_data,
12076         lrint_towardzero_test_data, lrint_downward_test_data and
12077         lrint_upward_test_data.
12078         (lrint_test): Use ALL_RM_TEST.
12079         (lrint_tonearest_test_data): Remove.
12080         (lrint_test_tonearest): Likewise.
12081         (lrint_towardzero_test_data): Likewise.
12082         (lrint_test_towardzero): Likewise.
12083         (lrint_downward_test_data): Likewise.
12084         (lrint_test_downward): Likewise.
12085         (lrint_upward_test_data): Likewise.
12086         (lrint_test_upward): Likewise.
12087         (llrint_test_data): Merge in per-rounding-mode tests and results
12088         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12089         llrint_downward_test_data and llrint_upward_test_data.
12090         (llrint_test): Use ALL_RM_TEST.
12091         (llrint_tonearest_test_data): Remove.
12092         (llrint_test_tonearest): Likewise.
12093         (llrint_towardzero_test_data): Likewise.
12094         (llrint_test_towardzero): Likewise.
12095         (llrint_downward_test_data): Likewise.
12096         (llrint_test_downward): Likewise.
12097         (llrint_upward_test_data): Likewise.
12098         (llrint_test_upward): Likewise.
12099         (rint_test_data): Merge in per-rounding-mode tests and results
12100         from rint_tonearest_test_data, rint_towardzero_test_data,
12101         rint_downward_test_data and rint_upward_test_data.  Add
12102         per-rounding-mode results for tests not in those arrays.
12103         (rint_test): Use ALL_RM_TEST.
12104         (rint_tonearest_test_data): Remove.
12105         (rint_test_tonearest): Likewise.
12106         (rint_towardzero_test_data): Likewise.
12107         (rint_test_towardzero): Likewise.
12108         (rint_downward_test_data): Likewise.
12109         (rint_test_downward): Likewise.
12110         (rint_upward_test_data): Likewise.
12111         (rint_test_upward): Likewise.
12112         (main): Don't call removed functions.
12114 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12116         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12117         "Compiled on ..." crapola.  It is anti-useful.
12119 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12121         * scripts/evaluate-test.sh: Handle fourth argument to determine
12122         whether test run should stop on failure.
12123         * Makeconfig (stop-on-test-failure): New variable.
12124         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12125         $(stop-on-test-failure).
12126         * Makefile (tests): Give a summary of results from testing and
12127         exit with failure status if they include an ERROR or FAIL.
12128         (xtests): Likewise.
12129         * manual/install.texi (Configuring and compiling): Mention
12130         stop-on-test-failure=y.
12131         * INSTALL: Regenerated.
12133 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12135         * scripts/versionlist.awk: New file.
12136         * Makerules [$(build-shared) = yes]
12137         (postclean-generated): Add Versions.def, not Versions.def.v and
12138         Versions.def.v.i.
12139         ($(common-objpfx)Versions.def.v.i): Target removed.
12140         ($(common-objpfx)Versions.def): New target.
12141         ($(common-objpfx)Versions.all): Depend on that rather that
12142         $(common-objpfx)Versions.def.v.
12143         * Versions.def: File removed.
12145         * Makeconfig (+gccwarn): Add -Wundef.
12146         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12147         a dl-sysdep.h breaking its contract.
12148         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12149         * include/stackinfo.h: New file.
12150         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12151         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12152         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12153         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12154         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12155         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12156         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12157         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12158         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12159         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12160         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12161         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12162         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12163         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12164         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12166 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12168         [BZ #16707]
12169         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12170         implementation.
12171         * math/libm-test.inc (round_test_data): Add more tests.
12173         [BZ #16706]
12174         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12175         implementation.
12176         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12178         [BZ #16701]
12179         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12180         implementation.
12181         * math/libm-test.inc (ceil_test_data): Add more tests.
12183         * math/libm-test.inc (trunc_test_data): Add more tests related to
12184         BZ#16414.
12186 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12188         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12189         with #if rather than #ifdef.
12190         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12192 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12194         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12195         first.  Disable AVX-512 GCC support if assembler doesn't support
12196         it.
12197         * sysdeps/x86_64/configure: Regenerated.
12199 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12201         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12202         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12203         (__old_pthread_attr_setstack): Likewise.
12204         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12205         [!_STACK_GROWS_DOWN]: Likewise.
12207 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12209         * config.make.in (have-bash2): Delete.
12210         * configure.ac (libc_cv_have_bash2): Delete.
12211         * configure: Regenerate.
12212         * elf/Makefile (common-ldd-rewrite): Rename to ...
12213         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12214         (sh-ldd-rewrite): Delete.
12215         (bash-ldd-rewrite): Delete.
12216         (have-bash2): Delete checks.
12217         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12218         ldd-rewrite.
12220         * config.make.in (have-ksh): Delete.
12221         (KSH): Delete.
12222         * configure.ac (libc_cv_have_ksh): Delete.
12223         * configure: Regenerate.
12225         * elf/Makefile: Delete $(have-ksh) check.
12226         ($(objpfx)sotruss): Change KSH to BASH.
12227         * elf/sotruss.ksh: Rename to ...
12228         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12229         function style to match POSIX.  Drop ksh vim mode setting.
12231         * manual/time.texi (Specifying the Time Zone with TZ): Change
12232         Tuesday to Thursday.
12234         * debug/tst-longjmp_chk2.c: Update header comment.
12235         (stackoverflow_handler): Add comment.  Call assert on pass value.
12237 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12239         [BZ #16194]
12240         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12241         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12242         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12243         (La_x86_64_vector): Add zmm.
12244         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12245         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12246         ($(objpfx)tst-audit10): New target.
12247         ($(objpfx)tst-audit10.out): Likewise.
12248         (tst-audit10-ENV): New.
12249         (AVX512-CFLAGS): Likewise.
12250         (CFLAGS-tst-audit10.c): Likewise.
12251         (CFLAGS-tst-auditmod10a.c): Likewise.
12252         (CFLAGS-tst-auditmod10b.c): Likewise.
12253         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12254         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12255         * sysdeps/x86_64/configure: Regenerated.
12256         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12257         AVX-512 zmm register support.
12258         (_dl_x86_64_save_sse): Likewise.
12259         (_dl_x86_64_restore_sse): Likewise.
12260         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12261         size vector registers.
12262         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12263         (ZMM_SIZE): Likewise.
12264         * sysdeps/x86_64/tst-audit10.c: New file.
12265         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12266         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12268 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12270         * configure.ac (HAVE_EHDR_START): New check.
12271         * configure: Regenerated.
12272         * config.h.in (HAVE_EHDR_START): New #undef.
12273         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12274         assuming the lowest-addressed segment maps the start of the file.
12276 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12278         * INSTALL: Regenerated.
12280 2014-03-13  Will Newton  <will.newton@linaro.org>
12282         * manual/setjmp.texi (System V contexts): Improve
12283         clarity and grammar of documentation.
12285 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12287         [BZ #16381]
12288         * elf/Makefile (tests): Add tst-pie2.
12289         (tests-pie): Add tst-pie2.
12290         * elf/tst-pie2.c: New file.
12291         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12292         for ET_EXEC.
12293         * elf/rtld.c (map_doit): Load executable as lt_executable.
12294         (dl_main): Likewise.
12296 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12298         [BZ #16642]
12299         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12300         (__ASSUME_PSELECT): Undefine.
12302 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12304         [BZ #16689]
12305         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12306         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12307         static build.
12308         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12309         selector for static builds.
12311 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12313         [BZ #16695]
12314         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12315         key in the buffer.
12317 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12319         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12320         IFUNC selector for static builds.
12322 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12324         * sysdeps/mips/math_private.h [__mips_hard_float]
12325         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12326         libc_feresetround_mips_ctx.
12327         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12328         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12329         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12331         [BZ #16677]
12332         * math/s_nextafter.c (__nextafter): Do not return value from
12333         overflowing computation.
12334         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12335         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12336         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12337         Likewise.
12338         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12339         Likewise.
12340         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12341         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12343 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12345         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12346         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12347         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12348         the new mov targetting sp.
12350 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12352         [BZ #16683]
12353         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12354         Define it for static builds as well.
12355         (NO_BZERO_IMPL): Likewise.
12357 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12359         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12360         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12361         multiarch strspn for PPC64.
12362         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12363         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12364         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12365         (__libc_ifunc_impl_list): Likewise.
12366         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12367         multiarch optimizations
12368         * string/strspn.c (strspn): Using macro to redefine symbol name.
12370 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12371             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12373         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12374         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12375         multiarch strncat for PPC64.
12376         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12377         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12378         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12379         (__libc_ifunc_impl_list): Likewise.
12380         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12381         multiarch optimizations
12383 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12385         [BZ #16639]
12386         * nscd/nscd.service: Make service type forking.
12388 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12390         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12391         sign in non default rounding modes.
12392         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12394 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12396         * math/libm-test.inc (ALL_RM_TEST): New macro.
12397         (ceil_test): Use ALL_RM_TEST.
12398         (cimag_test): Likewise.
12399         (conj_test): Likewise.
12400         (copysign_test): Likewise.
12401         (cproj_test): Likewise.
12402         (creal_test): Likewise.
12403         (fabs_test): Likewise.
12404         (floor_test): Likewise.
12405         (fmax_test): Likewise.
12406         (fmin_test): Likewise.
12407         (fmod_test): Likewise.
12408         (fpclassify_test): Likewise.
12409         (frexp_test): Likewise.
12410         (ilogb_test): Likewise.
12411         (isfinite_test): Likewise.
12412         (finite_test): Likewise.
12413         (isgreater_test): Likewise.
12414         (isgreaterequal_test): Likewise.
12415         (isinf_test): Likewise.
12416         (isless_test): Likewise.
12417         (islessequal_test): Likewise.
12418         (islessgreater_test): Likewise.
12419         (isnan_test): Likewise.
12420         (isnormal_test): Likewise.
12421         (issignaling_test): Likewise.
12422         (isunordered_test): Likewise.
12423         (logb_test): Likewise.
12424         (logb_downward_test_data): Remove.
12425         (logb_test_downward): Likewise.
12426         (lround_test): Use ALL_RM_TEST.
12427         (llround_test): Likewise.
12428         (modf_test): Likewise.
12429         (nexttoward_test): Likewise.
12430         (remainder_test): Likewise.
12431         (drem_test): Likewise.
12432         (remainder_tonearest_test_data): Likewise.
12433         (remainder_test_tonearest): Likewise.
12434         (drem_test_tonearest): Likewise.
12435         (remainder_towardzero_test_data): Likewise.
12436         (remainder_test_towardzero): Likewise.
12437         (drem_test_towardzero): Likewise.
12438         (remainder_downward_test_data): Likewise.
12439         (remainder_test_downward): Likewise.
12440         (drem_test_downward): Likewise.
12441         (remainder_upward_test_data): Likewise.
12442         (remainder_test_upward): Likewise.
12443         (drem_test_upward): Likewise.
12444         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12445         (round_test): Use ALL_RM_TEST.
12446         (signbit_test): Likewise.
12447         (trunc_test): Likewise.
12448         (significand_test): Likewise.
12449         (main): Don't call removed functions.
12451 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12453         [BZ #16674]
12454         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12455         || __USE_XOPEN2K8].
12456         (ILL_ILLOPN): Likewise.
12457         (ILL_ILLADR): Likewise.
12458         (ILL_ILLTRP): Likewise.
12459         (ILL_PRVOPC): Likewise.
12460         (ILL_PRVREG): Likewise.
12461         (ILL_COPROC): Likewise.
12462         (ILL_BADSTK): Likewise.
12463         (FPE_INTDIV): Likewise.
12464         (FPE_INTOVF): Likewise.
12465         (FPE_FLTDIV): Likewise.
12466         (FPE_FLTOVF): Likewise.
12467         (FPE_FLTUND): Likewise.
12468         (FPE_FLTRES): Likewise.
12469         (FPE_FLTINV): Likewise.
12470         (FPE_FLTSUB): Likewise.
12471         (SEGV_MAPERR): Likewise.
12472         (SEGV_ACCERR): Likewise.
12473         (BUS_ADRALN): Likewise.
12474         (BUS_ADRERR): Likewise.
12475         (BUS_OBJERR): Likewise.
12476         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12477         (TRAP_TRACE): Likewise.
12478         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12479         __USE_XOPEN2K8].
12480         (CLD_KILLED): Likewise.
12481         (CLD_DUMPED): Likewise.
12482         (CLD_TRAPPED): Likewise.
12483         (CLD_STOPPED): Likewise.
12484         (CLD_CONTINUED): Likewise.
12485         (POLL_IN): Likewise.
12486         (POLL_OUT): Likewise.
12487         (POLL_MSG): Likewise.
12488         (POLL_ERR): Likewise.
12489         (POLL_PRI): Likewise.
12490         (POLL_HUP): Likewise.
12491         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12492         Likewise.
12493         (ILL_ILLOPN): Likewise.
12494         (ILL_ILLADR): Likewise.
12495         (ILL_ILLTRP): Likewise.
12496         (ILL_PRVOPC): Likewise.
12497         (ILL_PRVREG): Likewise.
12498         (ILL_COPROC): Likewise.
12499         (ILL_BADSTK): Likewise.
12500         (FPE_INTDIV): Likewise.
12501         (FPE_INTOVF): Likewise.
12502         (FPE_FLTDIV): Likewise.
12503         (FPE_FLTOVF): Likewise.
12504         (FPE_FLTUND): Likewise.
12505         (FPE_FLTRES): Likewise.
12506         (FPE_FLTINV): Likewise.
12507         (FPE_FLTSUB): Likewise.
12508         (SEGV_MAPERR): Likewise.
12509         (SEGV_ACCERR): Likewise.
12510         (BUS_ADRALN): Likewise.
12511         (BUS_ADRERR): Likewise.
12512         (BUS_OBJERR): Likewise.
12513         (BUS_MCEERR_AR): Likewise.
12514         (BUS_MCEERR_AO): Likewise.
12515         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12516         (TRAP_TRACE): Likewise.
12517         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12518         __USE_XOPEN2K8].
12519         (CLD_KILLED): Likewise.
12520         (CLD_DUMPED): Likewise.
12521         (CLD_TRAPPED): Likewise.
12522         (CLD_STOPPED): Likewise.
12523         (CLD_CONTINUED): Likewise.
12524         (POLL_IN): Likewise.
12525         (POLL_OUT): Likewise.
12526         (POLL_MSG): Likewise.
12527         (POLL_ERR): Likewise.
12528         (POLL_PRI): Likewise.
12529         (POLL_HUP): Likewise.
12530         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12531         (ILL_ILLOPN): Likewise.
12532         (ILL_ILLADR): Likewise.
12533         (ILL_ILLTRP): Likewise.
12534         (ILL_PRVOPC): Likewise.
12535         (ILL_PRVREG): Likewise.
12536         (ILL_COPROC): Likewise.
12537         (ILL_BADSTK): Likewise.
12538         (FPE_INTDIV): Likewise.
12539         (FPE_INTOVF): Likewise.
12540         (FPE_FLTDIV): Likewise.
12541         (FPE_FLTOVF): Likewise.
12542         (FPE_FLTUND): Likewise.
12543         (FPE_FLTRES): Likewise.
12544         (FPE_FLTINV): Likewise.
12545         (FPE_FLTSUB): Likewise.
12546         (SEGV_MAPERR): Likewise.
12547         (SEGV_ACCERR): Likewise.
12548         (BUS_ADRALN): Likewise.
12549         (BUS_ADRERR): Likewise.
12550         (BUS_OBJERR): Likewise.
12551         (BUS_MCEERR_AR): Likewise.
12552         (BUS_MCEERR_AO): Likewise.
12553         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12554         (TRAP_TRACE): Likewise.
12555         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12556         __USE_XOPEN2K8].
12557         (CLD_KILLED): Likewise.
12558         (CLD_DUMPED): Likewise.
12559         (CLD_TRAPPED): Likewise.
12560         (CLD_STOPPED): Likewise.
12561         (CLD_CONTINUED): Likewise.
12562         (POLL_IN): Likewise.
12563         (POLL_OUT): Likewise.
12564         (POLL_MSG): Likewise.
12565         (POLL_ERR): Likewise.
12566         (POLL_PRI): Likewise.
12567         (POLL_HUP): Likewise.
12568         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12569         Likewise.
12570         (ILL_ILLOPN): Likewise.
12571         (ILL_ILLADR): Likewise.
12572         (ILL_ILLTRP): Likewise.
12573         (ILL_PRVOPC): Likewise.
12574         (ILL_PRVREG): Likewise.
12575         (ILL_COPROC): Likewise.
12576         (ILL_BADSTK): Likewise.
12577         (ILL_BADIADDR): Likewise.
12578         (ILL_BREAK): Likewise.
12579         (FPE_INTDIV): Likewise.
12580         (FPE_INTOVF): Likewise.
12581         (FPE_FLTDIV): Likewise.
12582         (FPE_FLTOVF): Likewise.
12583         (FPE_FLTUND): Likewise.
12584         (FPE_FLTRES): Likewise.
12585         (FPE_FLTINV): Likewise.
12586         (FPE_FLTSUB): Likewise.
12587         (FPE_DECOVF): Likewise.
12588         (FPE_DECDIV): Likewise.
12589         (FPE_DECERR): Likewise.
12590         (FPE_INVASC): Likewise.
12591         (FPE_INVDEC): Likewise.
12592         (SEGV_MAPERR): Likewise.
12593         (SEGV_ACCERR): Likewise.
12594         (SEGV_PSTKOVF): Likewise.
12595         (BUS_ADRALN): Likewise.
12596         (BUS_ADRERR): Likewise.
12597         (BUS_OBJERR): Likewise.
12598         (BUS_MCEERR_AR): Likewise.
12599         (BUS_MCEERR_AO): Likewise.
12600         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12601         (TRAP_TRACE): Likewise.
12602         (TRAP_BRANCH): Likewise.
12603         (TRAP_HWBKPT): Likewise.
12604         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12605         __USE_XOPEN2K8].
12606         (CLD_KILLED): Likewise.
12607         (CLD_DUMPED): Likewise.
12608         (CLD_TRAPPED): Likewise.
12609         (CLD_STOPPED): Likewise.
12610         (CLD_CONTINUED): Likewise.
12611         (POLL_IN): Likewise.
12612         (POLL_OUT): Likewise.
12613         (POLL_MSG): Likewise.
12614         (POLL_ERR): Likewise.
12615         (POLL_PRI): Likewise.
12616         (POLL_HUP): Likewise.
12617         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12618         (ILL_ILLOPN): Likewise.
12619         (ILL_ILLADR): Likewise.
12620         (ILL_ILLTRP): Likewise.
12621         (ILL_PRVOPC): Likewise.
12622         (ILL_PRVREG): Likewise.
12623         (ILL_COPROC): Likewise.
12624         (ILL_BADSTK): Likewise.
12625         (FPE_INTDIV): Likewise.
12626         (FPE_INTOVF): Likewise.
12627         (FPE_FLTDIV): Likewise.
12628         (FPE_FLTOVF): Likewise.
12629         (FPE_FLTUND): Likewise.
12630         (FPE_FLTRES): Likewise.
12631         (FPE_FLTINV): Likewise.
12632         (FPE_FLTSUB): Likewise.
12633         (SEGV_MAPERR): Likewise.
12634         (SEGV_ACCERR): Likewise.
12635         (BUS_ADRALN): Likewise.
12636         (BUS_ADRERR): Likewise.
12637         (BUS_OBJERR): Likewise.
12638         (BUS_MCEERR_AR): Likewise.
12639         (BUS_MCEERR_AO): Likewise.
12640         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12641         (TRAP_TRACE): Likewise.
12642         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12643         __USE_XOPEN2K8].
12644         (CLD_KILLED): Likewise.
12645         (CLD_DUMPED): Likewise.
12646         (CLD_TRAPPED): Likewise.
12647         (CLD_STOPPED): Likewise.
12648         (CLD_CONTINUED): Likewise.
12649         (POLL_IN): Likewise.
12650         (POLL_OUT): Likewise.
12651         (POLL_MSG): Likewise.
12652         (POLL_ERR): Likewise.
12653         (POLL_PRI): Likewise.
12654         (POLL_HUP): Likewise.
12655         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12656         (ILL_ILLOPN): Likewise.
12657         (ILL_ILLADR): Likewise.
12658         (ILL_ILLTRP): Likewise.
12659         (ILL_PRVOPC): Likewise.
12660         (ILL_PRVREG): Likewise.
12661         (ILL_COPROC): Likewise.
12662         (ILL_BADSTK): Likewise.
12663         (FPE_INTDIV): Likewise.
12664         (FPE_INTOVF): Likewise.
12665         (FPE_FLTDIV): Likewise.
12666         (FPE_FLTOVF): Likewise.
12667         (FPE_FLTUND): Likewise.
12668         (FPE_FLTRES): Likewise.
12669         (FPE_FLTINV): Likewise.
12670         (FPE_FLTSUB): Likewise.
12671         (SEGV_MAPERR): Likewise.
12672         (SEGV_ACCERR): Likewise.
12673         (BUS_ADRALN): Likewise.
12674         (BUS_ADRERR): Likewise.
12675         (BUS_OBJERR): Likewise.
12676         (BUS_MCEERR_AR): Likewise.
12677         (BUS_MCEERR_AO): Likewise.
12678         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12679         (TRAP_TRACE): Likewise.
12680         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12681         __USE_XOPEN2K8].
12682         (CLD_KILLED): Likewise.
12683         (CLD_DUMPED): Likewise.
12684         (CLD_TRAPPED): Likewise.
12685         (CLD_STOPPED): Likewise.
12686         (CLD_CONTINUED): Likewise.
12687         (POLL_IN): Likewise.
12688         (POLL_OUT): Likewise.
12689         (POLL_MSG): Likewise.
12690         (POLL_ERR): Likewise.
12691         (POLL_PRI): Likewise.
12692         (POLL_HUP): Likewise.
12693         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12694         (ILL_ILLOPN): Likewise.
12695         (ILL_ILLADR): Likewise.
12696         (ILL_ILLTRP): Likewise.
12697         (ILL_PRVOPC): Likewise.
12698         (ILL_PRVREG): Likewise.
12699         (ILL_COPROC): Likewise.
12700         (ILL_BADSTK): Likewise.
12701         (FPE_INTDIV): Likewise.
12702         (FPE_INTOVF): Likewise.
12703         (FPE_FLTDIV): Likewise.
12704         (FPE_FLTOVF): Likewise.
12705         (FPE_FLTUND): Likewise.
12706         (FPE_FLTRES): Likewise.
12707         (FPE_FLTINV): Likewise.
12708         (FPE_FLTSUB): Likewise.
12709         (SEGV_MAPERR): Likewise.
12710         (SEGV_ACCERR): Likewise.
12711         (BUS_ADRALN): Likewise.
12712         (BUS_ADRERR): Likewise.
12713         (BUS_OBJERR): Likewise.
12714         (BUS_MCEERR_AR): Likewise.
12715         (BUS_MCEERR_AO): Likewise.
12716         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12717         (TRAP_TRACE): Likewise.
12718         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12719         __USE_XOPEN2K8].
12720         (CLD_KILLED): Likewise.
12721         (CLD_DUMPED): Likewise.
12722         (CLD_TRAPPED): Likewise.
12723         (CLD_STOPPED): Likewise.
12724         (CLD_CONTINUED): Likewise.
12725         (POLL_IN): Likewise.
12726         (POLL_OUT): Likewise.
12727         (POLL_MSG): Likewise.
12728         (POLL_ERR): Likewise.
12729         (POLL_PRI): Likewise.
12730         (POLL_HUP): Likewise.
12731         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12732         (ILL_ILLOPN): Likewise.
12733         (ILL_ILLADR): Likewise.
12734         (ILL_ILLTRP): Likewise.
12735         (ILL_PRVOPC): Likewise.
12736         (ILL_PRVREG): Likewise.
12737         (ILL_COPROC): Likewise.
12738         (ILL_BADSTK): Likewise.
12739         (ILL_DBLFLT): Likewise.
12740         (ILL_HARDWALL): Likewise.
12741         (FPE_INTDIV): Likewise.
12742         (FPE_INTOVF): Likewise.
12743         (FPE_FLTDIV): Likewise.
12744         (FPE_FLTOVF): Likewise.
12745         (FPE_FLTUND): Likewise.
12746         (FPE_FLTRES): Likewise.
12747         (FPE_FLTINV): Likewise.
12748         (FPE_FLTSUB): Likewise.
12749         (SEGV_MAPERR): Likewise.
12750         (SEGV_ACCERR): Likewise.
12751         (BUS_ADRALN): Likewise.
12752         (BUS_ADRERR): Likewise.
12753         (BUS_OBJERR): Likewise.
12754         (BUS_MCEERR_AR): Likewise.
12755         (BUS_MCEERR_AO): Likewise.
12756         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12757         (TRAP_TRACE): Likewise.
12758         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12759         __USE_XOPEN2K8].
12760         (CLD_KILLED): Likewise.
12761         (CLD_DUMPED): Likewise.
12762         (CLD_TRAPPED): Likewise.
12763         (CLD_STOPPED): Likewise.
12764         (CLD_CONTINUED): Likewise.
12765         (POLL_IN): Likewise.
12766         (POLL_OUT): Likewise.
12767         (POLL_MSG): Likewise.
12768         (POLL_ERR): Likewise.
12769         (POLL_PRI): Likewise.
12770         (POLL_HUP): Likewise.
12771         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12772         (ILL_ILLOPN): Likewise.
12773         (ILL_ILLADR): Likewise.
12774         (ILL_ILLTRP): Likewise.
12775         (ILL_PRVOPC): Likewise.
12776         (ILL_PRVREG): Likewise.
12777         (ILL_COPROC): Likewise.
12778         (ILL_BADSTK): Likewise.
12779         (FPE_INTDIV): Likewise.
12780         (FPE_INTOVF): Likewise.
12781         (FPE_FLTDIV): Likewise.
12782         (FPE_FLTOVF): Likewise.
12783         (FPE_FLTUND): Likewise.
12784         (FPE_FLTRES): Likewise.
12785         (FPE_FLTINV): Likewise.
12786         (FPE_FLTSUB): Likewise.
12787         (SEGV_MAPERR): Likewise.
12788         (SEGV_ACCERR): Likewise.
12789         (BUS_ADRALN): Likewise.
12790         (BUS_ADRERR): Likewise.
12791         (BUS_OBJERR): Likewise.
12792         (BUS_MCEERR_AR): Likewise.
12793         (BUS_MCEERR_AO): Likewise.
12794         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12795         (TRAP_TRACE): Likewise.
12796         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12797         __USE_XOPEN2K8].
12798         (CLD_KILLED): Likewise.
12799         (CLD_DUMPED): Likewise.
12800         (CLD_TRAPPED): Likewise.
12801         (CLD_STOPPED): Likewise.
12802         (CLD_CONTINUED): Likewise.
12803         (POLL_IN): Likewise.
12804         (POLL_OUT): Likewise.
12805         (POLL_MSG): Likewise.
12806         (POLL_ERR): Likewise.
12807         (POLL_PRI): Likewise.
12808         (POLL_HUP): Likewise.
12809         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12810         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12812         [BZ #16670]
12813         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12814         before #include of <time.h>.
12815         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12816         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12817         (test-xfail-UNIX98/sched.h/conform): Likewise.
12819 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12821         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12822         error absence of trapping exception support.
12823         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12825 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12827         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12828         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12829         * timezone/Makefile (testdata): Move definition above include of
12830         Rules.
12831         (test-zones): New variable.
12832         (tests-special): Add zone files.
12833         (build-testdata): Use $(evaluate-test).
12835         * elf/Makefile (tests-special): Rename tests to end with .out.
12836         ($(objpfx)noload-mem): Likewise.
12837         ($(objpfx)tst-leaks1-mem): Likewise.
12838         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12839         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12840         $(objpfx)test-iconvconfig.out.
12841         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12842         set -e inside subshell and redirect output to file.
12843         * iconvdata/Makefile (generated): Rename tests to end with .out.
12844         Correct type.
12845         (tests-special): Rename tests to end with .out.
12846         ($(objpfx)mtrace-tst-loading): Likewise.
12847         * intl/Makefile (generated): Likewise.
12848         (tests-special): Likewise.
12849         ($(objpfx)mtrace-tst-gettext): Likewise.
12850         * misc/Makefile (generated): Likewise.
12851         (tests-special): Likewise.
12852         ($(objpfx)tst-error1-mem): Likewise.
12853         * nptl/Makefile (tests-special): Likewise.
12854         ($(objpfx)tst-stack3-mem): Likewise.
12855         (generated): Likewise.
12856         * posix/Makefile (generated): Likewise.
12857         (tests-special): Likewise.
12858         (xtests-special): Likewise.
12859         ($(objpfx)tst-fnmatch-mem): Likewise.
12860         ($(objpfx)bug-regex2-mem): Likewise.
12861         ($(objpfx)bug-regex14-mem): Likewise.
12862         ($(objpfx)bug-regex21-mem): Likewise.
12863         ($(objpfx)bug-regex31-mem): Likewise.
12864         ($(objpfx)tst-vfork3-mem): Likewise.
12865         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12866         ($(objpfx)tst-pcre-mem): Likewise.
12867         ($(objpfx)tst-boost-mem): Likewise.
12868         ($(objpfx)bug-ga2-mem): Likewise.
12869         ($(objpfx)bug-glob2-mem): Likewise.
12870         * resolv/Makefile (generate): Likewise.
12871         (tests-special): Likewise.
12872         (xtests-special): Likewise.
12873         (generated): Likewise.
12874         ($(objpfx)mtrace-tst-leaks): Likewise.
12875         ($(objpfx)mtrace-tst-leaks2): Likewise.
12877         * scripts/merge-test-results.sh: New file.
12878         * Makefile (tests-special-notdir): New variable.
12879         (tests): Run merge-test-results.sh.
12880         (xtests): Likewise.
12881         * Rules (tests-special-notdir): New variable.
12882         (xtests-special-notdir): Likewise.
12883         (tests): Run merge-test-results.sh
12884         (xtests): Likewise.
12886         * Makeconfig (test-xfail-name): New variable.
12887         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12888         compute variable name for expected failures.
12889         * conform/Makefile (conformtest-headers-data): New variable.
12890         (conformtest-standards): Likewise.
12891         (conformtest-headers-ISO): Likewise.
12892         (conformtest-headers-ISO99): Likewise.
12893         (conformtest-headers-ISO11): Likewise.
12894         (conformtest-headers-POSIX): Likewise.
12895         (conformtest-headers-XPG3): Likewise.
12896         (conformtest-headers-XPG4): Likewise.
12897         (conformtest-headers-UNIX98): Likewise.
12898         (conformtest-headers-XOPEN2K): Likewise.
12899         (conformtest-headers-POSIX2008): Likewise.
12900         (conformtest-headers-XOPEN2K8): Likewise.
12901         (conformtest-header-list-base): Likewise.
12902         (conformtest-header-list-tests): Likewise.
12903         (conformtest-header-base): Likewise.
12904         (conformtest-header-tests): Likewise.
12905         (tests-special): Add $(conformtest-header-list-tests).  If
12906         [$(fast-check) && !$(cross-compiling)], add
12907         $(conformtest-header-tests) instead of
12908         $(objpfx)run-conformtest.out.
12909         (generated): Add $(conformtest-header-list-base).  If
12910         [$(fast-check) && !$(cross-compiling)], add
12911         $(conformtest-header-base).  Remove previous setting.
12912         ($(conformtest-header-list-tests)): New target.
12913         (test-xfail-run-conformtest): Remove variable.
12914         ($(objpfx)run-conformtest.out): Remove target.
12915         (test-xfail-ISO11/complex.h/conform): New variable.
12916         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12917         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12918         (test-xfail-XPG3/varargs.h/conform): Likewise.
12919         (test-xfail-XPG4/varargs.h/conform): Likewise.
12920         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12921         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12922         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12923         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12924         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12925         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12926         (test-xfail-XPG3/ftw.h/conform): Likewise.
12927         (test-xfail-XPG3/grp.h/conform): Likewise.
12928         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12929         (test-xfail-XPG3/limits.h/conform): Likewise.
12930         (test-xfail-XPG3/pwd.h/conform): Likewise.
12931         (test-xfail-XPG3/search.h/conform): Likewise.
12932         (test-xfail-XPG3/signal.h/conform): Likewise.
12933         (test-xfail-XPG3/stdio.h/conform): Likewise.
12934         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12935         (test-xfail-XPG3/string.h/conform): Likewise.
12936         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12937         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12938         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12939         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12940         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12941         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12942         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12943         (test-xfail-XPG3/termios.h/conform): Likewise.
12944         (test-xfail-XPG3/time.h/conform): Likewise.
12945         (test-xfail-XPG3/unistd.h/conform): Likewise.
12946         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12947         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12948         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12949         (test-xfail-XPG4/netdb.h/conform): Likewise.
12950         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12951         (test-xfail-XPG4/signal.h/conform): Likewise.
12952         (test-xfail-XPG4/stdio.h/conform): Likewise.
12953         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12954         (test-xfail-XPG4/stropts.h/conform): Likewise.
12955         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12956         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12957         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12958         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12959         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12960         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12961         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12962         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12963         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12964         (test-xfail-XPG4/termios.h/conform): Likewise.
12965         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12966         (test-xfail-XPG4/unistd.h/conform): Likewise.
12967         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12968         (test-xfail-POSIX/sched.h/conform): Likewise.
12969         (test-xfail-POSIX/signal.h/conform): Likewise.
12970         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12971         (test-xfail-POSIX/tar.h/conform): Likewise.
12972         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12973         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12974         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12975         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12976         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12977         (test-xfail-UNIX98/sched.h/conform): Likewise.
12978         (test-xfail-UNIX98/signal.h/conform): Likewise.
12979         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12980         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12981         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12982         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12983         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12984         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12985         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12986         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12987         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12988         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12989         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12990         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12991         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12992         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12993         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12994         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12995         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12996         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12997         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12998         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12999         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13000         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13001         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13002         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13003         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13004         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13005         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13006         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13007         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13008         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13009         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13010         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13011         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13012         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13013         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13014         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13015         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13016         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13017         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13018         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13019         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13020         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13021         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13022         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13023         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13024         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13025         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13026         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13027         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13028         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13029         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13030         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13031         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13032         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13033         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13034         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13035         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13036         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13037         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13038         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13039         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13040         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13041         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13042         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13043         (conformtest-cc-flags): Likewise.
13044         ($(conformtest-header-tests): New target.
13045         * conform/check-header-lists.sh: New file.
13046         * conform/run-conformtest.sh: Remove.
13048         * conform/conformtest.pl: Allow ' and \ in values given for
13049         constants.
13050         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13051         inclusion.
13052         [POSIX] (sys/types.h): Likewise.
13053         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13054         inclusion.
13055         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13056         inclusion.
13057         * conform/data/signal.h-data (SIGIO): Remove expectation.
13058         [XPG3] (SIGBUS): Do not expect.
13059         [POSIX || XPG3] (SIGPOLL): Likewise.
13060         [POSIX || XPG3] (SIGPROF): Likewise.
13061         [POSIX || XPG3] (SIGSYS): Likewise.
13062         [XPG3] (SIGTRAP): Likewise.
13063         [POSIX || XPG3] (SIGURG): Likewise.
13064         [POSIX || XPG3] (SIGVTALRM): Likewise.
13065         [POSIX || XPG3] (SIGXCPU): Likewise.
13066         [POSIX || XPG3] (SIGXFSZ): Likewise.
13067         [POSIX] (SA_SIGINFO): Expect.
13068         [XPG3] (siginfo_t): Do not expect type or contents.
13069         [POSIX] (si_pid): Do not expect element.
13070         [POSIX] (si_uid): Likewise.
13071         [POSIX] (si_addr): Likewise.
13072         [POSIX] (si_status): Likewise.
13073         [POSIX] (si_band): Likewise.
13074         [XPG4] (si_value): Likewise.
13075         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13076         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13077         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13078         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13079         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13080         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13081         [POSIX || XPG3] (ILL_COPROC): Likewise.
13082         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13083         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13084         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13085         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13086         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13087         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13088         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13089         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13090         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13091         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13092         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13093         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13094         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13095         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13096         [POSIX || XPG3] (CLD_EXITED): Likewise.
13097         [POSIX || XPG3] (CLD_KILLED): Likewise.
13098         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13099         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13100         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13101         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13102         [POSIX || XPG3] (POLL_IN): Likewise.
13103         [POSIX || XPG3] (POLL_OUT): Likewise.
13104         [POSIX || XPG3] (POLL_MSG): Likewise.
13105         [POSIX || XPG3] (POLL_ERR): Likewise.
13106         [POSIX || XPG3] (POLL_PRI): Likewise.
13107         [POSIX || XPG3] (POLL_HUP): Likewise.
13108         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13109         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13110         (SIG*): Do not allow.
13111         [XPG3] (si_*): Likewise.
13112         [XPG3] (SI_*): Likewise.
13113         [XPG3 || XPG4] (sigev_*): Likewise.
13114         [XPG3 || XPG4] (SIGEV_*): Likewise.
13115         [XPG3 || XPG4] (sival_*): Likewise.
13116         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13117         [POSIX || XPG3] (BUS_*): Likewise.
13118         [POSIX || XPG3] (CLD_*): Likewise.
13119         [POSIX || XPG3] (FPE_*): Likewise.
13120         [POSIX || XPG3] (ILL_*): Likewise.
13121         [POSIX || XPG3] (POLL_*): Likewise.
13122         [POSIX || XPG3] (SEGV_*): Likewise.
13123         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13124         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13125         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13126         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13127         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13128         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13129         Specify type and value.
13130         (TVERSLEN): Likewise.
13131         (REGTYPE): Likewise.
13132         (AREGTYPE): Likewise.
13133         (LNKTYPE): Likewise.
13134         (SYMTYPE): Likewise.
13135         (CHRTYPE): Likewise.
13136         (BLKTYPE): Likewise.
13137         (DIRTYPE): Likewise.
13138         (FIFOTYPE): Likewise.
13139         (CONTTYPE): Likewise.
13140         (TSUID): Likewise.
13141         (TSGID): Likewise.
13142         (TSVTX): Likewise.
13143         (TUREAD): Likewise.
13144         (TUWRITE): Likewise.
13145         (TUEXEC): Likewise.
13146         (TGREAD): Likewise.
13147         (TGWRITE): Likewise.
13148         (TGEXEC): Likewise.
13149         (TOREAD): Likewise.
13150         (TOWRITE): Likewise.
13151         (TOEXEC): Likewise.
13152         [POSIX] (TSVTX): Expect constant.
13154 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13156         * Makefile (tests): Change dependencies to ....
13157         (tests-special): ... additions to this variable.
13158         (tests): Depend on $(tests-special).
13159         * Makerules (check-abi-list): New variable.
13160         (check-abi): Depend on $(check-abi-list).
13161         [$(subdir) = elf] (tests-special): Add
13162         $(objpfx)check-abi-libc.out.
13163         [$(build-shared) = yes && subdir] (tests-special): Add
13164         $(check-abi-list).
13165         [$(build-shared) = yes && subdir] (tests): Do not depend on
13166         check-abi.
13167         * Rules (tests): Depend on $(tests-special).
13168         (xtests): Depend on $(xtests-special).
13169         * catgets/Makefile (tests): Change dependencies to ....
13170         (tests-special): ... additions to this variable.
13171         * conform/Makefile (tests): Change dependencies to ....
13172         (tests-special): ... additions to this variable.
13173         * elf/Makefile (tests): Change dependencies to ....
13174         (tests-special): ... additions to this variable.
13175         * grp/Makefile (tests): Change dependencies to ....
13176         (tests-special): ... additions to this variable.
13177         * iconv/Makefile (xtests): Change dependencies to ....
13178         (xtests-special): ... additions to this variable.
13179         * iconvdata/Makefile (tests): Change dependencies to ....
13180         (tests-special): ... additions to this variable.
13181         * intl/Makefile (tests): Change dependencies to ....
13182         (tests-special): ... additions to this variable.  Also add
13183         $(objpfx)tst-gettext.out.
13184         * io/Makefile (tests): Change dependencies to ....
13185         (tests-special): ... additions to this variable.
13186         * libio/Makefile (tests): Change dependencies to ....
13187         (tests-special): ... additions to this variable.
13188         * malloc/Makefile (tests): Change dependencies to ....
13189         (tests-special): ... additions to this variable.
13190         * misc/Makefile (tests): Change dependencies to ....
13191         (tests-special): ... additions to this variable.
13192         * nptl/Makefile (tests): Change dependencies to ....
13193         (tests-special): ... additions to this variable.
13194         * nptl_db/Makefile (tests): Change dependencies to ....
13195         (tests-special): ... additions to this variable.
13196         * posix/Makefile (tests): Change dependencies to ....
13197         (tests-special): ... additions to this variable.
13198         (xtests): Change dependencies to ....
13199         (xtests-special): ... additions to this variable.
13200         * resolv/Makefile (tests): Change dependencies to ....
13201         (tests-special): ... additions to this variable.
13202         (xtests): Change dependencies to ....
13203         (xtests-special): ... additions to this variable.
13204         * stdio-common/Makefile (tests): Change dependencies to ....
13205         (tests-special): ... additions to this variable.
13206         (do-tst-unbputc): Remove target.
13207         (do-tst-printf): Likewise.
13208         * stdlib/Makefile (tests): Change dependencies to ....
13209         (tests-special): ... additions to this variable.
13210         * string/Makefile (tests): Change dependencies to ....
13211         (tests-special): ... additions to this variable.
13212         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13213         (tests-special): ... additions to this variable.
13215         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13216         whole file.
13217         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13218         whole file.
13219         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13220         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13222         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13223         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13224         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13225         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13226         * conform/data/libgen.h-data [XPG3]: Likewise.
13227         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13228         * conform/data/ndbm.h-data [XPG3]: Likewise.
13229         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13230         * conform/data/netdb.h-data [XPG3]: Likewise.
13231         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13232         * conform/data/poll.h-data [XPG3]: Likewise.
13233         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13234         * conform/data/strings.h-data [XPG3]: Likewise.
13235         * conform/data/stropts.h-data [XPG3]: Likewise.
13236         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13237         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13238         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13239         Likewise.
13240         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13241         * conform/data/sys/time.h-data [XPG3]: Likewise.
13242         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13243         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13244         * conform/data/sys/un.h-data [XPG3]: Likewise.
13245         * conform/data/syslog.h-data [XPG3]: Likewise.
13246         * conform/data/ucontext.h-data [XPG3]: Likewise.
13247         * conform/data/utmpx.h-data [XPG3]: Likewise.
13248         * conform/data/varargs.h-data [UNIX98]: Enable file.
13250         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13252         * math/libm-test.inc (struct test_f_f_data): Move expected results
13253         into structure for each rounding mode.
13254         (struct test_ff_f_data): Likewise.
13255         (struct test_ff_f_data_nexttoward): Likewise.
13256         (struct test_fi_f_data): Likewise.
13257         (struct test_fl_f_data): Likewise.
13258         (struct test_if_f_data): Likewise.
13259         (struct test_fff_f_data): Likewise.
13260         (struct test_c_f_data): Likewise.
13261         (struct test_f_f1_data): Likewise.
13262         (struct test_fF_f1_data): Likewise.
13263         (struct test_ffI_f1_data): Likewise.
13264         (struct test_c_c_data): Likewise.
13265         (struct test_cc_c_data): Likewise.
13266         (struct test_f_i_data): Likewise.
13267         (struct test_ff_i_data): Likewise.
13268         (struct test_f_l_data): Likewise.
13269         (struct test_f_L_data): Likewise.
13270         (struct test_fFF_11_data): Likewise.
13271         (RM_): New macro.
13272         (RM_FE_DOWNWARD): Likewise.
13273         (RM_FE_TONEAREST): Likewise.
13274         (RM_FE_TOWARDZERO): Likewise.
13275         (RM_FE_UPWARD): Likewise.
13276         (RUN_TEST_LOOP_f_f): Update references to expected results.
13277         (RUN_TEST_LOOP_2_f): Likewise.
13278         (RUN_TEST_LOOP_fff_f): Likewise.
13279         (RUN_TEST_LOOP_c_f): Likewise.
13280         (RUN_TEST_LOOP_f_f1): Likewise.
13281         (RUN_TEST_LOOP_fF_f1): Likewise.
13282         (RUN_TEST_LOOP_fI_f1): Likewise.
13283         (RUN_TEST_LOOP_ffI_f1): Likewise.
13284         (RUN_TEST_LOOP_c_c): Likewise.
13285         (RUN_TEST_LOOP_cc_c): Likewise.
13286         (RUN_TEST_LOOP_f_i): Likewise.
13287         (RUN_TEST_LOOP_f_i_tg): Likewise.
13288         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13289         (RUN_TEST_LOOP_f_b): Likewise.
13290         (RUN_TEST_LOOP_f_b_tg): Likewise.
13291         (RUN_TEST_LOOP_f_l): Likewise.
13292         (RUN_TEST_LOOP_f_L): Likewise.
13293         (RUN_TEST_LOOP_fFF_11): Likewise.
13294         * math/gen-libm-test.pl (parse_args): Output four copies of
13295         expected results for each test.
13297         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13298         (__ASSUME_UTIMES): Remove.
13299         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13300         (__ASSUME_UTIMES): Likewise.
13302         * math/gen-auto-libm-tests.c: Update comment on output format.
13303         (output_for_one_input_case): Generate before-rounding and
13304         after-rounding information as conditions on output flags not
13305         floating-point format.
13306         * math/auto-libm-test-out: Regenerated.
13307         * math/gen-libm-test.pl (cond_value): New function.
13308         (or_cond_value): Use cond_value.
13309         (generate_testfile): Handle conditional exceptions.
13311 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13313         * math/libm-test.inc (max_valid_error): New variable.
13314         (init_max_error): Take new argument specifying whether function
13315         results are exactly determined.  Set max_valid_error and bound
13316         other variables for errors based on this argument.
13317         (set_max_error): Do not record results above max_valid_error.
13318         (check_float_internal): Only accept errors of up to 0.5ulps if
13319         also at most max_valid_error.
13320         (START): Take new argument EXACT and pass it to init_max_error.
13321         (acos_test): Update call to START.
13322         (acos_test_tonearest): Likewise.
13323         (acos_test_towardzero): Likewise.
13324         (acos_test_downward): Likewise.
13325         (acos_test_upward): Likewise.
13326         (acosh_test): Likewise.
13327         (asin_test): Likewise.
13328         (asin_test_tonearest): Likewise.
13329         (asin_test_towardzero): Likewise.
13330         (asin_test_downward): Likewise.
13331         (asin_test_upward): Likewise.
13332         (asinh_test): Likewise.
13333         (atan_test): Likewise.
13334         (atanh_test): Likewise.
13335         (atan2_test): Likewise.
13336         (cabs_test): Likewise.
13337         (cacos_test): Likewise.
13338         (cacosh_test): Likewise.
13339         (carg_test): Likewise.
13340         (casin_test): Likewise.
13341         (casinh_test): Likewise.
13342         (catan_test): Likewise.
13343         (catanh_test): Likewise.
13344         (cbrt_test): Likewise.
13345         (ccos_test): Likewise.
13346         (ccosh_test): Likewise.
13347         (ceil_test): Likewise.
13348         (cexp_test): Likewise.
13349         (cimag_test): Likewise.
13350         (clog_test): Likewise.
13351         (clog10_test): Likewise.
13352         (conj_test): Likewise.
13353         (copysign_test): Likewise.
13354         (cos_test): Likewise.
13355         (cos_test_tonearest): Likewise.
13356         (cos_test_towardzero): Likewise.
13357         (cos_test_downward): Likewise.
13358         (cos_test_upward): Likewise.
13359         (cosh_test): Likewise.
13360         (cosh_test_tonearest): Likewise.
13361         (cosh_test_towardzero): Likewise.
13362         (cosh_test_downward): Likewise.
13363         (cosh_test_upward): Likewise.
13364         (cpow_test): Likewise.
13365         (cproj_test): Likewise.
13366         (creal_test): Likewise.
13367         (csin_test): Likewise.
13368         (csinh_test): Likewise.
13369         (csqrt_test): Likewise.
13370         (ctan_test): Likewise.
13371         (ctan_test_tonearest): Likewise.
13372         (ctan_test_towardzero): Likewise.
13373         (ctan_test_downward): Likewise.
13374         (ctan_test_upward): Likewise.
13375         (ctanh_test): Likewise.
13376         (ctanh_test_tonearest): Likewise.
13377         (ctanh_test_towardzero): Likewise.
13378         (ctanh_test_downward): Likewise.
13379         (ctanh_test_upward): Likewise.
13380         (erf_test): Likewise.
13381         (erfc_test): Likewise.
13382         (exp_test): Likewise.
13383         (exp_test_tonearest): Likewise.
13384         (exp_test_towardzero): Likewise.
13385         (exp_test_downward): Likewise.
13386         (exp_test_upward): Likewise.
13387         (exp10_test): Likewise.
13388         (exp10_test_tonearest): Likewise.
13389         (exp10_test_towardzero): Likewise.
13390         (exp10_test_downward): Likewise.
13391         (exp10_test_upward): Likewise.
13392         (pow10_test): Likewise.
13393         (exp2_test): Likewise.
13394         (expm1_test): Likewise.
13395         (expm1_test_tonearest): Likewise.
13396         (expm1_test_towardzero): Likewise.
13397         (expm1_test_downward): Likewise.
13398         (expm1_test_upward): Likewise.
13399         (fabs_test): Likewise.
13400         (fdim_test): Likewise.
13401         (floor_test): Likewise.
13402         (fma_test): Likewise.
13403         (fma_test_towardzero): Likewise.
13404         (fma_test_downward): Likewise.
13405         (fma_test_upward): Likewise.
13406         (fmax_test): Likewise.
13407         (fmin_test): Likewise.
13408         (fmod_test): Likewise.
13409         (fpclassify_test): Likewise.
13410         (frexp_test): Likewise.
13411         (hypot_test): Likewise.
13412         (ilogb_test): Likewise.
13413         (isfinite_test): Likewise.
13414         (finite_test): Likewise.
13415         (isgreater_test): Likewise.
13416         (isgreaterequal_test): Likewise.
13417         (isinf_test): Likewise.
13418         (isless_test): Likewise.
13419         (islessequal_test): Likewise.
13420         (islessgreater_test): Likewise.
13421         (isnan_test): Likewise.
13422         (isnormal_test): Likewise.
13423         (issignaling_test): Likewise.
13424         (isunordered_test): Likewise.
13425         (j0_test): Likewise.
13426         (j1_test): Likewise.
13427         (jn_test): Likewise.
13428         (ldexp_test): Likewise.
13429         (lgamma_test): Likewise.
13430         (gamma_test): Likewise.
13431         (lrint_test): Likewise.
13432         (lrint_test_tonearest): Likewise.
13433         (lrint_test_towardzero): Likewise.
13434         (lrint_test_downward): Likewise.
13435         (lrint_test_upward): Likewise.
13436         (llrint_test): Likewise.
13437         (llrint_test_tonearest): Likewise.
13438         (llrint_test_towardzero): Likewise.
13439         (llrint_test_downward): Likewise.
13440         (llrint_test_upward): Likewise.
13441         (log_test): Likewise.
13442         (log10_test): Likewise.
13443         (log1p_test): Likewise.
13444         (log2_test): Likewise.
13445         (logb_test): Likewise.
13446         (logb_test_downward): Likewise.
13447         (lround_test): Likewise.
13448         (llround_test): Likewise.
13449         (modf_test): Likewise.
13450         (nearbyint_test): Likewise.
13451         (nextafter_test): Likewise.
13452         (nexttoward_test): Likewise.
13453         (pow_test): Likewise.
13454         (pow_test_tonearest): Likewise.
13455         (pow_test_towardzero): Likewise.
13456         (pow_test_downward): Likewise.
13457         (pow_test_upward): Likewise.
13458         (remainder_test): Likewise.
13459         (drem_test): Likewise.
13460         (remainder_test_tonearest): Likewise.
13461         (drem_test_tonearest): Likewise.
13462         (remainder_test_towardzero): Likewise.
13463         (drem_test_towardzero): Likewise.
13464         (remainder_test_downward): Likewise.
13465         (drem_test_downward): Likewise.
13466         (remainder_test_upward): Likewise.
13467         (drem_test_upward): Likewise.
13468         (remquo_test): Likewise.
13469         (rint_test): Likewise.
13470         (rint_test_tonearest): Likewise.
13471         (rint_test_towardzero): Likewise.
13472         (rint_test_downward): Likewise.
13473         (rint_test_upward): Likewise.
13474         (round_test): Likewise.
13475         (scalb_test): Likewise.
13476         (scalbn_test): Likewise.
13477         (scalbln_test): Likewise.
13478         (signbit_test): Likewise.
13479         (sin_test): Likewise.
13480         (sin_test_tonearest): Likewise.
13481         (sin_test_towardzero): Likewise.
13482         (sin_test_downward): Likewise.
13483         (sin_test_upward): Likewise.
13484         (sincos_test): Likewise.
13485         (sinh_test): Likewise.
13486         (sinh_test_tonearest): Likewise.
13487         (sinh_test_towardzero): Likewise.
13488         (sinh_test_downward): Likewise.
13489         (sinh_test_upward): Likewise.
13490         (sqrt_test): Likewise.
13491         (sqrt_test_tonearest): Likewise.
13492         (sqrt_test_towardzero): Likewise.
13493         (sqrt_test_downward): Likewise.
13494         (sqrt_test_upward): Likewise.
13495         (tan_test): Likewise.
13496         (tan_test_tonearest): Likewise.
13497         (tan_test_towardzero): Likewise.
13498         (tan_test_downward): Likewise.
13499         (tan_test_upward): Likewise.
13500         (tanh_test): Likewise.
13501         (tgamma_test): Likewise.
13502         (trunc_test): Likewise.
13503         (y0_test): Likewise.
13504         (y1_test): Likewise.
13505         (yn_test): Likewise.
13506         (significand_test): Likewise.
13508         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13509         individual tests in comment.
13510         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13511         (prev_max_error): New variable.
13512         (prev_real_max_error): Likewise.
13513         (prev_imag_max_error): Likewise.
13514         (compare_ulp_data): Don't refer to test names in comment.
13515         (find_test_ulps): Remove function.
13516         (find_function_ulps): Likewise.
13517         (find_complex_function_ulps): Likewise.
13518         (init_max_error): Take function name as argument.  Look up ulps
13519         for that function.
13520         (print_ulps): Remove function.
13521         (print_max_error): Use prev_max_error instead of calling
13522         find_function_ulps.
13523         (print_complex_max_error): Use prev_real_max_error and
13524         prev_imag_max_error instead of calling find_complex_function_ulps.
13525         (check_float_internal): Take max_ulp parameter instead of calling
13526         find_test_ulps.  Don't call print_ulps.
13527         (check_float): Update call to check_float_internal.
13528         (check_complex): Update calls to check_float_internal.
13529         (START): Pass argument to init_max_error.
13530         * math/gen-libm-test.pl (%results): Don't include "kind"
13531         information.
13532         (parse_ulps): Don't handle ulps of individual tests.
13533         (print_ulps_file): Likewise.
13534         (output_ulps): Likewise.
13535         * math/README.libm-test: Update.
13536         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13537         individual tests.
13538         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13539         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13540         * sysdeps/arm/libm-test-ulps: Likewise.
13541         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13542         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13543         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13544         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13545         * sysdeps/microblaze/libm-test-ulps: Likewise.
13546         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13547         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13548         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13549         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13550         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13551         * sysdeps/sh/libm-test-ulps: Likewise.
13552         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13553         * sysdeps/tile/libm-test-ulps: Likewise.
13554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13556 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13558         * math/libm-test.inc (print_complex_max_error): Check separately
13559         whether real and imaginary errors are within allowed range and
13560         pass 0 to print_complex_function_ulps instead of value within
13561         allowed range.
13563 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13565         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13566         formatting.
13567         (get_handles_fopen): Likewise.
13568         (do_write_test): Likewise.
13570         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13572         * libio/fileops.c (do_ftell): Use cached offset when
13573         available.
13574         * libio/iofwide.c (do_ftell_wide): Likewise.
13575         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13576         _IO_file_attach.
13577         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13579         [BZ #16532]
13580         * libio/libioP.h (get_file_offset): New function.
13581         * libio/fileops.c (get_file_offset): Likewise.
13582         (do_ftell): Likewise.
13583         (_IO_new_file_seekoff): Split out ftell logic.
13584         * libio/wfileops.c (do_ftell_wide): Likewise.
13585         (_IO_wfile_seekoff): Split out ftell logic.
13586         * libio/tst-ftell-active-handler.c: New test case.
13587         * libio/Makefile (tests): Add it.
13589 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13591         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13592         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13594 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13596         [BZ #16639]
13597         * nscd/connections.c (nscd_init): Call do_exit.
13598         (start_threads): Call do_exit and notify_parent.
13599         (begin_drop_privileges): Call do_exit.
13600         (finish_drop_privileges): Likewise.
13601         * nscd/selinux.c (preserve_capabilities): Likewise.
13602         (install_real_capabilities): Likewise.
13603         (nscd_selinux_enabled): Likewise.
13604         (avc_create_thread): Likewise.
13605         (avc_alloc_lock): Likewise.
13606         (nscd_avc_init): Likewise.
13607         * nscd/nscd.c (parent_fd): New static variable.
13608         (main): Create a pipe between parent and child processes.
13609         Skip closing parent_fd.
13610         (monitor_child): New function.
13611         (do_exit): Likewise.
13612         (notify_parent): Likewise.
13613         * nscd/nscd.h (notify_parent): Likewise.
13614         (do_exit): Likewise.
13616 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13618         * malloc/malloc.c (__libc_calloc): Revert last change.
13620 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13622         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13624 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13626         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13627         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13628         implementation.
13629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13630         (__libc_ifunc_impl_list): Likewise.
13631         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13632         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13633         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13634         * string/strrchr.c: Define STRRCHR.
13636 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13638         * benchtest/bench-strtok.c (simple_strtok): Delete.
13639         (strtok_string): Use as benchmark.
13640         * string/strtok (STRTOK): New macro.
13642 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13644         * manual/threads.texi: Add header and standard comments to all
13645         functions.
13647         * elf/dl-lookup.c (check_match): New function.
13648         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13649         (do_lookup_x): Remove nested function check_match. Use non-nested
13650         function check_match.
13652 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13654         * csu/Makefile (generated, before-compile): Use += rather than =.
13655         * catgets/Makefile (generated, generated-dirs): Likewise.
13656         * debug/Makefile (generated): Likewise.
13657         * dlfcn/Makefile (generated): Likewise.
13658         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13659         * iconvdata/Makefile (before-compile, generated): Likewise.
13660         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13661         * libio/Makefile (generated): Likewise.
13662         * malloc/Makefile (generated): Likewise.
13663         * manual/Makefile (generated, generated-dirs): Likewise.
13664         * misc/Makefile (generated): Likewise.
13665         * posix/Makefile (generated): Likewise.
13666         * resolv/Makefile (generated): Likewise.
13667         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13668         * timezone/Makefile (generated, generated-dirs): Likewise.
13670         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13672 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13674         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13675         power8 implementation.
13676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13677         file: POWER8 llround ifunc implementation.
13678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13679         (__lllround): Add POWER8 implementation.
13680         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13681         POWER8 llround implementation.
13683         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13684         power8 implementation.
13685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13686         file: POWER8 llrint ifunc implementation.
13687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13688         Add POWER8 implementation.
13689         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13690         POWER8 llrint implementation.
13692         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13693         power8 implementation.
13694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13695         file: POWER8 finite ifunc implementation.
13696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13697         Add POWER8 implementation.
13698         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13699         Likewise.
13700         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13701         POWER8 finite implementation.
13702         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13704         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13705         power8 implementation.
13706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13707         file: POWER8 isinf ifunc implementation.
13708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13709         POWER8 implementation.
13710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13711         Likewise.
13712         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13713         isinf implementation.
13714         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13716         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13717         (INIT_ARCH): Add hwcap2 initialization.
13718         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13719         power8 implementation.
13720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13721         file: POWER8 isnan ifunc implementation.
13722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13723         POWER8 implementation.
13724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13725         Likewise.
13726         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13727         isnan implementation.
13728         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13730 2014-02-27  Joey Ye  <joey.ye@arm.com>
13732         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13733         (_FP_NANFRAC_Q): Set to zero.
13735 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13737         [BZ #16623]
13738         * math/auto-libm-test-in: New test inputs.
13739         * math/auto-libm-test-out: Regenerate.
13740         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13741         and DA.
13742         (__cos): Likewise.
13743         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13745 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13747         * scripts/evaluate-test.sh: Take new argument indicating whether
13748         failure is expected.
13749         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13750         indicating whether failure is expected.
13751         * conform/Makefile (test-xfail-run-conformtest): New variable.
13752         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13753         level.
13754         * posix/Makefile (test-xfail-annexc): New variable.
13755         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13757 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13759         * argp/Makefile: Include Makeconfig immediately after defining
13760         subdir.
13761         * assert/Makefile: Likewise.
13762         * benchtests/Makefile: Likewise.
13763         * catgets/Makefile: Likewise.
13764         * conform/Makefile: Likewise.
13765         * crypt/Makefile: Likewise.
13766         * csu/Makefile: Likewise.
13767         (all): Remove target.
13768         * ctype/Makefile: Include Makeconfig immediately after defining
13769         subdir.
13770         * debug/Makefile: Likewise.
13771         * dirent/Makefile: Likewise.
13772         * dlfcn/Makefile: Likewise.
13773         * gmon/Makefile: Likewise.
13774         * gnulib/Makefile: Likewise.
13775         * grp/Makefile: Likewise.
13776         * gshadow/Makefile: Likewise.
13777         * hesiod/Makefile: Likewise.
13778         * hurd/Makefile: Likewise.
13779         (all): Remove target.
13780         * iconvdata/Makefile: Include Makeconfig immediately after
13781         defining subdir.
13782         * inet/Makefile: Likewise.
13783         * intl/Makefile: Likewise.
13784         * io/Makefile: Likewise.
13785         * libio/Makefile: Likewise.
13786         (all): Remove target.
13787         * locale/Makefile: Include Makeconfig immediately after defining
13788         subdir.
13789         * login/Makefile: Likewise.
13790         * mach/Makefile: Likewise.
13791         (all): Remove target.
13792         * malloc/Makefile: Include Makeconfig immediately after defining
13793         subdir.
13794         (all): Remove target.
13795         * manual/Makefile: Include Makeconfig immediately after defining
13796         subdir.
13797         * math/Makefile: Likewise.
13798         * misc/Makefile: Likewise.
13799         * nis/Makefile: Likewise.
13800         * nss/Makefile: Likewise.
13801         * po/Makefile: Likewise.
13802         (all): Remove target.
13803         * posix/Makefile: Include Makeconfig immediately after defining
13804         subdir.
13805         * pwd/Makefile: Likewise.
13806         * resolv/Makefile: Likewise.
13807         * resource/Makefile: Likewise.
13808         * rt/Makefile: Likewise.
13809         * setjmp/Makefile: Likewise.
13810         * shadow/Makefile: Likewise.
13811         * signal/Makefile: Likewise.
13812         * socket/Makefile: Likewise.
13813         * soft-fp/Makefile: Likewise.
13814         * stdio-common/Makefile: Likewise.
13815         * stdlib/Makefile: Likewise.
13816         * streams/Makefile: Likewise.
13817         * string/Makefile: Likewise.
13818         * sunrpc/Makefile: Likewise.
13819         (all): Remove target.
13820         * sysvipc/Makefile: Include Makeconfig immediately after defining
13821         subdir.
13822         * termios/Makefile: Likewise.
13823         * time/Makefile: Likewise.
13824         * timezone/Makefile: Likewise.
13825         (all): Remove target.
13826         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13827         subdir.
13828         * wctype/Makefile: Likewise.
13830 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13832         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13833         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13834         (libc_feholdexcept_setround_mips): Ditto.
13835         (libc_feholdsetround): New.
13836         (libc_feholdsetroundf): New.
13837         (libc_feholdsetroundl): New.
13838         (libc_feupdateenv_test_mips): New.
13839         (libc_feupdateenv_test): New.
13840         (libc_feupdateenv_testf): New.
13841         (libc_feupdateenv_testl): New.
13842         (libc_feresetround): New.
13843         (libc_feresetroundf): New.
13844         (libc_feresetroundl): New.
13845         (libc_fetestexcept_mips): New.
13846         (libc_fetestexcept): New.
13847         (libc_fetestexceptf): New.
13848         (libc_fetestexceptl): New.
13849         (HAVE_RM_CTX): New.
13850         (libc_feholdexcept_setround_mips_ctx): New.
13851         (libc_feholdexcept_setround_ctx): New.
13852         (libc_feholdexcept_setroundf_ctx): New.
13853         (libc_feholdexcept_setroundl_ctx): New.
13854         (libc_fesetenv_mips_ctx): New.
13855         (libc_fesetenv_ctx): New.
13856         (libc_fesetenv_ctxf): New.
13857         (libc_fesetenv_ctxl): New.
13858         (libc_feupdateenv_mips_ctx): New.
13859         (libc_feupdateenv_ctx): New.
13860         (libc_feupdateenvf_ctx): New.
13861         (libc_feupdateenvl_ctx): New.
13862         (libc_feholdsetround_mips_ctx): New.
13863         (libc_feholdsetround_ctx): New.
13864         (libc_feholdsetroundf_ctx): New.
13865         (libc_feholdsetroundl_ctx): New.
13866         (libc_feresetround_mips_ctx): New.
13867         (libc_feresetround_ctx): New.
13868         (libc_feresetroundf_ctx): New.
13869         (libc_feresetroundl_ctx): New.
13871 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13873         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13875         * manual/ipc.texi: New file.
13876         * manual/Makefile (chapters): Add ipc.
13877         * manual/job.texi: Add "Inter-Process Communication" to next.
13878         * manual/process.texi: Add "Inter-Process Communication" to prev.
13880 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13882         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13884 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13886         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13888         * manual/arith.texi: Fix spaces after sentences.
13889         * manual/charset.texi: Likewise.
13890         * manual/errno.texi: Likewise.
13891         * manual/install.texi: Likewise.
13892         * manual/llio.texi: Likewise.
13893         * manual/locale.texi: Likewise.
13894         * manual/maint.texi: Likewise.
13895         * manual/math.texi: Likewise.
13896         * manual/memory.texi: Likewise.
13897         * manual/message.texi: Likewise.
13898         * manual/probes.texi: Likewise.
13899         * manual/resource.texi: Likewise.
13900         * manual/signal.texi: Likewise.
13901         * manual/socket.texi: Likewise.
13902         * manual/stdio.texi: Likewise.
13903         * manual/string.texi: Likewise.
13904         * manual/time.texi: Likewise.
13905         * manual/users.texi: Likewise.
13907 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13909         [BZ #16632]
13910         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13911         _DEFAULT_SOURCE is defined.
13913 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13914             Carlos O'Donell  <carlos@redhat.com>
13916         [BZ #16613]
13917         * elf/dl-tls.c (_dl_count_modids): New function.
13918         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13919         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13920         audit library and increment generation counter.
13921         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13922         * elf/tst-audit9.c: New file.
13923         * elf/tst-auditmod9a.c: New file.
13924         * elf/tst-auditmod9b.c: New file.
13925         * elf/Makefile: Add rules to build and run tst-audit9.
13927 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13929         [BZ #15347]
13930         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13932 2014-02-25  Will Newton  <will.newton@linaro.org>
13934         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13935         (__longjmp): Restore sp and lr before restoring callee
13936         saved registers.  Add longjmp and longjmp_target
13937         SystemTap probe point.
13938         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13939         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13940         Define to zero to match jmpbuf layout.
13941         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13942         (__sigsetjmp): Save sp and lr before saving callee
13943         saved registers.  Add setjmp SystemTap probe point.
13945 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13947         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13949 2014-02-24  Andreas Schwab  <schwab@suse.de>
13951         [BZ #15804]
13952         * elf/pldd.c (wait_for_ptrace_stop): New function.
13953         (main): Call it after attaching.
13955 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13957         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13958         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13959         Versions files is now verboten.
13960         * hurd/Versions (libc: GLIBC_2.0):
13961         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13962         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13963         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13964         * mach/Versions: Likewise.
13966         * csu/Versions: Remove unused %include.
13967         * resolv/Versions: Likewise.
13969 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13971         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13972         ($(objpfx)check-local-headers.out): Likewise.
13973         ($(objpfx)begin-end-check.out): Likewise.
13974         * Makerules (check-abi-%.out): Likewise.
13975         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13976         ($(objpfx)test2.cat): Likewise.
13977         ($(objpfx)de/libc.cat): Likewise.
13978         ($(objpfx)test-gencat.out): Likewise.
13979         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13980         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13981         ($(objpfx)noload-mem): Likewise.
13982         ($(objpfx)tst-pathopt.out): Likewise.
13983         ($(objpfx)tst-rtld-load-self.out): Likewise.
13984         ($(objpfx)tst-array1-cmp.out): Likewise.
13985         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13986         ($(objpfx)tst-array2-cmp.out): Likewise.
13987         ($(objpfx)tst-array3-cmp.out): Likewise.
13988         ($(objpfx)tst-array4-cmp.out): Likewise.
13989         ($(objpfx)tst-array5-cmp.out): Likewise.
13990         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13991         ($(objpfx)check-textrel.out): Likewise.
13992         ($(objpfx)check-execstack.out): Likewise.
13993         ($(objpfx)check-localplt.out): Likewise.
13994         ($(objpfx)order2-cmp.out): Likewise.
13995         ($(objpfx)tst-leaks1-mem): Likewise.
13996         ($(objpfx)tst-leaks1-static-mem): Likewise.
13997         ($(objpfx)tst-initorder-cmp.out): Likewise.
13998         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13999         ($(objpfx)tst-unused-dep.out): Likewise.
14000         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14001         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14002         * iconv/Makefile (test-iconvconfig): Likewise.
14003         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14004         ($(objpfx)iconv-test.out): Likewise.
14005         ($(objpfx)tst-tables.out): Likewise.
14006         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14007         ($(objpfx)tst-gettext.out): Likewise.
14008         ($(objpfx)tst-translit.out): Likewise.
14009         ($(objpfx)tst-gettext2.out): Likewise.
14010         ($(objpfx)tst-gettext4.out): Likewise.
14011         ($(objpfx)tst-gettext6.out): Likewise.
14012         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14013         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14014         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14015         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14016         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14017         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14018         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14019         ($(objpfx)wordexp-tst.out): Likewise.
14020         ($(objpfx)annexc.out): Likewise.
14021         ($(objpfx)tst-fnmatch-mem): Likewise.
14022         ($(objpfx)bug-regex2-mem): Likewise.
14023         ($(objpfx)bug-regex14-mem): Likewise.
14024         ($(objpfx)bug-regex21-mem): Likewise.
14025         ($(objpfx)bug-regex31-mem): Likewise.
14026         ($(objpfx)tst-vfork3-mem): Likewise.
14027         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14028         ($(objpfx)tst-pcre-mem): Likewise.
14029         ($(objpfx)tst-boost-mem): Likewise.
14030         ($(objpfx)tst-getconf.out): Likewise.
14031         ($(objpfx)bug-ga2-mem): Likewise.
14032         ($(objpfx)bug-glob2-mem): Likewise.
14033         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14034         ($(objpfx)mtrace-tst-leaks2): Likewise.
14035         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14036         ($(objpfx)tst-printf.out): Likewise.
14037         ($(objpfx)tst-setvbuf1.out): Likewise.
14038         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14039         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14040         ($(objpfx)tst-fmtmsg.out): Likewise.
14041         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14042         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14044         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14045         * bits/sigaction.h [__USE_MISC]: Likewise.
14046         * bits/waitstatus.h: Update #endif comments.
14047         * ctype/ctype.h: Likewise.
14048         * dirent/dirent.h: Likewise.
14049         [__USE_MISC]: Remove redundant conditionals.
14050         * grp/grp.h: Update #endif comments.
14051         [__USE_GNU]: Remove redundant conditionals.
14052         [__USE_MISC]: Likewise.
14053         * inet/netinet/in.h [__USE_GNU]: Likewise.
14054         * io/sys/stat.h [__USE_MISC]: Likewise.
14055         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14056         * libio/bits/stdio.h: Update #endif comments.
14057         [__USE_MISC]: Remove redundant conditionals.
14058         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14059         * libio/stdio.h: Update #endif comments.
14060         [__USE_MISC]: Remove redundant conditionals.
14061         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14062         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14063         * math/math.h: Update #else and #endif comments.
14064         [__USE_MISC]: Remove redundant conditionals.
14065         * misc/sys/uio.h: Update #endif comments.
14066         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14067         * posix/glob.h [__USE_MISC]: Likewise.
14068         * posix/sys/types.h: Update #endif comments.
14069         [__USE_MISC]: Remove redundant conditionals.
14070         * posix/sys/wait.h: Update #endif comments.
14071         [__USE_MISC]: Remove redundant conditionals.
14072         * posix/unistd.h: Update #endif comments.
14073         [__USE_MISC]: Remove redundant conditionals.
14074         * pwd/pwd.h [__USE_GNU]: Likewise.
14075         [__USE_MISC]: Likewise.
14076         * resolv/netdb.h [__USE_GNU]: Likewise.
14077         * signal/signal.h: Update #endif comments.
14078         [__USE_MISC]: Remove redundant conditionals.
14079         * stdlib/stdlib.h: Update #else and #endif comments.
14080         [__USE_MISC]: Remove redundant conditionals.
14081         [__USE_GNU]: Likewise.
14082         * string/bits/string2.h [__USE_MISC]: Likewise.
14083         * string/string.h: Update #endif comments.
14084         [__USE_MISC]: Remove redundant conditionals.
14085         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14086         Likewise.
14087         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14088         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14089         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14090         Likewise.
14091         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14092         Likewise.
14093         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14094         comments.
14095         [__USE_MISC]: Remove redundant conditionals.
14096         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14097         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14098         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14099         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14100         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14101         Likewise.
14102         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14103         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14104         Likewise.
14105         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14106         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14107         Likewise.
14108         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14109         Likewise.
14110         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14111         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14112         Likewise.
14113         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14114         Likewise.
14115         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14116         * sysdeps/x86/bits/string.h: Update #endif comments.
14117         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14118         conditionals.
14119         * time/sys/time.h: Update #endif comments.
14120         * time/time.h: Likewise.
14121         [__USE_MISC]: Remove redundant conditionals.
14123 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14125         [BZ #16600]
14126         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14128 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14130         * Versions.def (librt): Add GLIBC_2.17.
14132 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14134         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14135         synonym for _SYS_AUXV_H to allow direct inclusion.
14136         * sysdeps/sparc/bits/hwcap.h: Likewise.
14137         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14138         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14139         * sysdeps/sparc/sysdep.h: Likewise.
14141 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14143         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14145 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14147         * benchtests/bench-strrchr.c: Print length instead of position.
14149 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14151         [BZ #16611]
14152         * sysdeps/unix/sysv/linux/kernel-features.h
14153         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14154         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14155         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14156         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14157         Likewise.
14158         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14159         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14160         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14161         (__ASSUME_SENDMMSG): Define instead of using previous
14162         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14163         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14164         (__ASSUME_SENDMMSG_SYSCALL): Define.
14165         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14166         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14167         Likewise.
14168         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14169         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14170         Likewise.
14171         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14172         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14173         Likewise.
14174         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14175         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14176         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14177         [__ASSUME_SENDMMSG]: Change conditionals to
14178         [__ASSUME_SENDMMSG_SOCKETCALL].
14179         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14180         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14181         Define.
14182         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14183         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14184         Likewise.
14185         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14186         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14187         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14188         [!__ASSUME_SENDMMSG]: Change conditional to
14189         [!__ASSUME_SENDMMSG_SOCKETCALL].
14190         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14191         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14192         Define.
14194         [BZ #16610]
14195         * sysdeps/unix/sysv/linux/kernel-features.h
14196         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14197         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14198         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14199         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14200         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14201         [__i386__ || __sparc__]
14202         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14203         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14204         (__ASSUME_RECVMMSG): Define instead of using previous
14205         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14206         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14207         (__ASSUME_RECVMMSG_SYSCALL): Define.
14208         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14209         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14210         Likewise.
14211         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14212         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14213         Likewise.
14214         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14215         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14216         Likewise.
14217         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14218         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14219         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14220         [__ASSUME_RECVMMSG]: Change condition to
14221         [__ASSUME_RECVMMSG_SOCKETCALL].
14222         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14223         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14224         Define.
14225         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14226         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14227         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14228         Likewise.
14229         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14230         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14231         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14232         [!__ASSUME_RECVMMSG]: Change condition to
14233         [!__ASSUME_RECVMMSG_SOCKETCALL].
14234         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14235         (__ASSUME_RECVMMSG_SYSCALL): Define.
14237         [BZ #16609]
14238         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14239         __powerpc__ || __s390__ || __sh__ || __sparc__]
14240         (__ASSUME_SOCKETCALL): Define.
14241         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14242         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14243         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14244         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14245         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14246         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14247         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14248         (__ASSUME_ACCEPT4): Define instead of using previous
14249         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14250         __powerpc__ || __sparc__ || __s390__)] condition.
14251         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14252         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14253         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14254         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14255         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14256         [!__ASSUME_ACCEPT4]: Change condition to
14257         [!__ASSUME_ACCEPT4_SOCKETCALL].
14258         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14259         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14260         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14261         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14262         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14263         __ASSUME_ACCEPT4_SYSCALL.
14264         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14265         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14266         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14267         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14268         __ASSUME_ACCEPT4_SYSCALL.
14269         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14270         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14271         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14272         [__ASSUME_ACCEPT4]: Change condition to
14273         [__ASSUME_ACCEPT4_SOCKETCALL].
14274         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14275         (__ASSUME_SOCKETCALL): Define.
14276         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14278         (__ASSUME_SOCKETCALL): Define.
14279         (__ASSUME_ACCEPT4): Remove.
14280         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14281         Define.
14282         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14283         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14284         Likewise.
14285         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14286         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14288         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14289         macro.
14290         (HWCAP_ARM_LPAE): Likewise.
14291         (HWCAP_ARM_EVTSTRM): Likewise.
14292         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14293         Add vpfd32, lpae and evtstrm.
14294         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14295         Increase to 22.
14297 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14299         * math/auto-libm-test-in: Add tests of clog10.
14300         * math/auto-libm-test-out: Regenerated.
14301         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14302         * sysdeps/i386/fpu/libm-test-ulps: Update.
14303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14305 2014-02-18  Andreas Schwab  <schwab@suse.de>
14307         [BZ #16574]
14308         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14309         Store non-zero if the second buffer was newly allocated.
14310         (send_dg): Likewise.
14311         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14312         to send_vc and send_dg.
14313         (res_nsend): Pass NULL for ansp2_malloced.
14314         * resolv/res_query.c (__libc_res_nquery): Add parameter
14315         answerp2_malloced and pass it down to __libc_res_nsend.
14316         (res_nquery): Pass additional NULL to __libc_res_nquery.
14317         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14318         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14319         second answer buffer if answerp2_malloced was set.
14320         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14321         (__libc_res_nquerydomain): Add parameter
14322         answerp2_malloced and pass it down to __libc_res_nquery.
14323         (res_nquerydomain): Pass additional NULL to
14324         __libc_res_nquerydomain.
14325         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14326         additional NULL to __libc_res_nsend and __libc_res_nquery.
14327         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14328         additional NULL to __libc_res_nsearch.
14329         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14330         parameter of __libc_res_nsearch to check for separately allocated
14331         second buffer.
14332         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14333         __libc_res_nquery.
14334         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14335         additional NULL to __libc_res_nquery.
14336         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14337         __libc_res_nsearch.
14338         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14339         * include/resolv.h: Update prototypes of __libc_res_nquery,
14340         __libc_res_nsearch, __libc_res_nsend.
14342 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14344         * math/auto-libm-test-in: Add tests of fma.
14345         * math/auto-libm-test-out: Regenerated.
14346         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14347         (fma_towardzero_test_data): Likewise.
14348         (fma_downward_test_data): Likewise.
14349         (fma_upward_test_data): Likewise.
14350         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14351         mpc_mode.
14352         (rounding_modes): Add values for new field.
14353         (func_calc_method): Add value mpfr_fff_f.
14354         (func_calc_desc): Add mpfr_fff_f union field.
14355         (test_function): Add field exact_args.
14356         (FUNC): Add macro argument EXACT_ARGS.
14357         (FUNC_mpfr_f_f): Update call to FUNC.
14358         (FUNC_mpfr_f_f): Likewise.
14359         (FUNC_mpfr_ff_f): Likewise.
14360         (FUNC_mpfr_if_f): Likewise.
14361         (FUNC_mpc_c_f): Likewise.
14362         (FUNC_mpc_c_c): Likewise.
14363         (test_functions): Add fma.  Update calls to FUNC.
14364         (handle_input_arg): Add argument exact_args.
14365         (add_test): Update call to handle_input_arg.
14366         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14367         (output_for_one_input_case): Update call to calc_generic_results.
14368         Recalculate exact zero results in each rounding mode.
14370         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14371         non-negative before setting low bit.
14372         * math/auto-libm-test-in: Mark one asin test possibly having
14373         spurious underflow.
14374         * math/auto-libm-test-out: Regenerated.
14375         * sysdeps/i386/fpu/libm-test-ulps: Update.
14376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14378 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14380         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14381         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14382         ports/sysdeps/unix/sysv/linux/microblaze.
14383         * README: Add missing listing for microblaze*-*-linux-gnu.
14385 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14387         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14388         duplicate code
14390 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14392         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14393         * sysdeps/unix/sysv/linux/ia64: Move directory from
14394         ports/sysdeps/unix/sysv/linux/ia64.
14395         * README: Update listing for ia64-*-linux-gnu.
14397 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14398             Joseph Myers  <joseph@codesourcery.com>
14400         * Makeconfig (test-name): New variable.
14401         (evaluate-test): Likewise.
14402         * Makerules (do-test-clean): Remove .test-result files.
14403         (common-mostlyclean): Likewise.
14404         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14405         * scripts/evaluate-test.sh: New file.
14407 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14409         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14410         separate $(objpfx)tst-fopenloc-cmp.out and
14411         $(objpfx)tst-fopenloc-mem.out targets.
14412         (tests): Update dependencies.
14413         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14414         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14415         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14416         (tst-rxspencer-no-utf8-ARGS): New variable.
14417         (tst-rxspencer-no-utf8-ENV): Likewise.
14418         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14419         instead of $(objpfx)tst-rxspencer-mem.
14420         ($(objpfx)tst-rxspencer-mem): Change target to
14421         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14422         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14423         * posix/tst-rxspencer-no-utf8.c: New file.
14425         * elf/Makefile ($(objpfx)order.out): Remove rule.
14426         [$(run-built-tests) = yes] (tests): Depend on
14427         $(objpfx)order-cmp.out.
14428         ($(objpfx)order-cmp.out): New rule.
14429         [$(run-built-tests) = yes] (tests): Depend on
14430         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14431         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14432         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14433         $(objpfx)tst-array5-static-cmp.out.
14434         ($(objpfx)tst-array1.out): Remove rule.
14435         ($(objpfx)tst-array1-cmp.out): New rule.
14436         ($(objpfx)tst-array1-static.out): Remove rule.
14437         ($(objpfx)tst-array1-static-cmp.out): New rule.
14438         ($(objpfx)tst-array2.out): Remove rule.
14439         ($(objpfx)tst-array2-cmp.out): New rule.
14440         ($(objpfx)tst-array3.out): Remove rule.
14441         ($(objpfx)tst-array3-cmp.out): New rule.
14442         ($(objpfx)tst-array4.out): Remove rule.
14443         ($(objpfx)tst-array4-cmp.out): New rule.
14444         ($(objpfx)tst-array5.out): Remove rule.
14445         ($(objpfx)tst-array5-cmp.out): New rule.
14446         ($(objpfx)tst-array5-static.out): Remove rule.
14447         ($(objpfx)tst-array5-static-cmp.out): New rule.
14448         [$(run-built-tests) = yes] (tests): Depend on
14449         $(objpfx)order2-cmp.out.
14450         ($(objpfx)order2.out): Remove rule.
14451         ($(objpfx)order2-cmp.out): New rule.
14452         ($(objpfx)tst-initorder.out): Remove rule.
14453         [$(run-built-tests) = yes] (tests): Depend on
14454         $(objpfx)tst-initorder-cmp.out.
14455         ($(objpfx)tst-initorder-cmp.out): New rule.
14456         ($(objpfx)tst-initorder2.out): Remove rule.
14457         [$(run-built-tests) = yes] (tests): Depend on
14458         $(objpfx)tst-initorder2-cmp.out.
14459         ($(objpfx)tst-initorder2-cmp.out): New rule.
14460         [$(run-built-tests) = yes] (tests): Depend on
14461         $(objpfx)tst-unused-dep-cmp.out.
14462         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14463         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14464         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14465         on $(objpfx)tst-setvbuf1-cmp.out.
14466         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14467         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14468         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14469         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14470         ($(objpfx)tst-svc.out): Remove rule.
14471         ($(objpfx)tst-svc-cmp.out): New rule.
14473 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14475         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14476         * ctype/ctype.h [__USE_MISC]: Likewise.
14477         * dirent/dirent.h [__USE_MISC]: Likewise.
14478         * grp/grp.h [__USE_MISC]: Likewise.
14479         * io/fcntl.h [__USE_MISC]: Likewise.
14480         * io/sys/stat.h [__USE_MISC]: Likewise.
14481         * libio/stdio.h [__USE_MISC]: Likewise.
14482         * posix/unistd.h [__USE_MISC]: Likewise.
14483         * pwd/pwd.h [__USE_MISC]: Likewise.
14484         * stdlib.h [__USE_MISC]: Likewise.
14485         * string/bits/string2.h [__USE_MISC]: Likewise.
14486         * string/string.h [__USE_MISC]: Likewise.
14487         * time/time.h [__USE_MISC]: Likewise.
14489 2014-02-13  Andreas Schwab  <schwab@suse.de>
14491         [BZ #16574]
14492         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14493         second answer buffer if it was separately allocated.
14495 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14497         * sysdeps/mips/math-tests.h: Include <features.h>.
14498         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14499         (ROUNDING_TESTS_long_double): Do not define.
14500         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14501         (EXCEPTION_TESTS_long_double): Likewise.
14502         * sysdeps/mips/mips64/libm-test-ulps: Update.
14504         * include/features.h (__USE_BSD): Remove macro definitions.
14505         (__USE_SVID): Likewise.
14506         (_BSD_SOURCE): Likewise.
14507         (_SVID_SOURCE): Likewise.
14508         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14509         from definition of _DEFAULT_SOURCE.
14510         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14511         [_DEFAULT_SOURCE].
14512         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14513         * bits/mman.h [__USE_BSD]: Likewise.
14514         * bits/termios.h [__USE_BSD]: Likewise.
14515         * bits/waitstatus.h [__USE_BSD]: Likewise.
14516         * ctype/ctype.h [__USE_SVID]: Likewise.
14517         * dirent/dirent.h [__USE_BSD]: Likewise.
14518         * grp/grp.h [__USE_SVID]: Likewise.
14519         [__USE_BSD]: Likewise.
14520         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14521         * io/fcntl.h [__USE_BSD]: Likewise.
14522         * io/ftw.h [__USE_BSD]: Likewise.
14523         * io/sys/stat.h [__USE_BSD]: Likewise.
14524         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14525         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14526         * libio/stdio.h [__USE_SVID]: Likewise.
14527         [__USE_BSD]: Likewise.
14528         * math/math.h [__USE_SVID]: Likewise.
14529         [__USE_BSD]: Likewise.
14530         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14531         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14532         * misc/search.h [__USE_SVID]: Likewise.
14533         * misc/sys/mman.h [__USE_BSD]: Likewise.
14534         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14535         * misc/sys/uio.h [__USE_BSD]: Likewise.
14536         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14537         * posix/glob.h [__USE_BSD]: Likewise.
14538         * posix/regex.h [__USE_BSD]: Likewise.
14539         * posix/sys/types.h [__USE_BSD]: Likewise.
14540         [__USE_SVID]: Likewise.
14541         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14542         * posix/sys/wait.h [__USE_BSD]: Likewise.
14543         [__USE_SVID]: Likewise.
14544         * posix/unistd.h [__USE_BSD]: Likewise.
14545         [__USE_SVID]: Likewise.
14546         * pwd/pwd.h [__USE_SVID]: Likewise.
14547         * resolv/netdb.h [__USE_BSD]: Likewise.
14548         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14549         * signal/signal.h [__USE_BSD]: Likewise.
14550         [__USE_SVID]: Likewise.
14551         * socket/sys/socket.h [__USE_BSD]: Likewise.
14552         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14553         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14554         [__USE_SVID]: Likewise.
14555         * string/bits/string2.h [__USE_BSD]: Likewise.
14556         [__USE_SVID]: Likewise.
14557         * string/bits/string3.h [__USE_BSD]: Likewise.
14558         * string/endian.h [__USE_BSD]: Likewise.
14559         * string/string.h [__USE_SVID]: Likewise.
14560         [__USE_BSD]: Likewise.
14561         * string/strings.h [__USE_BSD]: Likewise.
14562         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14563         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14564         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14565         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14566         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14567         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14568         Likewise.
14569         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14570         Likewise.
14571         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14572         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14573         Likewise.
14574         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14575         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14576         Likewise.
14577         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14578         Likewise.
14579         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14580         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14581         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14582         Likewise.
14583         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14584         Likewise.
14585         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14586         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14587         * termios/termios.h [__USE_BSD]: Likewise.
14588         * time/sys/time.h [__USE_BSD]: Likewise.
14589         * time/time.h [__USE_BSD]: Likewise.
14590         [__USE_SVID]: Likewise.
14592         * Makefile (subdir_targets): Remove subdir_lint.out.
14594         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14595         (do-tst-printf): Likewise.
14596         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14597         $(objpfx)tst-printf.out.
14599         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14601         * Makerules (check-abi-%): Change target to
14602         $(objpfx)check-abi-%.out.
14603         (check-abi target): Update dependencies.
14604         (check-abi-pattern variable): Redirect output of diff to $@.
14605         (check-abi variable): Likewise.
14606         * elf/Makefile (check-abi): Update dependencies.
14608         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14609         unused.
14610         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14611         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14612         subnormal range.
14613         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14614         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14615         value has largest subnormal exponent.
14616         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14617         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14618         * sysdeps/aarch64/soft-fp/sfp-machine.h
14619         (_FP_TININESS_AFTER_ROUNDING): New macro.
14620         * sysdeps/alpha/soft-fp/sfp-machine.h
14621         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14622         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14623         Likewise.
14624         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14625         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14626         * sysdeps/mips/soft-fp/sfp-machine.h
14627         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14628         * sysdeps/powerpc/soft-fp/sfp-machine.h
14629         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14630         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14631         Likewise.
14632         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14633         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14634         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14635         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14636         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14637         Likewise.
14639 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14641         [BZ #16545]
14642         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14643         model 1.
14645 2014-02-12  Richard Henderson  <rth@redhat.com>
14647         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14648         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14649         * sysdeps/unix/sysv/linux/alpha: Move directory from
14650         ports/sysdeps/unix/sysv/linux/alpha.
14651         * README: Update listing for alpha-*-linux-gnu.
14653 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14655         * include/features.h: Update comment documenting feature test
14656         macros.
14657         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14658         _DEFAULT_SOURCE.
14659         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14660         (_SVID_SOURCE): Likewise.
14661         (_DEFAULT_SOURCE): Update description of default features.
14662         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14663         with _GNU_SOURCE.
14664         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14665         (S_ISVTX): Likewise.
14666         * manual/math.texi (Mathematical Constants): Likewise.
14667         * manual/signal.texi (Interrupted Primitives): Likewise.
14668         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14669         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14670         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14671         Don't refer to _SVID_SOURCE in warning text.
14673         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14675         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14676         already defined.
14677         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14678         * sysdeps/mips/dl-lookup.c: Remove.
14679         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14681 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14683         [BZ #16447]
14684         * math/auto-libm-test-in: Add testcase for expl.
14685         * math/auto-libm-test-out: Regenerate.
14686         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14687         calculation of unsafe.
14688         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14690 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14692         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14693         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14694         ports/sysdeps/unix/sysv/linux/aarch64.
14695         * README: Update listing for aarch64*-*-linux-gnu.
14697 2014-02-11  Will Newton  <will.newton@linaro.org>
14699         * manual/probes.texi (Mathematical Function Probes): Use
14700         "triggered" instead of "hit".
14702         * manual/probes.texi (Internal Probes): Add documentation
14703         of setjmp, longjmp and longjmp_target probes.
14705         * include/stap-probe.h: Add comment about probe argument
14706         format.
14708         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14709         definition.  (tr_where, tr_freehook, tr_mallochook,
14710         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14712 2014-02-11  David S. Miller  <davem@davemloft.net>
14714         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14715         processing int_tests.
14717 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14719         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14720         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14721         * sysdeps/unix/sysv/linux/mips: Move directory from
14722         ports/sysdeps/unix/sysv/linux/mips.
14723         * README: Update listing for mips-*-linux-gnu and
14724         mips64-*-linux-gnu.
14726 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14728         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14729         * sysdeps/unix/sysv/linux/m68k: Move directory from
14730         ports/sysdeps/unix/sysv/linux/m68k.
14731         * README: Update listing for m68k-*-linux-gnu.
14733 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14735         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14736         * sysdeps/unix/sysv/linux/generic: Move directory from
14737         ports/sysdeps/unix/sysv/linux/generic.
14738         * sysdeps/unix/sysv/linux/tile: Move directory from
14739         ports/sysdeps/unix/sysv/linux/tile.
14740         * README: Update listing for tile*-*-linux-gnu.
14742 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14744         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14745         __builtin_expect.
14746         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14747         * catgets/open_catalog.c (__open_catalog): Likewise.
14748         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14749         * debug/confstr_chk.c: Likewise.
14750         * debug/fread_chk.c (__fread_chk): Likewise.
14751         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14752         * debug/getgroups_chk.c: Likewise.
14753         * debug/mbsnrtowcs_chk.c: Likewise.
14754         * debug/mbsrtowcs_chk.c: Likewise.
14755         * debug/mbstowcs_chk.c: Likewise.
14756         * debug/memcpy_chk.c: Likewise.
14757         * debug/memmove_chk.c: Likewise.
14758         * debug/mempcpy_chk.c: Likewise.
14759         * debug/memset_chk.c: Likewise.
14760         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14761         * debug/strcat_chk.c (__strcat_chk): Likewise.
14762         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14763         * debug/strncat_chk.c (__strncat_chk): Likewise.
14764         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14765         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14766         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14767         * debug/wcpncpy_chk.c: Likewise.
14768         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14769         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14770         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14771         * debug/wcsncpy_chk.c: Likewise.
14772         * debug/wcsnrtombs_chk.c: Likewise.
14773         * debug/wcsrtombs_chk.c: Likewise.
14774         * debug/wcstombs_chk.c: Likewise.
14775         * debug/wmemcpy_chk.c: Likewise.
14776         * debug/wmemmove_chk.c: Likewise.
14777         * debug/wmempcpy_chk.c: Likewise.
14778         * debug/wmemset_chk.c: Likewise.
14779         * dirent/scandirat.c (SCANDIRAT): Likewise.
14780         * dlfcn/dladdr1.c (dladdr1): Likewise.
14781         * dlfcn/dladdr.c (dladdr): Likewise.
14782         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14783         * dlfcn/dlerror.c (__dlerror): Likewise.
14784         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14785         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14786         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14787         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14788         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14789         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14790         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14791         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14792         Likewise.
14793         * elf/dl-conflict.c: Likewise.
14794         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14795         * elf/dl-dst.h: Likewise.
14796         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14797         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14798         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14799         * elf/dl-init.c (call_init, _dl_init): Likewise.
14800         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14801         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14802         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14803         Likewise.
14804         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14805         Likewise.
14806         * elf/dl-minimal.c (__libc_memalign): Likewise.
14807         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14808         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14809         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14810         * elf/dl-sym.c (do_sym): Likewise.
14811         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14812         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14813         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14814         * elf/dl-writev.h (_dl_writev): Likewise.
14815         * elf/ldconfig.c (search_dir): Likewise.
14816         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14817         (dl_main): Likewise.
14818         * elf/setup-vdso.h (setup_vdso): Likewise.
14819         * grp/compat-initgroups.c (compat_call): Likewise.
14820         * grp/fgetgrent.c (fgetgrent): Likewise.
14821         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14822         * grp/putgrent.c (putgrent): Likewise.
14823         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14824         Likewise.
14825         * hurd/hurdinit.c: Likewise.
14826         * iconvdata/8bit-gap.c (struct): Likewise.
14827         * iconvdata/ansi_x3.110.c : Likewise.
14828         * iconvdata/big5.c : Likewise.
14829         * iconvdata/big5hkscs.c : Likewise.
14830         * iconvdata/cp1255.c: Likewise.
14831         * iconvdata/cp1258.c : Likewise.
14832         * iconvdata/cp932.c : Likewise.
14833         * iconvdata/euc-cn.c: Likewise.
14834         * iconvdata/euc-jisx0213.c : Likewise.
14835         * iconvdata/euc-jp.c: Likewise.
14836         * iconvdata/euc-jp-ms.c : Likewise.
14837         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14838         * iconvdata/gb18030.c : Likewise.
14839         * iconvdata/gbbig5.c (const): Likewise.
14840         * iconvdata/gbgbk.c: Likewise.
14841         * iconvdata/gbk.c : Likewise.
14842         * iconvdata/ibm1364.c : Likewise.
14843         * iconvdata/ibm930.c : Likewise.
14844         * iconvdata/ibm932.c: Likewise.
14845         * iconvdata/ibm933.c : Likewise.
14846         * iconvdata/ibm935.c : Likewise.
14847         * iconvdata/ibm937.c : Likewise.
14848         * iconvdata/ibm939.c : Likewise.
14849         * iconvdata/ibm943.c: Likewise.
14850         * iconvdata/iso_11548-1.c: Likewise.
14851         * iconvdata/iso-2022-cn.c : Likewise.
14852         * iconvdata/iso-2022-cn-ext.c : Likewise.
14853         * iconvdata/iso-2022-jp-3.c: Likewise.
14854         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14855         * iconvdata/iso-2022-kr.c : Likewise.
14856         * iconvdata/iso646.c (gconv_end): Likewise.
14857         * iconvdata/iso_6937-2.c : Likewise.
14858         * iconvdata/iso_6937.c : Likewise.
14859         * iconvdata/iso8859-1.c: Likewise.
14860         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14861         * iconvdata/shift_jisx0213.c : Likewise.
14862         * iconvdata/sjis.c : Likewise.
14863         * iconvdata/t.61.c : Likewise.
14864         * iconvdata/tcvn5712-1.c : Likewise.
14865         * iconvdata/tscii.c: Likewise.
14866         * iconvdata/uhc.c : Likewise.
14867         * iconvdata/unicode.c (gconv_end): Likewise.
14868         * iconvdata/utf-16.c (gconv_end): Likewise.
14869         * iconvdata/utf-32.c (gconv_end): Likewise.
14870         * iconvdata/utf-7.c (base64): Likewise.
14871         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14872         * iconv/gconv_close.c (__gconv_close): Likewise.
14873         * iconv/gconv_open.c (__gconv_open): Likewise.
14874         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14875         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14876         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14877         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14878         (ucs4le_internal_loop_single): Likewise.
14879         * iconv/iconv.c (iconv): Likewise.
14880         * iconv/iconv_close.c: Likewise.
14881         * iconv/loop.c (SINGLE): Likewise.
14882         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14883         * include/atomic.h: Likewise.
14884         * inet/inet6_option.c (option_alloc): Likewise.
14885         * intl/bindtextdom.c (set_binding_values): Likewise.
14886         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14887         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14888         * intl/localealias.c (read_alias_file): Likewise.
14889         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14890         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14891         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14892         * libio/fmemopen.c (fmemopen): Likewise.
14893         * libio/iofgets.c (_IO_fgets): Likewise.
14894         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14895         * libio/iofgetws.c (fgetws): Likewise.
14896         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14897         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14898         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14899         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14900         * locale/findlocale.c (_nl_find_locale): Likewise.
14901         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14902         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14903         Likewise.
14904         * locale/setlocale.c (setlocale): Likewise.
14905         * login/programs/pt_chown.c (main): Likewise.
14906         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14907         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14908         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14909         (mmap, mmap64, mremap, munmap): Likewise.
14910         * math/e_exp2l.c: Likewise.
14911         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14912         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14913         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14914         * math/s_catan.c (__catan): Likewise.
14915         * math/s_catanf.c (__catanf): Likewise.
14916         * math/s_catanh.c (__catanh): Likewise.
14917         * math/s_catanhf.c (__catanhf): Likewise.
14918         * math/s_catanhl.c (__catanhl): Likewise.
14919         * math/s_catanl.c (__catanl): Likewise.
14920         * math/s_ccosh.c (__ccosh): Likewise.
14921         * math/s_ccoshf.c (__ccoshf): Likewise.
14922         * math/s_ccoshl.c (__ccoshl): Likewise.
14923         * math/s_cexp.c (__cexp): Likewise.
14924         * math/s_cexpf.c (__cexpf): Likewise.
14925         * math/s_cexpl.c (__cexpl): Likewise.
14926         * math/s_clog10.c (__clog10): Likewise.
14927         * math/s_clog10f.c (__clog10f): Likewise.
14928         * math/s_clog10l.c (__clog10l): Likewise.
14929         * math/s_clog.c (__clog): Likewise.
14930         * math/s_clogf.c (__clogf): Likewise.
14931         * math/s_clogl.c (__clogl): Likewise.
14932         * math/s_csin.c (__csin): Likewise.
14933         * math/s_csinf.c (__csinf): Likewise.
14934         * math/s_csinh.c (__csinh): Likewise.
14935         * math/s_csinhf.c (__csinhf): Likewise.
14936         * math/s_csinhl.c (__csinhl): Likewise.
14937         * math/s_csinl.c (__csinl): Likewise.
14938         * math/s_csqrt.c (__csqrt): Likewise.
14939         * math/s_csqrtf.c (__csqrtf): Likewise.
14940         * math/s_csqrtl.c (__csqrtl): Likewise.
14941         * math/s_ctan.c (__ctan): Likewise.
14942         * math/s_ctanf.c (__ctanf): Likewise.
14943         * math/s_ctanh.c (__ctanh): Likewise.
14944         * math/s_ctanhf.c (__ctanhf): Likewise.
14945         * math/s_ctanhl.c (__ctanhl): Likewise.
14946         * math/s_ctanl.c (__ctanl): Likewise.
14947         * math/w_pow.c: Likewise.
14948         * math/w_powf.c: Likewise.
14949         * math/w_powl.c: Likewise.
14950         * math/w_scalb.c (sysv_scalb): Likewise.
14951         * math/w_scalbf.c (sysv_scalbf): Likewise.
14952         * math/w_scalbl.c (sysv_scalbl): Likewise.
14953         * misc/error.c (error_tail): Likewise.
14954         * misc/pselect.c (__pselect): Likewise.
14955         * nis/nis_callback.c (__nis_create_callback): Likewise.
14956         * nis/nis_call.c (__nisfind_server): Likewise.
14957         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14958         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14959         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14960         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14961         * nis/nis_lookup.c (nis_lookup): Likewise.
14962         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14963         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14964         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14965         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14966         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14967         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14968         * nis/nss_compat/compat-initgroups.c (add_group)
14969         (internal_getgrent_r): Likewise.
14970         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14971         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14972         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14973         (internal_getspnam_r): Likewise.
14974         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14975         (_nss_nis_getaliasbyname_r): Likewise.
14976         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14977         (_nss_nis_getntohost_r): Likewise.
14978         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14979         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14980         (_nss_nis_getgrgid_r): Likewise.
14981         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14982         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14983         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14984         (_nss_nis_gethostbyname4_r): Likewise.
14985         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14986         (initgroups_netid): Likewise.
14987         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14988         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14989         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14990         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14991         (_nss_nis_getprotobynumber_r): Likewise.
14992         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14993         (_nss_nis_getsecretkey): Likewise.
14994         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14995         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14996         (_nss_nis_getpwuid_r): Likewise.
14997         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14998         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14999         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15000         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15001         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15002         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15003         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15004         Likewise.
15005         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15006         (_nss_nisplus_getntohost_r): Likewise.
15007         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15008         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15009         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15010         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15011         Likewise.
15012         * nis/nss_nisplus/nisplus-initgroups.c
15013         (_nss_nisplus_initgroups_dyn): Likewise.
15014         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15015         (_nss_nisplus_getnetbyaddr_r): Likewise.
15016         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15017         (_nss_nisplus_getprotobynumber_r): Likewise.
15018         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15019         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15020         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15021         Likewise.
15022         * nis/nss_nisplus/nisplus-service.c
15023         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15024         (_nss_nisplus_getservbyport_r): Likewise.
15025         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15026         (_nss_nisplus_getspnam_r): Likewise.
15027         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15028         Likewise.
15029         * nscd/aicache.c (addhstaiX): Likewise.
15030         * nscd/cache.c (cache_search, prune_cache): Likewise.
15031         * nscd/connections.c (register_traced_file, send_ro_fd)
15032         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15033         (main_loop_epoll): Likewise.
15034         * nscd/grpcache.c (addgrbyX): Likewise.
15035         * nscd/hstcache.c (addhstbyX): Likewise.
15036         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15037         * nscd/mem.c (gc, mempool_alloc): Likewise.
15038         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15039         (addinnetgrX): Likewise.
15040         * nscd/nscd-client.h (__nscd_acquire_maplock)
15041         (__nscd_drop_map_ref): Likewise.
15042         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15043         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15044         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15045         Likewise.
15046         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15047         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15048         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15049         (__nscd_get_map_ref): Likewise.
15050         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15051         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15052         Likewise.
15053         * nscd/pwdcache.c (addpwbyX): Likewise.
15054         * nscd/selinux.c (preserve_capabilities): Likewise.
15055         * nscd/servicescache.c (addservbyX): Likewise.
15056         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15057         * posix/fnmatch.c (fnmatch): Likewise.
15058         * posix/getopt.c (_getopt_internal_r): Likewise.
15059         * posix/glob.c (glob, glob_in_dir): Likewise.
15060         * posix/wordexp.c (exec_comm_child): Likewise.
15061         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15062         (getanswer_r, gaih_getanswer_slice): Likewise.
15063         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15064         * resolv/res_init.c: Likewise.
15065         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15066         * resolv/res_query.c (__libc_res_nquery): Likewise.
15067         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15068         Likewise.
15069         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15070         * stdio-common/perror.c (perror): Likewise.
15071         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15072         * stdio-common/tmpnam.c (tmpnam): Likewise.
15073         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15074         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15075         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15076         Likewise.
15077         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15078         * stdlib/putenv.c (putenv): Likewise.
15079         * stdlib/setenv.c (__add_to_environ): Likewise.
15080         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15081         * stdlib/strtol_l.c (INTERNAL): Likewise.
15082         * string/memmem.c (memmem): Likewise.
15083         * string/strerror.c (strerror): Likewise.
15084         * string/strnlen.c (__strnlen): Likewise.
15085         * string/test-memmem.c (simple_memmem): Likewise.
15086         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15087         * sunrpc/pm_getport.c (__get_socket): Likewise.
15088         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15089         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15090         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15091         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15092         Likewise.
15093         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15094         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15095         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15096         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15097         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15098         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15099         Likewise.
15100         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15101         Likewise.
15102         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15103         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15104         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15105         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15106         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15107         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15108         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15109         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15110         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15111         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15112         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15113         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15114         Likewise.
15115         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15116         Likewise.
15117         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15118         Likewise.
15119         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15120         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15121         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15122         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15123         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15124         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15125         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15126         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15127         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15128         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15129         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15130         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15131         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15132         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15133         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15134         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15135         Likewise.
15136         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15137         Likewise.
15138         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15139         Likewise.
15140         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15141         Likewise.
15142         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15143         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15144         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15145         Likewise.
15146         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15147         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15148         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15149         * sysdeps/posix/sleep.c: Likewise.
15150         * sysdeps/posix/tempname.c: Likewise.
15151         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15152         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15153         Likewise.
15154         * sysdeps/powerpc/powerpc32/dl-machine.h
15155         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15156         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15157         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15158         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15159         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15160         Likewise.
15161         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15162         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15163         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15164         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15165         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15166         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15167         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15168         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15169         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15170         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15171         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15172         (elf_machine_lazy_rel): Likewise.
15173         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15174         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15175         (elf_machine_lazy_rel): Likewise.
15176         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15177         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15178         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15179         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15180         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15181         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15182         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15183         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15184         Likewise.
15185         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15186         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15187         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15188         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15189         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15190         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15191         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15192         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15193         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15194         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15195         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15196         Likewise.
15197         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15198         (__posix_fallocate64_l64): Likewise.
15199         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15200         (posix_fallocate): Likewise.
15201         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15202         Likewise.
15203         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15204         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15205         (getifaddrs_internal): Likewise.
15206         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15207         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15208         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15209         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15210         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15211         (__posix_fallocate64_l64): Likewise.
15212         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15213         Likewise.
15214         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15215         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15216         (__get_clockfreq): Likewise.
15217         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15218         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15219         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15220         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15221         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15222         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15223         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15224         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15225         Likewise.
15226         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15227         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15228         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15229         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15230         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15231         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15232         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15233         Likewise.
15234         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15235         (posix_fallocate): Likewise.
15236         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15237         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15238         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15239         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15240         (elf_machine_rela, elf_machine_rela_relative)
15241         (elf_machine_lazy_rel): Likewise.
15242         * time/asctime.c (asctime_internal): Likewise.
15243         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15244         * time/tzset.c (__tzset_parse_tz): Likewise.
15245         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15246         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15247         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15248         * wcsmbs/wcsmbsload.h: Likewise.
15250         [BZ #15894]
15251         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15253         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15254         (arena_get2): Remove THREAD_STATS conditionals.
15255         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15256         (__malloc_stats, int): Likewise.
15258 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15260         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15261         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15263         * manual/setjmp.texi: Fix typos/grammar errors.
15265         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15266         Only return early when n is <= 0.  Delete unused return statement.
15268         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15269         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15270         * debug/tst-longjmp_chk3.c: New file.
15272         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15273         (test_main): Replace code with set_fortify_handler call.
15274         * debug/test-strcpy_chk.c: Likewise.
15275         * debug/tst-chk1.c: Likewise.
15276         * debug/tst-longjmp_chk.c: Likewise.
15277         * test-skeleton.c: Include fcntl.h & paths.h
15278         (set_fortify_handler): Define.
15280         * debug/tst-longjmp_chk.c: Add header comment and include
15281         ../test-skeleton.c.
15282         (do_test): Mark static.
15283         (TEST_FUNCTION): Define.
15285         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15286         (IP_PMTUDISC_INTERFACE): Likewise.
15287         (IP_MULTICAST_IF): Likewise.
15288         (IP_MULTICAST_TTL): Likewise.
15289         (IP_MULTICAST_LOOP): Likewise.
15290         (IP_ADD_MEMBERSHIP): Likewise.
15291         (IP_DROP_MEMBERSHIP): Likewise.
15292         (IP_UNBLOCK_SOURCE): Likewise.
15293         (IP_BLOCK_SOURCE): Likewise.
15294         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15295         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15296         (IP_MSFILTER): Likewise.
15297         (MCAST_JOIN_GROUP): Likewise.
15298         (MCAST_BLOCK_SOURCE): Likewise.
15299         (MCAST_UNBLOCK_SOURCE): Likewise.
15300         (MCAST_LEAVE_GROUP): Likewise.
15301         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15302         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15303         (MCAST_MSFILTER): Likewise.
15304         (IP_MULTICAST_ALL): Likewise.
15305         (IP_UNICAST_IF): Likewise.
15307         * timezone/Makefile: Delete $(have-ksh) check.
15308         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15309         * timezone/tzselect.ksh: Add +x mode bits.
15311         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15312         (ANON_INODE_FS_MAGIC): Likewise.
15313         (BDEVFS_MAGIC): Likewise.
15314         (BINFMTFS_MAGIC): Likewise.
15315         (BTRFS_TEST_MAGIC): Likewise.
15316         (CRAMFS_MAGIC_WEND): Likewise.
15317         (DEBUGFS_MAGIC): Likewise.
15318         (ECRYPTFS_SUPER_MAGIC): Likewise.
15319         (EXT3_SUPER_MAGIC): Likewise.
15320         (EXT4_SUPER_MAGIC): Likewise.
15321         (FUTEXFS_SUPER_MAGIC): Likewise.
15322         (HOSTFS_SUPER_MAGIC): Likewise.
15323         (HUGETLBFS_MAGIC): Likewise.
15324         (MINIX3_SUPER_MAGIC): Likewise.
15325         (MTD_INODE_FS_MAGIC): Likewise.
15326         (NILFS_SUPER_MAGIC): Likewise.
15327         (OPENPROM_SUPER_MAGIC): Likewise.
15328         (PIPEFS_MAGIC): Likewise.
15329         (PSTOREFS_MAGIC): Likewise.
15330         (QNX6_SUPER_MAGIC): Likewise.
15331         (RAMFS_MAGIC): Likewise.
15332         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15333         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15334         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15335         (SECURITYFS_MAGIC): Likewise.
15336         (SELINUX_MAGIC): Likewise.
15337         (SMACK_MAGIC): Likewise.
15338         (SOCKFS_MAGIC): Likewise.
15339         (SQUASHFS_MAGIC): Likewise.
15340         (STACK_END_MAGIC): Likewise.
15341         (TMPFS_MAGIC): Likewise.
15342         (USBDEVICE_SUPER_MAGIC): Likewise.
15343         (V9FS_MAGIC): Likewise.
15344         (XENFS_SUPER_MAGIC): Likewise.
15345         (CRAMFS_MAGIC): Fix typo in comment.
15346         (EXT2_SUPER_MAGIC): Update comment.
15347         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15349 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15351         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15352         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15353         * sysdeps/unix/sysv/linux/arm: Move directory from
15354         ports/sysdeps/unix/sysv/linux/arm.
15355         * README: Update listing for arm-*-linux-gnueabi.
15357         * README: Remove mention of am33.
15359 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15361         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15362         than the comma operator, to avoid "rhs of comma has no effect"
15363         compiler warnings.
15364         (__sigfillset, __sigandset, __sigorset): Likewise.
15365         * include/signal.h (__sigemptyset): Likewise.
15366         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15368 2014-02-07  Allan McRae  <allan@archlinux.org>
15370         * version.h (RELEASE): Set to "development".
15371         (VERSION): Set to "2.19.90"
15372         * NEWS: Add 2.20 section.
15374 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15376         [BZ #16529]
15377         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15379 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15381         * manual/contrib.texi: Update entry for Carlos O'Donell,
15382         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15384 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15386         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15388         * sysdeps/unix/sysv/linux/kernel-features.h
15389         [__LINUX_KERNEL_VERSION >= 0x020621]
15390         (__ASSUME_PROC_PID_TASK_COMM): Define.
15392 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15394         [BZ #16398]
15395         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15396         conversion when destination buffer does not have enough space.
15397         * libio/tst-ftell-partial-wide.c: New test case.
15398         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15400         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15401         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15402         Leonard and Allan McRae.
15404 2014-02-04  David S. Miller  <davem@davemloft.net>
15406         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15407         32-bit.
15409 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15412         New file
15413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15414         New file
15415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15416         New file.
15417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15418         New file.
15419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15420         New file.
15421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15422         New file.
15423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15424         New file.
15425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15426         New file.
15427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15428         New file.
15429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15430         New file.
15431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15432         New file.
15433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15434         New file.
15435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15436         New file.
15438 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15440         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15441         * shlib-versions: Likewise.
15443 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15444             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15446         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15447         (abilist-pattern): New variable, set to %-le.abilist.
15449         * Makerules (abilist-pattern): New variable.
15450         (vpath): Use $(abilist-pattern) in place of %.abilist.
15451         (check-abi-% pattern rule): Likewise.
15452         (check-abi, update-abi): Likewise.
15454 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15456         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15458 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15460         * manual/startup.texi: Add next, previous, and top entries for
15461         the `Program Arguments' and `Environment Variables' nodes.
15463 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15465         * manual/macros.texi: Add comments before MTASC-safety macros.
15467         * manual/users.texi: Document MTASC-safety properties.
15469         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15470         (pthread_getspecific, pthread_setspecific): Format with
15471         @deftypefun, and add @safety note.
15472         * manual/signal.texi: Move comments that analyze the above
15473         functions to their home place.
15475 2014-02-03  Allan McRae  <allan@archlinux.org>
15477         * po/sl.po: Update Slovenian translation from translation project.
15479 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15481         * manual/time.texi (timegm): Add missing blank after @c.
15482         Reported by Joseph Myers <joseph@codesourcery.com>.
15484 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15486         * manual/check-safety.sh: New.
15487         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15489         * manual/terminal.texi: Document MTASC-safety properties.
15491         * manual/filesys.texi: Document MTASC-safety properties.
15493         * manual/errno.texi: Document MTASC-safety properties.
15495         * manual/intro.texi: Document safety identifiers and
15496         conditionals.
15498         * manual/string.texi (wcstok): Fix prototype.
15499         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15501         * manual/time.texi: Document MTASC-safety properties.
15503         * manual/string.texi: Document MTASC-safety properties.
15505         * manual/threads.texi: Document MTASC-safety properties.
15507         * manual/stdio.texi: Document MTASC-safety properties.
15509         * manual/syslog.texi: Document MTASC-safety properties.
15511         * manual/sysinfo.texi: Document MTASC-safety properties.
15513         * manual/startup.texi: Document MTASC-safety properties.
15515         * manual/socket.texi: Document MTASC-safety properties.
15517         * manual/signal.texi: Document MTASC-safety properties.
15519 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15521         * manual/setjmp.texi: Document MTASC-safety properties.
15523         * manual/search.texi: Document MTASC-safety properties.
15525         * manual/resource.texi: Document MTASC-safety properties.
15527         * manual/process.texi: Document MTASC-safety properties.
15529         * manual/platform.texi: Document MTASC-safety properties.
15531         * manual/pipe.texi: Document MTASC-safety properties.
15533         * manual/pattern.texi: Document MTASC-safety properties.
15535         * manual/message.texi: Document MTASC-safety properties.
15537         [BZ #12751]
15538         * manual/memory.texi: Document MTASC-safety properties.
15540         * manual/math.texi: Document MTASC-safety properties.
15542         * manual/locale.texi: Document MTASC-safety properties.
15544         * manual/llio.texi: Document MTASC-safety properties.
15546         * manual/libdl.texi: New.
15548         * manual/lang.texi: Document MTASC-safety properties.
15550         * manual/job.texi: Document MTASC-safety properties.
15552         * manual/getopt.texi: Document MTASC-safety properties.
15554         * manual/ctype.texi: Document MTASC-safety properties.
15556 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15558         [BZ #16046]
15559         * csu/libc-tls.c (static_map): Remove variable.
15560         (__libc_setup_tls): Use main executable's link map for TLS data.
15561         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15562         casing for LM_ID_BASE and GL(dl_nns).
15563         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15564         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15565         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15566         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15567         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15568         member.
15569         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15570         l_phnum members.
15572 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15574         * manual/debug.texi: Document MTASC-safety properties.
15576 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15578         [BZ #16510]
15579         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15580         of __x86_64__ when disabling x87 inline functions.
15582 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15584         * manual/charset.texi: Document MTASC-safety properties.
15586         * manual/crypt.texi: Document MTASC-safety properties.
15588         * manual/conf.texi: Document MTASC-safety properties.
15590         * manual/arith.texi: Document MTASC-safety properties.
15592         * manual/argp.texi: Document MTASC-safety properties.
15594         * manual/macros.texi: Introduce macros to document multi
15595         thread, asynchronous signal and asynchronous cancellation
15596         safety properties.
15597         * manual/intro.texi: Introduce the properties themselves.
15599 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15601         * sysdeps/sh/sh4/Makefile: New file.
15603 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15605         * math/gen-libm-test.pl ($srcdir): New variable.
15606         ($auto_input): Use it.
15608 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15610         [BZ #16506]
15611         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15612         access beyond array bounds when parsing netgroups file.
15614         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15615         the old buffer before realloc.
15617 2014-01-27  Allan McRae  <allan@archlinux.org>
15619         * po/fr.po: Update French translation from translation project.
15621 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15623         * sysdeps/sh/libm-test-ulps: Regenerate.
15625 2014-01-24  David S. Miller  <davem@davemloft.net>
15627         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15629 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15631         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15632         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15634 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15636         [BZ #16474]
15637         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15638         string pointers after reallocation.
15640 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15642         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15643         __SH4A__ instead of __SH_FPU_ANY__.
15645 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15647         * sysdeps/sh/fpu_control.h: New file.
15648         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15649         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15650         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15651         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15652         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15653         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15654         * sysdeps/sh/sys/ucontext.h: Remove.
15655         * sysdeps/sh/sys: Remove directory.
15657 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15659         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15660         s390/sys/ucontext.h.
15661         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15662         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15664 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15666         [BZ #15605]
15667         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15669 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15671         [BZ#16431]
15672         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15673         Adjust the vDSO correctly for internal calls.
15674         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15676 2014-01-20  Allan McRae  <allan@archlinux.org>
15678         * po/ca.po: Update Catalan translation from translation project.
15680 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15682         * sysdeps/s390/sotruss-lib.c: New file.
15684 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15686         [BZ#16430]
15687         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15688         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15689         local calls issues by not having a PLT stub required for IFUNC calls.
15690         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15692 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15694         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15695         * math/test-fpucw-static.c: Likewise.
15697 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15699         [BZ #16453]
15700         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15702 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15704         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15705         implementation for powerpc.
15707 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15709         [BZ #14782]
15710         * sysdeps/posix/system.c (__libc_system): Do not enable
15711         asynchronous cancellation.
15713 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15715         [BZ #16427]
15716         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15717         handling only for numbers special also in the IEEE case.
15719 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15721         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15723 2014-01-11  Allan McRae  <allan@archlinux.org>
15725         * po/bg.po: Update Bulgarian translation from translation project.
15727         * po/de.po: Update German translation from translation project.
15729 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15731         * sysdeps/generic/gcc-compat.h: New file.
15733 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15735         * benchtests/asin-inputs: Correct slow inputs.
15736         * benchtests/acos-inputs: Likewise.
15738 2014-01-10  Allan McRae  <allan@archlinux.org>
15740         * po:sv.po: Update Swedish translation from translation project.
15742         * po/vi.po: Update Vietnamese translation from translation project.
15744         * po/eo.po: Update Esperanto translation from translation project.
15746         * po/cs.po: Update Czech translation from translation project.
15748         * po/nl.po: Update Dutch translation from translation project.
15750         * po/pl.po: Update Polish translation from translation project.
15752         * po/ru.po: Update Russian translation from translation project.
15754         * po/uk.po: Update Ukrainian translation from translation project.
15756 2014-01-08  Brooks Moses  <bmoses@google.com>
15758         * elf/dl-load.c: Fix comment typo.
15760 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15762         * po/header.pot: Rename to...
15763         * po/pot.header: ... this.
15764         * po/Makefile: Use pot.header.
15766 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15767             Maxim Kuvyrkov  <maxim@kugelworks.com>
15769         [BZ #16394]
15770         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15771         SRC and DEST against LEN.
15773 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15775         [BZ #16414]
15776         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15777         implementation.
15778         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15780 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15784 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15786         [BZ #16408]
15787         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15788         for large positive arguments.
15790 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15792         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15794         * math/auto-libm-test-in: Mark various tests with
15795         xfail-rounding:ldbl-128ibm.
15796         * math/auto-libm-test-out: Regenerated.
15798         [BZ #16407]
15799         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15800         Increase overflow threshold.
15802 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15804         [BZ #14286]
15805         * stdio-common/vfprintf.c: Check for integer overflow.
15807 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15809         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15810         the first argument and return value of __tls_get_addr_internal.
15812 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15814         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15815         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15817 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15819         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15820         * sysdeps/s390/rtld-global-offsets.sym: New file.
15821         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15822         GLIBC_2.19 symbol.
15823         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15824         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15825         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15826         ... this.
15827         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15828         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15829         ... this.
15830         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15831         Regenerate.
15832         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15833         Regenerate.
15834         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15835         halfs of GPRs for high_gprs contexts.
15836         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15837         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15838         field.
15839         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15840         uc_flags field.
15841         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15842         64 bit versions:
15843         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15844         for high GPRs (uc_high_gprs) and for future extensions
15845         (__reserved).
15846         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15847         for future extensions (__reserved).
15848         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15849         64 bit versions:
15850         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15851         SC_HIGHGPRS offset definition.
15852         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15853         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15855         * Versions.def: Add GLIBC_2.19 for libpthread.
15856         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15857         siglongjmp for libpthread with GLIBC_2.19 symver.
15858         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15859         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15860         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15861         * sysdeps/s390/__longjmp.c: New file.
15862         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15863         * sysdeps/s390/longjmp.c: New file.
15864         * sysdeps/s390/setjmp.S: New file.
15865         * sysdeps/s390/sigjmp.S: New file.
15866         * sysdeps/s390/v1-longjmp.c: New file.
15867         * sysdeps/s390/v1-setjmp.h: New file.
15868         * sysdeps/s390/v1-sigjmp.c: New file.
15869         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15870         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15871         GLIBC_2.19 version.
15872         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15873         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15874         versioned symbols for ____longjmp_chk.
15875         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15876         Likewise.
15877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15878         Regenerate.
15879         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15880         Regenerate.
15881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15882         Regenerate.
15883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15884         Regenerate.
15885         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15886         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15887         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15888         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15889         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15890         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15891         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15892         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15893         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15894         * sysdeps/s390/rtld-__longjmp.c: New file.
15895         * sysdeps/s390/rtld-setjmp.S: New file.
15897 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15899         [BZ #16400]
15900         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15901         Return -__logl (x) for small positive arguments without evaluating
15902         a polynomial.
15904 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15906         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15907         Rename to ...
15908         (__ptrace_peeksiginfo_args): ... this.
15909         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15910         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15911         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15913 2014-01-06  Allan McRae  <allan@archlinux.org>
15915         * inet/netinet/in.h: Fix typo in comment.
15917 2014-01-05  Andreas Jaeger  <aj@suse.de>
15919         * sysdeps/i386/fpu/libm-test-ulps: Update.
15921 2014-01-05  Allan McRae  <allan@archlinux.org>
15923         * po/libc.pot: Regenerated.
15925         * malloc/memusagestat.c: Fix gettext call formatting.
15927 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15929         * nscd/nscd.c: Improve usage() output.
15931 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15933         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15934         * sysdeps/unix/sysv/linux/configure: Regenerated.
15935         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15936         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15938 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15940         [BZ #16390]
15941         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15942         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15944 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15946         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15947         extra tokens at end of #undef directive.
15948         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15949         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15950         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15952 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15954         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15956         * math/auto-libm-test-in: Mark various tests with
15957         xfail-rounding:ldbl-128ibm.
15958         * math/auto-libm-test-out: Regenerated.
15960 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15962         [BZ #16386]
15963         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15964         numbers with subnormal high part when calculating exponent.
15966         [BZ #16385]
15967         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15968         fabs.
15970         [BZ #16384]
15971         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15972         M_LN2l.
15973         (__ieee754_acoshl): Use __log1pl not __log1p.
15975 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15977         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15978         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15979         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15980         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15981         (reused_arena, arena_get2): Convert to GNU style.
15982         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15983         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15984         (memalign_check, __malloc_set_state): Likewise.
15985         * malloc/mallocbug.c (main): Likewise.
15986         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15987         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15988         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15989         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15990         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15991         (__posix_memalign, malloc_info): Likewise.
15992         * malloc/malloc.h: Likewise.
15993         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15994         (mallochook, memalignhook, reallochook, mabort): Likewise.
15995         * malloc/mcheck.h: Likewise.
15996         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15997         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15998         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15999         * malloc/morecore.c (__default_morecore): Likewise.
16000         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16001         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16002         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16003         (print_and_abort): Likewise.
16004         * malloc/obstack.h: Likewise.
16005         * malloc/set-freeres.c (__libc_freeres): Likewise.
16006         * malloc/tst-mallocstate.c (main): Likewise.
16007         * malloc/tst-mtrace.c (main): Likewise.
16008         * malloc/tst-realloc.c (do_test): Likewise.
16010 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16012         [BZ #16366]
16013         * nscd/netgroupcache.c (do_notfound): New function.
16014         (addgetnetgrentX): Use it.
16016         [BZ # 16365]
16017         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16018         NSS_STATUS_NOTFOUND.
16020 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16022         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16025 2014-01-01  Allan McRae  <allan@archlinux.org>
16027         * scripts/update-copyrights: Update configure input file suffix.
16029         * NEWS: Update copyright year.
16030         * catgets/gencat.c: Likewise.
16031         * csu/version.c: Likewise.
16032         * debug/catchsegv.sh: Likewise.
16033         * debug/pcprofiledump.c: Likewise.
16034         * debug/xtrace.sh: Likewise.
16035         * elf/ldconfig.c: Likewise.
16036         * elf/ldd.bash.in: Likewise.
16037         * elf/pldd.c: Likewise.
16038         * elf/sotruss.ksh: Likewise.
16039         * elf/sprof.c: Likewise.
16040         * iconv/iconv_prog.c: Likewise.
16041         * iconv/iconvconfig.c: Likewise.
16042         * locale/programs/locale.c: Likewise.
16043         * locale/programs/localedef.c: Likewise.
16044         * login/programs/pt_chown.c: Likewise.
16045         * malloc/memusage.sh: Likewise.
16046         * malloc/memusagestat.c: Likewise.
16047         * malloc/mtrace.pl: Likewise.
16048         * manual/libc.texinfo: Likewise.
16049         * nscd/nscd.c: Likewise.
16050         * nss/getent.c: Likewise.
16051         * nss/makedb.c: Likewise.
16052         * posix/getconf.c: Likewise.
16053         * scripts/test-installation.pl: Likewise.
16055         * All files with FSF copyright notices: Update copyright dates
16056         using scripts/update-copyrights.
16057         * intl/plural.c: Regenerated.
16058         * locale/programs/charmap-kw.h: Likewise.
16059         * locale/programs/locfile-kw.h: Likewise.
16061 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16063         * sysdeps/unix/sysv/linux/configure: Regenerated.
16064         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16065         the linux/fanotify.h header.
16066         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16067         HAVE_LINUX_FANOTIFY_H is defined.
16069 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16071         * benchtests/cos-inputs: New inputs.
16072         * benchtests/sin-inputs: Likewise.
16074         * benchtests/atan-inputs: New inputs. Fix name of multiple
16075         precision fallback inputs.
16077         * benchtests/atanh-inputs: New inputs.
16078         * benchtests/tanh-inputs: Likewise.
16080         * benchtests/acosh-inputs: New inputs.
16081         * benchtests/asinh-inputs: Likewise.
16083         * benchtests/cosh-inputs: New inputs.
16084         * benchtests/sinh-inputs: Likewise.
16086         * benchtests/acos-inputs: Add more inputs.
16087         * benchtests/asin-inputs: Likewise.
16089 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16091         [BZ #16375]
16092         * manual/arith.texi: Fix spelling.
16093         * manual/charset.texi: Likewise.
16094         * manual/errno.texi: Likewise.
16095         * manual/filesys.texi: Likewise.
16096         * manual/lang.texi: Likewise.
16097         * manual/llio.texi: Likewise.
16098         * manual/locale.texi: Likewise.
16099         * manual/message.texi: Likewise.
16100         * manual/resource.texi: Likewise.
16101         * manual/search.texi: Likewise.
16102         * manual/setjmp.texi: Likewise.
16103         * manual/stdio.texi: Likewise.
16104         * manual/string.texi: Likewise.
16105         * manual/sysinfo.texi: Likewise.
16106         * manual/time.texi: Likewise.
16108 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16110         * po/sl.po: New file.
16112 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16114         * .gitignore: Add core/.gdbinit/.gdb_history.
16116 2013-12-27  Allan McRae  <allan@archlinux.org>
16118         [BZ #16369]
16119         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16120         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16122 2013-12-24  Brooks Moses  <bmoses@google.com>
16124         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16125         all compilers that claim C++98 compliance, not just GCC.
16126         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16127         Likewise.
16129 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16131         * NEWS: Restore accidentally deleted bug-fix entries.
16133 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16134             Ondřej Bílka  <neleai@seznam.cz>
16136         [BZ #15073]
16137         * malloc/malloc.c (_int_free): Perform sanity check only if we
16138         have_lock.
16140 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16142         [BZ #12986]
16143         * manual/stdio.texi (String Input Conversions): Clarify that character
16144         classes are not supported.
16146 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16150 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16152         [BZ #16337]
16153         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16154         Calculate results for small negative arguments directly rather
16155         than using reflection formula with special underflow handling.
16157         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16158         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16159         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16160         (fchflags): Likewise.
16161         (revoke): Likewise.
16162         (setlogin): Likewise.
16163         (sigaltstack): Likewise.
16164         (wait4): Likewise.
16165         (sigblock): Remove.
16166         (sigsetmask): Likewise.
16167         (wait3): Likewise.
16168         (waitpid): Likewise.
16169         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16170         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16171         file.
16172         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16173         * sysdeps/unix/bsd/Makefile: ... here.
16174         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16175         * sysdeps/unix/bsd/Versions: ... here.
16176         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16177         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16178         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16179         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16180         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16181         * sysdeps/unix/bsd/sigblock.c: ... here.
16182         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16183         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16184         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16185         * sysdeps/unix/bsd/sigvec.c: ... here.
16186         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16187         * sysdeps/unix/bsd/tcdrain.c: ... here.
16188         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16189         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16190         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16191         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16192         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16193         * sysdeps/unix/bsd/wait.c: ... here.
16194         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16195         * sysdeps/unix/bsd/wait3.c: ... here.
16196         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16197         * sysdeps/unix/bsd/waitpid.c: ... here.
16199 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16201         [BZ #16356]
16202         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16203         round-to-nearest for [!USE_AS_EXPM1L].
16204         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16205         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16206         more tests of exp and exp10.  Expect some exp10 tests to miss
16207         exceptions or fail in directed rounding modes.
16208         * math/auto-libm-test-out: Regenerated.
16209         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16210         (exp10_test_tonearest): New function.
16211         (exp10_towardzero_test_data): New array.
16212         (exp10_test_towardzero): New function.
16213         (exp10_downward_test_data): New array.
16214         (exp10_test_downward): New function.
16215         (exp10_upward_test_data): New array.
16216         (exp10_test_upward): New function.
16217         (main): Call the new functions.
16218         * sysdeps/i386/fpu/libm-test-ulps: Update.
16219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16221 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16223         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16224         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16225         * math/auto-libm-test-out: Regenerated.
16226         * math/libm-test.inc (acosh_test_data): Add more tests.
16227         (atanh_test_data): Likewise.
16228         (ceil_test_data): Likewise.
16229         (copysign_test_data): Likewise.
16230         * sysdeps/i386/fpu/libm-test-ulps: Update.
16231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16233         * timezone/checktab.awk: Update from tzcode 2013i.
16234         * timezone/private.h: Likewise.
16235         * timezone/scheck.c: Likewise.
16236         * timezone/tzfile.h: Likewise.
16237         * timezone/tzselect.ksh: Likewise.
16238         * timezone/zdump.c: Likewise.
16239         * timezone/zic.c: Likewise.
16241         * math/auto-libm-test-in: Add tests of cpow.
16242         * math/auto-libm-test-out: Regenerated.
16243         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16244         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16245         mpc_cc_c.
16246         (func_calc_desc): Add mpc_cc_c union field.
16247         (test_functions): Add cpow.
16248         (special_fill_2pi): New function.
16249         (special_real_inputs): Add 2pi.
16250         (calc_generic_results): Handle mpc_cc_c.
16251         * sysdeps/i386/fpu/libm-test-ulps: Update.
16252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16254         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16255         csqrt, ctan and ctanh.
16256         * math/auto-libm-test-out: Regenerated.
16257         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16258         (TEST_COND_x86): Likewise.
16259         (ccos_test_data): Use AUTO_TESTS_c_c.
16260         (ccosh_test_data): Likewise.
16261         (cexp_test_data): Likewise.
16262         (clog_test_data): Likewise.
16263         (csqrt_test_data): Likewise.
16264         (ctan_test_data): Likewise.
16265         (ctan_tonearest_test_data): Likewise.
16266         (ctan_towardzero_test_data): Likewise.
16267         (ctan_downward_test_data): Likewise.
16268         (ctan_upward_test_data): Likewise.
16269         (ctanh_test_data): Likewise.
16270         (ctanh_tonearest_test_data): Likewise.
16271         (ctanh_towardzero_test_data): Likewise.
16272         (ctanh_downward_test_data): Likewise.
16273         (ctanh_upward_test_data): Likewise.
16274         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16275         mpc_c_c.
16276         (func_calc_desc): Add mpc_c_c union field.
16277         (FUNC_mpc_c_c): New macro.
16278         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16279         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16280         ctanh.
16281         (special_fill_min_subnorm_p120): New function.
16282         (special_real_inputs): Add min_subnorm_p120.
16283         (calc_generic_results): Handle mpc_c_c.
16284         * sysdeps/i386/fpu/libm-test-ulps: Update.
16285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16287 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16289         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16290         (do_sin_slow): New functions.
16291         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16292         (cslow2, csloww1, csloww2): Use the new functions.
16294         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16295         Use M to change sign of result instead of X.  Assume X is
16296         positive.
16297         (csloww1): Likewise.
16298         (__sin): Adjust.
16299         (__cos): Adjust.
16301         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16302         arguments A and DA.
16303         (__sin): Adjust.
16304         (__cos): Likewise.
16306         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16307         (__cos): Likewise.
16308         (sloww1): Don't adjust sign of DX.
16309         (csloww1): Likewise.
16310         (sloww2): Use X directly and don't adjust sign of DX.
16311         (csloww2): Likewise.
16313 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16315         * math/auto-libm-test-in: Add tests of cabs and carg.
16316         * math/auto-libm-test-out: Regenerated.
16317         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16318         (carg_test_data): Likewise.
16319         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16320         mpc_c_f.
16321         (func_calc_desc): Add mpc_c_f union field.
16322         (test_functions): Add cabs and carg.
16323         (calc_generic_results): Handle mpc_c_f.
16325         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16326         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16327         as a macro and a compat symbol.
16328         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16329         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16330         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16331         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16332         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16333         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16334         not use .hidden.
16335         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16336         Likewise.
16337         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16338         Likewise.
16339         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16340         Likewise.
16341         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16342         Likewise.
16343         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16344         Likewise.
16345         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16346         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16347         from GLIBC_2.3.2.
16349 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16351         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16353 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16355         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16356         trailing whitespace removed.
16357         * scripts/config.guess: Update to version 2013-11-29.
16358         * scripts/config.sub: Update to version 2013-10-01.
16360         * math/auto-libm-test-in: Add tests of sincos.
16361         * math/auto-libm-test-out: Regenerated.
16362         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16363         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16364         mpfr_f_11.
16365         (func_calc_desc): Add mpfr_f_11 union field.
16366         (test_functions): Add sincos.
16367         (calc_generic_results): Handle mpfr_f_11.
16368         * sysdeps/i386/fpu/libm-test-ulps: Update.
16369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16371 2013-12-19  Andreas Schwab  <schwab@suse.de>
16373         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16374         CALL_MCOUNT.
16375         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16376         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16377         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16379 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16381         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16382         * sysdeps/i386/fpu/libm-test-ulps: Update.
16383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16385         [BZ #16293]
16386         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16387         round-to-nearest mode when using frndint.
16388         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16389         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16390         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16391         Likewise.
16392         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16393         sinh test to fail.
16394         * math/auto-libm-test-out: Regenerated.
16395         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16396         (TEST_COND_x86): Likewise.
16397         (expm1_tonearest_test_data): New array.
16398         (expm1_test_tonearest): New function.
16399         (expm1_towardzero_test_data): New array.
16400         (expm1_test_towardzero): New function.
16401         (expm1_downward_test_data): New array.
16402         (expm1_test_downward): New function.
16403         (expm1_upward_test_data): New array.
16404         (expm1_test_upward): New function.
16405         (main): Run the new test functions.
16406         * sysdeps/i386/fpu/libm-test-ulps: Update.
16407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16409         * include/features.h: Update comment documenting feature test
16410         macros.  Mention _DEFAULT_SOURCE in comment.
16411         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16412         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16413         _BSD_SOURCE and _SVID_SOURCE.
16414         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16415         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16416         !_SVID_SOURCE]: Likewise.
16417         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16418         (__USE_POSIX_IMPLICITLY): Define.
16419         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16420         (_POSIX_SOURCE): Undefine and redefine.
16421         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16422         (_POSIX_C_SOURCE): Likewise.
16423         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16424         (Feature Test Macros): Update documentation of default features.
16426 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16428         * benchtests/Makefile: Add bench-strtok.
16429         * benchtests/bench-strtok.c: New file: strtok benchtest.
16431 2013-12-19  Allan McRae  <allan@archlinux.org>
16433         * manual/install.texi: Suppress menu for plain text output.
16434         * INSTALL: Regenerated.
16436 2013-12-18  Brooks Moses  <bmoses@google.com>
16438         [BZ #15846]
16439         * misc/getauxval.c: Include errno.h.
16440         (__getauxval): Set errno to ENOENT if the requested type is not
16441         found.
16442         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16443         don't declare with __attribute_const__.
16444         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16445         * manual/startup.texi: Document that getauxval sets errno.
16447 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16449         * math/auto-libm-test-in: Add tests of jn and yn.
16450         * math/auto-libm-test-out: Regenerated.
16451         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16452         (yn_test_data): Likewise.
16453         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16454         mpfr_if_f.
16455         (func_calc_desc): Add mpfr_if_f union field.
16456         (FUNC_mpfr_if_f): New macro.
16457         (test_functions): Add jn and yn.
16458         (calc_generic_results): Assert type of second input for
16459         mpfr_ff_f.  Handle mpfr_if_f.
16460         (output_for_one_input_case): Disable all checking for arguments
16461         fitting floating-point types in case of an integer argument.
16462         * sysdeps/i386/fpu/libm-test-ulps: Update.
16463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16466         Don't expect fegetround reference in libm.so.
16468 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16470         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16471         $(config-cflags-nofma).
16473 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16475         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16476         * math/auto-libm-test-out: Regenerated.
16478         [BZ #16338]
16479         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16480         to determine exponent and adjust argument to have exponent of -1.
16481         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16482         log2.
16483         * math/auto-libm-test-out: Regenerated.
16484         * sysdeps/i386/fpu/libm-test-ulps: Update.
16485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16487 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16489         * manual/probes.texi: Remove cases when per-thread arenas are
16490         disabled.
16492 2013-12-18  Andreas Schwab  <schwab@suse.de>
16494         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16495         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16496         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16497         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16498         * sysdeps/i386/i686/multiarch/Makefile: Update.
16499         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16501 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16503         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16504         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16506 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16508         [BZ #15968]
16509         Support TZ transition times < 00:00:00.
16510         This is needed for version-3 tz-format files; it supports time
16511         stamps past 2037 for America/Godthab (the only entry in the tz
16512         database for which this change is relevant).
16513         * manual/time.texi (TZ Variable): Document transition times
16514         from -167:59:59 through -00:00:01.
16515         * time/tzset.c (tz_rule): Time of day is now signed.
16516         (__tzset_parse_tz): Parse negative time of day.
16518         Document TZ transition times >= 25:00:00.
16519         * manual/time.texi (TZ Variable): Document transition times from
16520         25:00:00 through 167:59:59.  These are already supported, and this
16521         support will help with version-3 tz-format files.
16523         * manual/time.texi (TZ Variable): Modernize North America example
16524         to reflect current (i.e., 2007-and-later) daylight saving rules.
16526         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16528 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16530         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16531         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16532         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16533         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16534         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16535         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16536         * sysdeps/unix/bsd/clock.c: Likewise.
16537         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16538         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16539         * sysdeps/unix/bsd/init-posix.c: Likewise.
16540         * sysdeps/unix/bsd/poll.c: Likewise.
16541         * sysdeps/unix/bsd/ptsname.c: Likewise.
16542         * sysdeps/unix/bsd/seekdir.c: Likewise.
16543         * sysdeps/unix/bsd/setegid.c: Likewise.
16544         * sysdeps/unix/bsd/seteuid.c: Likewise.
16545         * sysdeps/unix/bsd/setgid.c: Likewise.
16546         * sysdeps/unix/bsd/setrgid.c: Likewise.
16547         * sysdeps/unix/bsd/setruid.c: Likewise.
16548         * sysdeps/unix/bsd/setsid.c: Likewise.
16549         * sysdeps/unix/bsd/setuid.c: Likewise.
16550         * sysdeps/unix/bsd/sigaction.c: Likewise.
16551         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16552         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16553         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16554         * sysdeps/unix/bsd/telldir.c: Likewise.
16555         * sysdeps/unix/bsd/times.c: Likewise.
16556         * sysdeps/unix/bsd/usleep.c: Likewise.
16558         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16559         ($(objpfx)libbsd-compat.a): Remove rule.
16561         * include/features.h (__FAVOR_BSD): Do not define.
16562         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16563         features conflicting with POSIX.
16564         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16565         (_BSD_SOURCE): Remove description of not being a subset of other
16566         feature test macros.
16567         * manual/job.texi (getpgrp): Do not document BSD version.
16568         (getpgid): Do not document by reference to BSD getpgrp.
16569         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16570         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16571         * signal/signal.h [__FAVOR_BSD]: Likewise.
16572         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16573         instead of making contents conditional on [__FAVOR_BSD].
16574         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16576 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16580 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16582         [BZ #16314]
16583         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16584         values below 2**-450, not 2**-500.
16585         * math/auto-libm-test-in: Don't allow spurious underflow from
16586         hypot.
16587         * math/auto-libm-test-out: Regenerated.
16589         [BZ #16316]
16590         [BZ #16330]
16591         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16592         values of ha and hb and sort them after adjusting subnormal
16593         arguments.
16594         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16595         Likewise.
16596         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16597         values of ea and eb and sort them after adjusting subnormal
16598         arguments.
16599         * math/auto-libm-test-in: Do not expect some hypot tests of
16600         subnormals to fail.  Add more hypot tests.
16601         * math/auto-libm-test-out: Regenerated.
16603 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16605         [BZ #13304]
16606         * sysdeps/sh/s_fma.c: New file.
16607         * sysdeps/sh/s_fmaf.c: New file.
16608         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16609         version.
16610         * sysdeps/sh/Implies: Add sh/soft-fp.
16612 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16614         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16615         level of indirection to members `objname', `errstring', `malloced'.
16616         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16617         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16618         it as the __longjmp argument (just pass 1 instead).
16619         (_dl_catch_error): Initialize C with argument pointers and address of
16620         volatile local ERRCODE rather than copying values out of C at return.
16622 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16624         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16625         * math/auto-libm-test-out: Regenerated.
16626         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16627         (hypot_test_data): Likewise.
16628         (pow_test_data): Likewise.
16629         (pow_tonearest_test_data): Likewise.
16630         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16631         mpfr_ff_f.
16632         (func_calc_desc): Add mpfr_ff_f union field.
16633         (FUNC_mpfr_ff_f): New macro.
16634         (test_functions): Add atan2, hypot and pow.
16635         (special_fill_min): New function.
16636         (special_fill_minus_min): Likewise.
16637         (special_fill_min_subnorm): Likewise.
16638         (special_fill_minus_min_subnorm): Likewise.
16639         (special_real_inputs): Add min, -min, min_subnorm and
16640         -min_subnorm.
16641         (calc_generic_results): Handle mpfr_ff_f.
16642         * sysdeps/i386/fpu/libm-test-ulps: Update.
16643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16645 2013-12-16  Will Newton  <will.newton@linaro.org>
16647         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16648         (Aligned Memory Blocks): Add documentation for aligned_alloc
16649         and suggest it as an alternative to posix_memalign.
16650         (Hooks for Malloc): Document __memalign_hook is also called
16651         for aligned_alloc.  (Summary of Malloc): Add summary for
16652         aligned alloc.  Document __memalign_hook is also called
16653         for aligned_alloc.
16655 2013-12-16  Will Newton  <will.newton@linaro.org>
16657         * manual/memory.texi (Malloc Examples): Clarify default
16658         alignment documentation.  Suggest posix_memalign rather
16659         than memalign or valloc.
16660         (Aligned Memory Blocks): Remove suggestion to use memalign
16661         or valloc.  Remove obsolete comment about BSD.
16662         Document memalign errno values and mark the function obsolete.
16663         Document posix_memalign returned error codes.  Mark valloc
16664         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16665         called for posix_memalign and valloc.
16666         (Summary of Malloc): Add posix_memalign to function summary.
16667         __memalign_hook is also called for posix_memalign and valloc.
16669 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16671         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16672         TAYLOR_SIN.
16673         (__sin): Adjust.
16674         (__cos): Likewise.
16675         (sloww): Use mynumber union.  Expand ternary operator into
16676         if-else statements.
16677         (cslow): use mynumber union.
16679 2013-12-16  Allan McRae  <allan@archlinux.org>
16681         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16682         * configure: Regenerated.
16684         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16686         [BZ #14120]
16687         * configure.ac: Added --enable-maintainer-mode. Check for
16688         autoconf when enabled.
16689         * configure: Regenerated.
16691         * nscd/nscd.service: New file.
16692         * nscd/nscd.tmpfiles: New file.
16694 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16696         [BZ #12100]
16697         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16698         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16699         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16700         (strstr): Add __strstr_sse2_unaligned ifunc.
16701         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16702         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16703         (strcasestr): Remove __strcasestr_sse42 ifunc.
16704         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16705         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16706         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16708 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16710         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16711         * sysdeps/sh/bits/fenv.h: ... here.
16712         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16714 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16716         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16718         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16719         hypotf multiarch implementations.
16720         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16721         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16722         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16723         multiarch hypot for PPC64.
16724         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16725         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16726         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16727         multiarch hypotf for PPC64.
16729         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16730         modff multiarch implementations.
16731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16734         multiarch modf for PPC64.
16735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16738         multiarch modff for PPC64.
16740         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16741         and logl multiarch implementations.
16742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16745         multiarch logb for PPC64.
16746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16749         multiarch logb for PPC64.
16750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16753         multiarch logb for PPC64.
16755         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16756         isinff multiarch implementation.
16757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16758         file.
16759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16761         multiarch isinf for PPC64.
16762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16763         file.
16764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16765         multiarch isinff for PPC64.
16767         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16768         finitef multiarch implementation.
16769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16770         file.
16771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16773         multiarch finite for PPC64.
16774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16775         file.
16776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16777         multiarch finitef for PPC64.
16779         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16780         lrint multiarch implementation.
16781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16782         file.
16783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16785         multiarch llrint for PPC64.
16786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16787         multiarch lrint for PPC64.
16789         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16790         copysignf multiarch implementation.
16791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16792         file.
16793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16794         file.
16795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16796         multiarch copysign for PPC64.
16797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16798         multiarch copysignf for PPC64.
16800         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16801         multiarch implementation.
16802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16803         file.
16804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16805         file.
16806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16807         file.
16808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16809         file.
16810         multiarch llround for PPC64.
16811         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16812         multiarch trunc for PPC64.
16813         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16814         multiarch truncf for PPC64.
16816         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16817         multiarch implementation.
16818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16819         file.
16820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16821         file.
16822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16823         file.
16824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16825         file.
16826         multiarch llround for PPC64.
16827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16828         multiarch round for PPC64.
16829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16830         multiarch roundf for PPC64.
16832         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16833         multiarch implementation.
16834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16835         file.
16836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16837         file.
16838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16839         file.
16840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16841         file.
16842         multiarch llround for PPC64.
16843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16844         multiarch floor for PPC64.
16845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16846         multiarch floorf for PPC64.
16848         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16849         multiarch implementation.
16850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16851         file.
16852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16853         file.
16854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16855         file.
16856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16857         file.
16858         multiarch llround for PPC64.
16859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16860         multiarch ceil for PPC64.
16861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16862         multiarch ceilf for PPC64.
16864         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16865         multiarch implementation.
16866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16867         file.
16868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16869         file.
16870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16871         file.
16872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16873         multiarch llround for PPC64.
16874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16875         multiarch lround for PPC64.
16877         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16878         multiarch implementation.
16879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16882         file.
16883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16886         multiarch isnan for PPC64.
16887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16888         multiarch isnanf for PPC64.
16890         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16891         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16892         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16893         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16894         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16897         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16898         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16899         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16900         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16902         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16903         multiarch implementations.
16904         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16905         (__libc_ifunc_impl_list): Likewise.
16906         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16907         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16908         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16909         multiarch stpcpy for PPC64.
16911         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16912         multiarch implementations.
16913         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16914         (__libc_ifunc_impl_list): Likewise.
16915         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16916         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16917         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16918         multiarch strcpy for PPC64.
16920         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16921         redefine function name.
16922         (_wordcopy_fwd_dest_aligned): Likewise.
16923         (_wordcopy_bwd_aligned): Likewise.
16924         (_wordcopy_bwd_dest_aligned): Likewise.
16925         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16926         multiarch implementations.
16927         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16928         (__libc_ifunc_impl_list): Likewise.
16929         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16930         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16931         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16932         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16933         multiarch wcscpy for PPC64.
16935         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16936         multiarch implementations.
16937         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16938         (__libc_ifunc_impl_list): Likewise.
16939         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16940         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16941         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16942         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16943         multiarch wcscpy for PPC64.
16945         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16946         multiarch implementations.
16947         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16948         (__libc_ifunc_impl_list): Likewise.
16949         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16950         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16951         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16952         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16953         multiarch wcsrchr for PPC64.
16955         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16956         multiarch implementations.
16957         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16958         (__libc_ifunc_impl_list): Likewise.
16959         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16960         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16961         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16962         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16963         multiarch wcschr for PPC64.
16965         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16966         multiarch implementations.
16967         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16968         (__libc_ifunc_impl_list): Likewise.
16969         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16970         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16971         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16972         multiarch strchrnul for PPC64.
16974         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16975         implementations.
16976         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16977         (__libc_ifunc_impl_list): Likewise.
16978         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16979         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16980         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16981         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16982         strchr for PPC64.
16984         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16985         implementations.
16986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16987         (__libc_ifunc_impl_list): Likewise.
16988         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16989         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16990         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16991         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16992         strncmp for PPC64.
16994         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16995         multiarch implementations.
16996         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16997         (__libc_ifunc_impl_list): Likewise.
16998         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16999         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17000         strncasecmp for PPC64.
17001         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17002         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17003         multiarch strncasecmp_l for PPC64.
17005         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17006         multiarch implementations.
17007         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17008         (__libc_ifunc_impl_list): Likewise.
17009         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17010         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17011         multiarch strcasecmp for PPC64.
17012         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17013         file.
17014         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17015         multiarch strcasecmp_l for PPC64.
17017         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17018         implementations.
17019         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17020         (__libc_ifunc_impl_list): Likewise.
17021         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17022         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17023         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17024         strnlen for PPC64.
17026         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17027         implementations.
17028         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17029         (__libc_ifunc_impl_list): Likewise.
17030         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17031         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17032         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17033         strlen for PPC64.
17035         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17036         implementations.
17037         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17038         (__libc_ifunc_impl_list): Likewise.
17039         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17040         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17041         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17042         rawmemrchr for PPC64.
17044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17045         implementation.
17046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17047         (__libc_ifunc_impl_list): Likewise.
17048         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17049         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17050         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17051         memrchr for PPC64.
17053         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17054         implementation.
17055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17056         (__libc_ifunc_impl_list): Likewise.
17057         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17058         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17059         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17060         memchr for PPC64.
17062         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17063         implementation.
17064         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17065         (__libc_ifunc_impl_list): Likewise.
17066         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17067         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17068         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17069         mempcpy for PPC64.
17071         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17072         avoid cretion of __bzero symbol.
17073         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17074         Likewise.
17075         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17076         Likewise.
17077         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17078         Likewise.
17079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17080         multiarch implementations.
17081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17082         (__libc_ifunc_impl_list): Likewise.
17083         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17084         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17085         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17086         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17087         bzero for PPC32.
17088         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17089         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17090         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17091         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17092         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17093         memset for PPC64.
17094         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17096         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17097         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17098         implementations.
17099         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17100         (__libc_ifunc_impl_list): Likewise.
17101         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17102         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17103         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17104         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17105         memcmp for PPC64.
17107         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17108         multiarch for POWER/PPC64.
17109         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17110         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17111         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17112         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17113         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17114         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17115         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17116         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17117         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17118         memcpy for PPC64.
17120         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17121         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17122         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17123         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17124         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17125         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17126         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17127         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17128         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17129         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17130         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17131         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17132         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17133         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17134         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17143 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17145         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17147 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17149         * benchtests/Makefile (bench): Add exp2 and log2.
17150         (LDLIBS-bench-exp2): Add -lm.
17151         (LDLIBS-bench-log2): Likewise.
17152         * benchtests/exp2-inputs: New inputs file.
17153         * benchtests/log2-inputs: New inputs file.
17154         * benchtests/log-inputs: Add new inputs.
17155         * benchtests/tan-inputs: Likewise.
17157 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17159         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17160         definition...
17161         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17162         (csloww2): ... from here.
17164         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17165         instead of structures.
17166         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17167         (POLYNOMIAL): Likewise.
17168         (TAYLOR_SLOW): Likewise.
17169         (__sin): Likewise.
17170         (__cos): Likewise.
17171         (slow1): Likewise.
17172         (slow2): Likewise.
17173         (sloww): Likewise.
17174         (sloww1); Likewise.
17175         (sloww2): Likewise.
17176         (bsloww1): Likewise.
17177         (bsloww2): Likewise.
17178         (cslow2): Likewise.
17179         (csloww): Likewise.
17180         (csloww1): Likewise.
17181         (csloww2): Likewise.
17183 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17185         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17186         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17187         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17188         * malloc/hooks.c (realloc_check): Likewise.
17190         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17191         * malloc/arena.c: Remove PER_THREAD conditional.
17192         [!PER_THREAD]: Remove code.
17193         (ptmalloc_unlock_all2): Likewise.
17194         (ptmalloc_init): Likewise.
17195         (_int_new_arena): Likewise.
17196         (arena_get2): Likewise.
17197         * malloc/hooks.c (__malloc_get_state): Likewise.
17198         (__malloc_set_state): Likewise.
17199         * malloc/malloc.c: Likewise.
17200         (struct malloc_state): Likewise.
17201         (struct malloc_par): Likewise.
17202         (__libc_realloc): Likewise.
17203         (__libc_mallopt): Likewise.
17205 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17207         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17209 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17211         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17212         macro to a function.  Check for zero perturb_byte.
17213         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17215         * malloc/malloc.c: (force_reg): Remove.
17216         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17217         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17218         force_reg by atomic_forced_read.
17219         * malloc/arena.c (ptmalloc_init): Likewise.
17220         * malloc/hooks.c (top_check): Likewise.
17222 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17224         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17226 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17228         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17230 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17232         * math/auto-libm-test-in: Add tests of lgamma.
17233         * math/auto-libm-test-out: Regenerated.
17234         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17235         (M_LOG_2_SQRT_PIl): Likewise.
17236         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17237         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17238         mpfr_f_f1.
17239         (func_calc_desc): Add mpfr_f_f1 union field.
17240         (ARGS1): New macro.
17241         (ARGS2): Likewise.
17242         (ARGS3): Likewise.
17243         (ARGS4): Likewise.
17244         (RET1): Likewise.
17245         (RET2): Likewise.
17246         (CALC): Likewise.
17247         (FUNC): Likewise.
17248         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17249         (test_functions): Add lgamma.
17250         (calc_generic_results): Handle mpfr_f_f1.
17251         * sysdeps/i386/fpu/libm-test-ulps: Update.
17252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17254 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17256         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17257         __mpn_add_n for PowerPC64/POWER7.
17258         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17259         __mpn_sub_n for PowerPC64/POWER7.
17261         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17262         __mpn_addmul_1 for PowerPC64.
17263         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17264         __mpn_submul_1 for PowerPC64.
17265         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17266         for PowerPC64.
17267         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17268         for PowerPC64.
17270 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17272         [BZ #15089]
17273         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17275 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17277         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17279         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17280         add multiarch folders.
17281         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17282         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17283         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17284         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17285         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17286         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17287         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17288         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17289         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17290         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17291         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17300         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17302         New file.
17303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17304         New file.
17305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17306         multiarch __ieee754_hypot for PowerPC32.
17307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17308         New file.
17309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17310         New file.
17311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17312         multiarch __ieee754_hypotf for PowerPC32.
17314         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17315         long_double_symbol only if __logbl is defined.
17316         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17317         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17318         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17319         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17320         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17321         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17322         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17323         path for implementation.
17324         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17325         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17327         logb, and logbl multiarch implementations for PowerPC32.
17328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17329         file.
17330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17331         file.
17332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17333         multiarch logb for PowerPC32.
17334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17335         file.
17336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17337         file.
17338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17339         multiarch logbf for PowerPC32.
17340         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17342         file.
17343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17344         multiarch logbl implementation for PowerPC32.
17346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17347         and modff multiarch implementations.
17348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17349         New file.
17350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17351         New file.
17352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17353         multiarch modf for PowerPC32.
17354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17355         New file.
17356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17357         New file.
17358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17359         multiarch modff for PowerPC32.
17361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17362         and lrintf multiarch implementations.
17363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17364         New file.
17365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17366         New file.
17367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17368         multiarch lrint for PowerPC32.
17369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17370         file: multiarch lrintf for PowerPC32.
17372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17373         and lroundf multiarch implementations.
17374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17375         New file.
17376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17377         New file.
17378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17379         New file.
17380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17381         multiarch lround for PowerPC32.
17382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17383         file: multiarch lroundf for PowerPC32.
17385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17386         copysign and copysignf multiarch implementations.
17387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17388         New file.
17389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17390         New file.
17391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17392         file: multiarch copysign for PowerPC32.
17393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17394         file: multiarch copysignf for PowerPC32.
17396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17397         and truncf multiarch implementations.
17398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17399         New file.
17400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17401         file.
17402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17403         multiarch trunc for PowerPC32.
17404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17405         New file.
17406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17407         New file.
17408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17409         multiarch truncf for PowerPC32.
17411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17412         and roundf multiarch implementations.
17413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17414         New file.
17415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17416         file.
17417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17418         multiarch round for PowerPC32.
17419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17420         New file.
17421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17422         New file.
17423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17424         multiarch roundf for PowerPC32.
17426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17427         and floorf multiarch implementations.
17428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17429         New file.
17430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17431         file.
17432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17433         multiarch floor for PowerPC32.
17434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17435         New file.
17436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17437         New file.
17438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17439         multiarch floorf for PowerPC32.
17441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17442         and ceilf multiarch implementations.
17443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17444         New file.
17445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17446         file.
17447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17448         multiarch ceil for PowerPC32.
17449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17450         New file.
17451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17452         file.
17453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17454         multiarch ceilf for PowerPC32.
17456         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17457         is defined.
17458         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17459         FINITEF is defined.
17460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17461         and finitef multiarch implementations.
17462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17463         New file.
17464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17465         file.
17466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17467         multiarch finite for PowerPC32.
17468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17469         New file.
17470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17471         file: multiarch finitef for PowerPC32.
17473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17474         and isinff multiarch implementations.
17475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17476         file.
17477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17478         file.
17479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17480         multiarch isinf for PowerPC32.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17482         New file.
17483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17484         multiarch isinff for PowerPC32.
17486         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17487         alias when __isnan is defined.
17488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17489         and isnanf multiarch implementations.
17490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17491         file.
17492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17493         file.
17494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17495         file.
17496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17497         file.
17498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17499         multiarch isnan for PowerPC32.
17500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17501         New file.
17502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17503         New file.
17504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17505         multiarch isnanf for PowerPC32.
17507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17508         and sqrtf multiarch implementations.
17509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17510         file.
17511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17512         file.
17513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17514         multiarch sqrt for PowerPC32.
17515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17516         file.
17517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17518         file.
17519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17520         multiarch sqrtf for PowerPC32.
17522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17523         and llroundf multiarch implementations.
17524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17525         New file.
17526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17527         New file.
17528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17529         New file.
17530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17531         file: multiarch llround for PowerPC32.
17532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17533         file: multiarch llroundf for PowerPC32.
17535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17536         multiarch PowerPC32 fpu implementations.
17537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17538         New file.
17539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17540         New file.
17541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17542         multiarch llrint for PowerPC32.
17543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17544         New file.
17545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17546         New file.
17547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17548         file.
17550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17552         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17553         file.
17554         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17555         file.
17556         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17557         file.
17558         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17559         multiarch wordcopy for PPC32.
17560         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17561         wordcopy objects.
17562         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17563         (__libc_ifunc_impl_list): Likewise.
17564         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17565         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17566         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17567         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17568         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17569         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17571         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17572         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17573         file.
17574         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17575         file.
17576         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17577         file.
17578         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17579         multiarch wcscpy for PPC32.
17580         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17581         multiarch objects.
17582         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17583         (__libc_ifunc_impl_list): Likewise.
17584         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17585         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17586         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17587         sysdeps/powerpc/power6/wcscpy.c.
17589         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17590         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17591         file.
17592         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17593         file.
17594         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17595         file.
17596         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17597         multiarch wcsrchr for PPC32.
17598         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17599         multiarch objects.
17600         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17601         (__libc_ifunc_impl_list): Likewise.
17602         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17603         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17604         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17605         sysdeps/powerpc/power6/wcsrchr.c.
17607         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17608         file.
17609         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17610         file.
17611         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17612         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17613         multiarch wcschr for PPc32.
17614         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17615         multiarch objects.
17616         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17617         (__libc_ifunc_impl_list): Likewise.
17618         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17619         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17620         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17621         sysdeps/powerpc/power6/wcschr.c.
17623         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17624         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17625         file.
17626         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17627         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17628         file: multiarch strchr for PPC32.
17629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17630         multiarch objects.
17631         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17632         (__libc_ifunc_impl_list): Likewise.
17634         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17635         name.
17636         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17637         file.
17638         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17639         file.
17640         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17641         multiarch strchrnul for PPC32.
17642         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17643         multiarch objects.
17644         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17645         (__libc_ifunc_impl_list): Likewise.
17647         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17648         file.
17649         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17650         multiarch strncasecmp for PPC32.
17651         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17652         file.
17653         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17654         multiarch strncasecmp_l for PPC32.
17655         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17656         strncasecmp multiarch objects.
17657         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17658         (__libc_ifunc_impl_list): Likewise.
17660         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17661         file.
17662         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17663         multiarch strncasecmp for PPC32.
17664         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17665         New file.
17666         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17667         multiarch strcasecmp_l for PPC32.
17668         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17669         multiarch objects.
17670         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17671         (__libc_ifunc_impl_list): Likewise.
17673         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17674         file.
17675         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17676         file.
17677         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17678         multiarch strncmp for PPC32.
17679         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17680         multiarch objects.
17681         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17682         (__libc_ifunc_impl_list): Likewise.
17684         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17685         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17686         file.
17687         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17688         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17689         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17690         multiarch objects.
17691         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17692         (__libc_ifunc_impl_list): Likewise.
17694         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17695         file.
17696         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17697         file.
17698         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17699         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17700         multiarch objects.
17701         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17702         (__libc_ifunc_impl_list): Likewise.
17704         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17705         file.
17706         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17707         file.
17708         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17709         multiarch rawmemchr for PPC32.
17710         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17711         multiarch objects.
17712         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17713         (__libc_ifunc_impl_list): Likewise.
17715         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17716         file.
17717         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17718         file.
17719         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17720         file: memrchr multiarch for PPC32.
17721         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17722         multiarch objects.
17723         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17724         (__libc_ifunc_impl_list): Likewise.
17726         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17727         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17728         file.
17729         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17730         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17731         multiarch memchr for PPC32.
17732         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17733         multiarch objects.
17734         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17735         (__libc_ifunc_impl_list): Likewise.
17737         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17738         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17739         file.
17740         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17741         file.
17742         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17743         file: multiarch mempcpy for PPC32.
17744         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17745         multiarch objects.
17746         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17747         (__libc_ifunc_impl_list): Likewise.
17749         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17750         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17751         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17752         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17753         multiarch bzero for PPC32.
17754         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17755         file.
17756         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17757         file.
17758         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17759         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17760         file: multiarch memset for PPC32.
17761         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17762         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17763         memset multiarch objects.
17764         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17765         (__libc_ifunc_impl_list): Likewise.
17767         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17768         file.
17769         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17770         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17771         memcmp for PPC32.
17772         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17773         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17774         multiarch objects.
17775         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17776         (__libc_ifunc_impl_list): Likewise.
17778         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17779         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17780         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17781         file.
17782         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17783         file.
17784         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17785         file.
17786         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17787         multiarch memcpy for PPC32.
17788         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17789         multiarch objects.
17790         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17791         (__libc_ifunc_impl_list): Likewise.
17793         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17794         support multiarch for POWER/PPC32.
17795         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17796         Likewise.
17797         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17799         Implies file to make multiarch folder appers before the fpu and
17800         default folder for power4 configuration.
17802 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17804         * scripts/bench.pl: Append volatile keyword to type.
17806 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17808         * sysdeps/sh/sotruss-lib.c: New file.
17809         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17811 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17815 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17817         [BZ #6810]
17818         * math/w_tgamma.c: Include <errno.h>.
17819         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17820         * math/w_tgammaf.c: Include <errno.h>.
17821         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17822         * math/w_tgammal.c: Include <errno.h>.
17823         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17824         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17825         underflow.  Add more tgamma tests.
17826         * math/auto-libm-test-out: Regenerated.
17827         * sysdeps/i386/fpu/libm-test-ulps: Update.
17828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17830         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17831         sin, sinh, tan, tanh, tgamma, y0 and y1.
17832         * math/auto-libm-test-out: Regenerated.
17833         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17834         (TEST_COND_x86): Likewise.
17835         (M_E2l): Remove macro.
17836         (M_E3l): Likewise.
17837         (M_2_SQRT_PIl): Likewise.
17838         (M_SQRT_PIl): Likewise.
17839         (M_1_DIV_El): Likewise.
17840         (log_test_data): Use AUTO_TESTS_f_f.
17841         (log10_test_data): Likewise.
17842         (log1p_test_data): Likewise.
17843         (log2_test_data): Likewise.
17844         (sin_test_data): Likewise.
17845         (sin_tonearest_test_data): Likewise.
17846         (sin_towardzero_test_data): Likewise.
17847         (sin_downward_test_data): Likewise.
17848         (sin_upward_test_data): Likewise.
17849         (sinh_test_data): Likewise.
17850         (sinh_tonearest_test_data): Likewise.
17851         (sinh_towardzero_test_data): Likewise.
17852         (sinh_downward_test_data): Likewise.
17853         (sinh_upward_test_data): Likewise.
17854         (tan_test_data): Likewise.
17855         (tan_tonearest_test_data): Likewise.
17856         (tan_towardzero_test_data): Likewise.
17857         (tan_downward_test_data): Likewise.
17858         (tan_upward_test_data): Likewise.
17859         (tanh_test_data): Likewise.
17860         (tgamma_test_data): Likewise.
17861         (y0_test_data): Likewise.
17862         (y1_test_data): Likewise.
17863         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17864         (special_real_inputs): Add pi/4.
17865         * sysdeps/i386/fpu/libm-test-ulps: Update.
17866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17868 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17870         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17871         "longjmp_target" static probes.
17872         (__longjmp): Rename to __longjmp_symbol.
17873         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17874         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17875         on which longjmp to generate.
17876         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17877         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17878         probe.
17879         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17880         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17881         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17882         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17883         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17884         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17886         __longjmp_symbol based on which __longjmp to generate.
17887         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17888         probe.
17889         (setjmp): Rename to setjmp_symbol.
17890         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17891         (_setjmp): Rename to _setjmp_symbol.
17892         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17893         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17894         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17895         which setjmp to generate.
17896         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17897         "longjmp_target" static probes.
17899 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17901         * benchtests/README: Add note about output arguments.
17902         * benchtests/bench-sincos.c: Remove file.
17903         * benchtests/sincos-inputs: New file.
17904         * scripts/bench.pl: Identify output arguments and define
17905         static variables for them.
17907         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17909         [BZ #15941]
17910         * Makefile (INSTALL): Add install-plain.texi as the primary
17911         dependency.
17912         * manual/install-plain.texi: New file.
17913         * manual/install.texi: Include node directive only for
17914         non-plaintext output.
17916 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17918         * stdlib/longlong.h: Update from GCC.
17920         [BZ #6807]
17921         [BZ #15901]
17922         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17923         * math/w_j0f.c (y0f): Likewise.
17924         * math/w_j0l.c (__y0l): Likewise.
17925         * math/w_j1.c (y1): Likewise.
17926         * math/w_j1f.c (y1f): Likewise.
17927         * math/w_j1l.c (__y1l): Likewise
17928         * math/w_jn.c (yn): Likewise.
17929         * math/w_jnf.c (ynf): Likewise.
17930         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17931         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17932         value for Bessel function domain errors outside _SVID_ mode.
17933         Adjust sign of return value for yn (negative integer, 0).
17934         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17935         by zero in return for negative x and set sign appropriately for
17936         negative n.
17937         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17938         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17939         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17940         expectations in error cases.
17941         (y1_test_data): Likewise.
17942         (yn_test_data): Likewise.
17943         * sysdeps/i386/fpu/libm-test-ulps: Update.
17944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17946 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17948         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17949         "64" to "64-v1".  Add "64-v2".
17950         (abi-64-options): Rename to ...
17951         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17952         (abi-64-condition): Rename to ...
17953         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17954         (abi-64-ld-soname): Rename to ...
17955         (abi-64-v1-ld-soname): ... this.
17956         (abi-64-v2-options): Define.
17957         (abi-64-v2-condition): Likewise.
17958         (abi-64-v2-ld-soname): Likewise.
17959         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17960         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17965 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17966             Alan Modra  <amodra@gmail.com>
17968         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17969         New versions for use with the ELFv2 ABI.
17970         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17971         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17972         declaration.
17973         (struct La_ppc64v2_retval): Likewise.
17974         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17975         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17976         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17977         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17978         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17979         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17980         Do not save or restore CR.
17981         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17982         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17983         return values for ELFv2 ABI.  Fix location of FPR return registers.
17984         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17985         updated values for _CALL_ELF == 2.
17986         (La_regs, La_retval, int_retval): Likewise.
17988 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17990         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17991         (FRAME_MIN_SIZE_PARM): Likewise.
17992         (FRAME_BACKCHAIN): Likewise.
17993         (FRAME_CR_SAVE): Likewise.
17994         (FRAME_LR_SAVE): Likewise.
17995         (FRAME_TOC_SAVE): Likewise.
17996         (FRAME_PARM_SAVE): Likewise.
17997         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17998         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17999         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18000         (call_mcount_parm_offset): New macro.
18001         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18002         (PROF): Use symbolic stack frame offsets.
18003         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18004         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18005         Redefine in terms of FRAME_MIN_SIZE.
18006         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18007         (_dl_profile_resolve): Likewise.  Update comment.
18008         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18009         symbols stack frame offsets.
18010         (__sigsetjmp): Likewise.
18011         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18012         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18013         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18014         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18017         (FRAME_BACKCHAIN): Remove.
18018         (FRAME_CR_SAVE): Likewise.
18019         (FRAME_LR_SAVE): Likewise.
18020         (FRAME_COMPILER_DW): Likewise.
18021         (FRAME_LINKER_DW): Likewise.
18022         (FRAME_TOC_SAVE): Likewise.
18023         (FRAME_PARM_SAVE): Likewise.
18024         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18025         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18026         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18028         (CHECK_SP): Use symbolic stack frame offsets.
18029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18030         zone" instead of caller's parameter save area for temp storage.
18031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18032         Likewise.  Also, use symbolic stack frame offsets.
18033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18034         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18035         our own stack frame instead of the caller's.
18036         (__socket): Use symbolic stack frame offsets.
18038 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18039             Alan Modra  <amodra@gmail.com>
18041         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18042         Define.
18043         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18044         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18045         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18046         New function.
18047         (elf_machine_fixup_plt): Call it.
18048         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18049         reloc arguments.
18050         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18051         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18052         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18053         r2 before calling target.
18055 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18056             Alan Modra  <amodra@gmail.com>
18058         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18059         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18060         versions of macros to support ELFv2 ABI.
18061         (LOCALENTRY): New macro.
18062         (ENTRY, EALIGN): Use it.
18063         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18064         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18065         fall through into ENTRY entry point.
18066         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18067         Only define if _CALL_ELF != 2.
18069         (elf_machine_matches_host): Verify ABI version matches.
18070         (RTLD_START): Use LOCALENTRY.
18071         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18072         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18073         (PLT_ENTRY_WORDS): New macro.
18074         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18075         (elf_machine_runtime_setup): Support ELFv2 ABI.
18076         (elf_machine_fixup_plt): Likewise.
18077         (elf_machine_plt_conflict): Likewise.
18078         (resolve_ifunc): Likewise.
18079         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18080         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18081         Likewise.
18082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18083         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18085         (makecontext): Support ELFv2 ABI.
18086         * elf/elf.h (EF_PPC64_ABI): Define.
18088 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18090         * sysdeps/powerpc/powerpc64/sysdep.h
18091         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18092         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18093         (ENTRY) [ASSEMBLER]: ... but instead here ...
18094         (EALIGN) [ASSEMBLER]: ... and here.
18095         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18096         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18097         (ENTRY_2) [!ASSEMBLER]: Use it.
18098         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18099         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18100         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18101         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18102         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18104         Use PPC64_LOAD_FUNCPTR.
18106         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18108 2013-12-04  Alan Modra  <amodra@gmail.com>
18110         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18111         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18112         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18113         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18115         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18116         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18117         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18118         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18119         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18120         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18122 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18125         (__makecontext): Fix incorrect CFI when backtracing out of
18126         context created via makecontext.
18127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18128         (__setcontext): Fix incorrect CFI during switch to new context.
18129         (__novec_setcontext): Likewise.
18131 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18133         [BZ #4772]
18134         * time/strptime_l.c (__strptime_internal): Allow modifiers
18135         in strptime.
18136         * time/tst-strptime.c (day_tests): Add testcase.
18138 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18140         * scripts/bench.pl: Skip over blank lines.
18142 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18144         [BZ #926]
18145         * manual/time.texi (Calendar Time): Clarify what timezone functions
18146         use.
18148 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18152 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18154         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18155         implementation.
18156         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18157         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18158         * debug/memset_chk.c (__memset_chk): Likewise.
18159         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18160         * debug/strncpy_chk.c: Likewise.
18162 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18164         [BZ #15268]
18165         [BZ #15425]
18166         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18167         (__ieee754_exp): For possibly underflowing results, check size of
18168         result and force underflow exception if required.
18169         * math/auto-libm-test-in: Add more tests of exp.
18170         * math/auto-libm-test-out: Regenerated.
18171         * sysdeps/i386/fpu/libm-test-ulps: Update.
18172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18174         [BZ #16283]
18175         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18176         * math/w_exp2f.c (__exp2f): Likewise.
18177         * math/w_exp2l.c (__exp2l): Likewise.
18178         * math/auto-libm-test-in: Do not allow missing errno on exp2
18179         underflow.
18180         * math/auto-libm-test-out: Regenerated.
18182 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18184         [BZ #16274]
18185         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18186         handle filename validation.
18187         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18188         (do_open): Delete.
18190 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18192         [BZ #6786]
18193         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18194         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18195         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18196         <float.h>.
18197         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18198         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18199         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18200         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18201         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18202         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18203         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18204         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18205         Add more erfc tests.
18206         * math/auto-libm-test-out: Regenerated.
18207         * sysdeps/i386/fpu/libm-test-ulps: Update.
18208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18210         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18211         exp2, expm1, j0 and j1.
18212         * math/auto-libm-test-out: Regenerated.
18213         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18214         (erfc_test_data): Likewise.
18215         (exp_test_data): Likewise.
18216         (exp_tonearest_test_data): Likewise.
18217         (exp_towardzero_test_data): Likewise.
18218         (exp_downward_test_data): Likewise.
18219         (exp_upward_test_data): Likewise.
18220         (exp10_test_data): Likewise.
18221         (exp2_test_data): Likewise.
18222         (expm1_test_data): Likewise.
18223         (j0_test_data): Likewise.
18224         (j1_test_data): Likewise.
18225         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18226         (input_flag_type): Add flag_xfail_rounding.
18227         (input_flags): Add xfail-rounding.
18228         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18229         (output_for_one_input_case): Handle flag_xfail_rounding.
18230         * sysdeps/i386/fpu/libm-test-ulps: Update.
18231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18233 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18235         [BZ #16289]
18236         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18237         division by 0.
18239 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18241         [BZ #16195]
18242         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18243         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18244         (STAP_PROBE0): New macro.
18245         (STAP_PROBE1): Likewise.
18246         (STAP_PROBE2): Likewise.
18247         (STAP_PROBE3): Likewise.
18248         (STAP_PROBE4): Likewise.
18250 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18252         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18254 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18256         * benchtests/Makefile (bench): Add sqrt.
18257         (LDLIBS-bench-sqrt): New.
18258         * benchtests/sqrt-input: New.
18260 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18262         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18263         (GAIH_EAI): Likewise.
18264         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18265         (gaih_inet): Likewise.
18266         (getaddrinfo): Don't use GAIH_EAI.
18268         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18269         (struct gaih): Remove definition.
18271 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18273         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18274         Use HERRNOP directly.
18276 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18280 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18282         * math/gen-auto-libm-tests.c (test_functions): Add more
18283         single-argument functions.
18284         (special_fill_pi_2): New function.
18285         (special_fill_minus_pi_2): Likewise.
18286         (special_fill_pi_6): Likewise.
18287         (special_fill_minus_pi_6): Likewise.
18288         (special_fill_pi_3): Likewise.
18289         (special_fill_2pi_3): Likewise.
18290         (special_fill_e): Likewise.
18291         (special_fill_1_e): Likewise.
18292         (special_fill_e_minus_1): Likewise.
18293         (special_real_inputs): Add more special inputs.
18294         (output_for_one_input_case): Do not require ERANGE on underflow to
18295         zero if round-to-nearest result does not underflow to zero, unless
18296         exact results required.
18297         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18298         atan, atanh, cbrt, cos and cosh.
18299         * math/auto-libm-test-out: Regenerated.
18300         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18301         (acos_tonearest_test_data): Likewise.
18302         (acos_towardzero_test_data): Likewise.
18303         (acos_downward_test_data): Likewise.
18304         (acos_upward_test_data): Likewise.
18305         (acosh_test_data): Likewise.
18306         (asin_test_data): Likewise.
18307         (asin_tonearest_test_data): Likewise.
18308         (asin_towardzero_test_data): Likewise.
18309         (asin_upward_test_data): Likewise.
18310         (asinh_test_data): Likewise.
18311         (atan_test_data): Likewise.
18312         (atanh_test_data): Likewise.
18313         (cbrt_test_data): Likewise.
18314         (cos_test_data): Likewise.
18315         (cos_tonearest_test_data): Likewise.
18316         (cos_towardzero_test_data): Likewise.
18317         (cos_downward_test_data): Likewise.
18318         (cos_upward_test_data): Likewise.
18319         (cosh_test_data): Likewise.
18320         (cosh_tonearest_test_data): Likewise.
18321         (cosh_towardzero_test_data): Likewise.
18322         (cosh_downward_test_data): Likewise.
18323         (cosh_upward_test_data): Likewise.
18324         * sysdeps/i386/fpu/libm-test-ulps: Update.
18325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18327 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18329         [BZ #6787]
18330         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18331         * math/w_exp10f.c (__exp10f): Likewise.
18332         * math/w_exp10l.c (__exp10l): Likewise.
18333         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18334         errno settings in existing tests.
18336         [BZ #14032]
18337         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18338         precision control set to double precision.
18339         * sysdeps/i386/fpu/w_sqrt.c: New file.
18340         * math/auto-libm-test-in: Add more tests.
18341         * math/auto-libm-test-out: Update.
18343         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18344         (sqrt_test_tonearest): New function.
18345         (sqrt_towardzero_test_data): New variable.
18346         (sqrt_test_towardzero): New function.
18347         (sqrt_downward_test_data): New variable.
18348         (sqrt_test_downward): New function.
18349         (sqrt_upward_test_data): New variable.
18350         (sqrt_test_upward): New function.
18351         (main): Call the new functions.
18353         * math/gen-auto-libm-tests.c: New file.
18354         * math/auto-libm-test-in: Likewise.
18355         * math/auto-libm-test-out: New generated file.
18356         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18357         variables.
18358         (%beautify): Add generated representations of zero.
18359         (top level): Set $auto_input and call parse_auto_input.
18360         (beautify): Remove trailing "f" from hex float constants.
18361         (parse_args): Handle XFAIL_TEST.
18362         (convert_condition): New function.
18363         (or_value): Likewise.
18364         (or_cond_value): Likewise.
18365         (generate_testfile): Handle AUTO_TESTS_* lines.
18366         (parse_auto_input): New function.
18367         * math/libm-test.inc (XFAIL_TEST): New macro.
18368         (ERRNO_UNCHANGED): Update value.
18369         (ERRNO_EDOM): Likewise.
18370         (ERRNO_ERANGE): Likewise.
18371         (IGNORE_RESULT): Likewise.
18372         (TEST_COND_flt_32): New macro.
18373         (TEST_COND_dbl_64): Likewise.
18374         (TEST_COND_ldbl_96_intel): Likewise.
18375         (TEST_COND_ldbl_96_m68k): Likewise.
18376         (TEST_COND_ldbl_128): Likewise.
18377         (TEST_COND_ldbl_128ibm): Likewise.
18378         (TEST_COND_long32): Likewise.
18379         (TEST_COND_long64): Likewise.
18380         (TEST_COND_before_rounding): Likewise.
18381         (TEST_COND_after_rounding): Likewise.
18382         (enable_test): Handle XFAIL_TEST flag.
18383         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18384         with finite results.
18385         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18386         auto-libm-test-out.
18388 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18389             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18391         [BZ #16214]
18392         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18393         __tls_get_addr_internal instead of __tls_get_offset in order to
18394         avoid GOT pointer dependency.  Make rtld export
18395         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18396         __tls_get_addr since we are a __tls_get_offset platform.
18397         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18398         GOT pointer being set up before.
18399         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18401 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18403         * manual/math.texi (Errors in Math Functions): Document accuracy
18404         goals.
18406         [BZ #15004]
18407         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18408         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18409         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18410         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18411         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18412         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18413         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18414         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18415         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18416         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18417         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18418         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18419         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18420         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18421         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18422         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18424         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18425         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18426         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18427         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18428         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18429         Likewise.
18430         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18431         Likewise.
18432         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18433         Likewise.
18434         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18435         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18436         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18437         atomic-feupdateenv and flt-rounds.
18438         * sysdeps/powerpc/nofpu/Versions (libc): Add
18439         __atomic_feholdexcept, __atomic_feclearexcept,
18440         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18441         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18442         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18443         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18444         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18445         here.
18446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18447         Update.
18449         * manual/arith.texi (FP Exceptions): Document that exceptions may
18450         not be raised when matherr is used.
18451         (Math Error Reporting): Document overflow in directed rounding
18452         modes.  Document that errno may not be set when finite values are
18453         returned on overflow.  Document intent to set errno on underflow
18454         only for underflow to zero.
18456         [BZ #16271]
18457         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18458         round-to-nearest then adjust result for other rounding modes.
18459         * include/fenv.h (fegetround): Use libm_hidden_proto.
18460         * math/fegetround.c (fegetround): Use libm_hidden_def.
18461         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18462         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18463         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18464         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18465         Likewise.
18466         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18467         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18468         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18469         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18471 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18473         [BZ #16077]
18474         * nss/Versions (libnss_files): Add
18475         _nss_files_gethostbyname3_r.
18476         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18477         New function.
18478         (HOST_DB_LOOKUP): Remove macro.
18479         (_nss_files_gethostbyname_r): Implement function without the
18480         HOST_DB_LOOKUP macro.
18481         (_nss_files_gethostbyname2_r): Likewise.
18483 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18485         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18487 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18489         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18490         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18491         warning.
18493 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18495         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18496         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18497         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18498         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18499         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18500         __fe_nomask_env_priv and attribute_hidden.
18501         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18502         (libc_feupdateenv_test_ppc): Likewise.
18503         (libc_feresetround_ppc): Likewise.
18504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18505         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18506         compat_symbol macro.
18507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18508         (__fe_nomask_env): Likewise.
18509         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18511 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18513         * string/Makefile: Remove ifunc tests.
18514         * string/test-string.h: Define TEST_IFUNC.
18515         * string/test-bcopy-ifunc.c: Remove.
18516         * string/test-bzero-ifunc.c: Likewise.
18517         * string/test-memccpy-ifunc.c: Likewise.
18518         * string/test-memchr-ifunc.c: Likewise.
18519         * string/test-memcmp-ifunc.c: Likewise.
18520         * string/test-memcpy-ifunc.c: Likewise.
18521         * string/test-memmem-ifunc.c: Likewise.
18522         * string/test-memmove-ifunc.c: Likewise.
18523         * string/test-mempcpy-ifunc.c: Likewise.
18524         * string/test-memrchr-ifunc.c: Likewise.
18525         * string/test-memset-ifunc.c: Likewise.
18526         * string/test-rawmemchr-ifunc.c: Likewise.
18527         * string/test-stpcpy-ifunc.c: Likewise.
18528         * string/test-stpncpy-ifunc.c: Likewise.
18529         * string/test-strcasecmp-ifunc.c: Likewise.
18530         * string/test-strcasestr-ifunc.c: Likewise.
18531         * string/test-strcat-ifunc.c: Likewise.
18532         * string/test-strchr-ifunc.c: Likewise.
18533         * string/test-strchrnul-ifunc.c: Likewise.
18534         * string/test-strcmp-ifunc.c: Likewise.
18535         * string/test-strcpy-ifunc.c: Likewise.
18536         * string/test-strcspn-ifunc.c: Likewise.
18537         * string/test-strlen-ifunc.c: Likewise.
18538         * string/test-strncasecmp-ifunc.c: Likewise.
18539         * string/test-strncat-ifunc.c: Likewise.
18540         * string/test-strncmp-ifunc.c: Likewise.
18541         * string/test-strncpy-ifunc.c: Likewise.
18542         * string/test-strnlen-ifunc.c: Likewise.
18543         * string/test-strpbrk-ifunc.c: Likewise.
18544         * string/test-strrchr-ifunc.c: Likewise.
18545         * string/test-strspn-ifunc.c: Likewise.
18546         * string/test-strstr-ifunc.c: Likewise.
18548 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18550         * benchtests/Makefile: Remove ifunc tests.
18551         * benchtests/bench-string.h: Define TEST_IFUNC.
18552         * benchtests/bench-bcopy-ifunc.c: Remove.
18553         * benchtests/bench-bzero-ifunc.c: Likewise.
18554         * benchtests/bench-memccpy-ifunc.c: Likewise.
18555         * benchtests/bench-memchr-ifunc.c: Likewise.
18556         * benchtests/bench-memcmp-ifunc.c: Likewise.
18557         * benchtests/bench-memcpy-ifunc.c: Likewise.
18558         * benchtests/bench-memmem-ifunc.c: Likewise.
18559         * benchtests/bench-memmove-ifunc.c: Likewise.
18560         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18561         * benchtests/bench-memrchr-ifunc.c: Likewise.
18562         * benchtests/bench-memset-ifunc.c: Likewise.
18563         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18564         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18565         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18566         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18567         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18568         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18569         * benchtests/bench-strcat-ifunc.c: Likewise.
18570         * benchtests/bench-strchr-ifunc.c: Likewise.
18571         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18572         * benchtests/bench-strcmp-ifunc.c: Likewise.
18573         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18574         * benchtests/bench-strcpy-ifunc.c: Likewise.
18575         * benchtests/bench-strcspn-ifunc.c: Likewise.
18576         * benchtests/bench-strlen-ifunc.c: Likewise.
18577         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18578         * benchtests/bench-strncat-ifunc.c: Likewise.
18579         * benchtests/bench-strncmp-ifunc.c: Likewise.
18580         * benchtests/bench-strncpy-ifunc.c: Likewise.
18581         * benchtests/bench-strnlen-ifunc.c: Likewise.
18582         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18583         * benchtests/bench-strrchr-ifunc.c: Likewise.
18584         * benchtests/bench-strsep-ifunc.c: Likewise.
18585         * benchtests/bench-strspn-ifunc.c: Likewise.
18586         * benchtests/bench-strstr-ifunc.c: Likewise.
18588 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18590         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18592 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18594         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18595         * rt/aio.h: Likewise.
18596         * sysdeps/gnu/bits/utmp.h: Likewise.
18597         * sysdeps/gnu/bits/utmpx.h: Likewise.
18598         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18599         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18600         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18601         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18602         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18603         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18604         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18605         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18606         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18607         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18608         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18609         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18610         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18612         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18613         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18614         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18615         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18616         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18617         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18618         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18619         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18620         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18621         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18622         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18623         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18624         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18625         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18626         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18627         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18628         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18629         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18630         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18631         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18632         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18633         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18634         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18635         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18636         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18637         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18638         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18639         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18641 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18643         [BZ #16245]
18644         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18645         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18647 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18649         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18650         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18651         Likewise.
18653 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18655         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18656         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18657         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18658         (__fesetround): Remove define.
18659         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18660         rounding and exceptions handling.
18661         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18662         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18663         (__fe_nomask_env): Likewise.
18664         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18665         __fegetround instead of fegetround.
18666         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18667         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18669 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18671         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18672         it's there.
18674         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18676 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18678         [BZ #11157]
18679         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18680         (encrypt_r): Likewise.
18681         * malloc/obstack.h (obstack_free): Likewise.
18682         * posix/unistd.h (encrypt): Likewise.
18684 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18686         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18687         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18688         DL_CALL_DT_FINI() that call the functions directly.
18689         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18690         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18691         * elf/dl-fini.c: Likewise.
18693 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18695         * malloc/hooks.c (memalign_check): Add alignment rounding.
18696         * malloc/malloc.c (_mid_memalign): New function.
18697         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18698         Implement by calling _mid_memalign.
18699         * manual/probes.texi (Memory Allocation Probes): Remove
18700         memory_valloc_retry and memory_pvalloc_retry.
18702 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18704         * locale/programs/locarchive.c (open_archive): Add const
18705         qualifier to ARCHIVEFNAME and copy default fname to
18706         DEFAULT_FNAME.
18708         [BZ #15601]
18709         * libio/tst-widetext.input: Rename Oriya to Odia.
18710         * locale/iso-639.def: Likewise.
18712         * manual/probes.texi (Mathematical Function Probes): Add
18713         documentation for sin, cos, asin and acos probes.
18714         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18715         (__sin32): Add slowasin probe.
18716         (__cos32): Add slowacos probe.
18717         (__mpsin): Add slowsin probe.
18718         (__mpcos): Add slowcos probe.
18720 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18722         [BZ #15483]
18723         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18724         thread-local __sim_exceptions_thread and global
18725         __sim_exceptions_global.
18726         (__sim_disabled_exceptions): Change to thread-local
18727         __sim_disabled_exceptions_thread and global
18728         __sim_disabled_exceptions_global.
18729         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18730         and global __sim_round_mode_global.
18731         (__simulate_exceptions): Use thread-local floating-point state and
18732         set global state from it as needed.
18733         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18734         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18735         __sim_round_mode_thread.
18736         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18737         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18738         and global __sim_exceptions_global.
18739         (__sim_disabled_exceptions): Change to thread-local
18740         __sim_disabled_exceptions_thread and global
18741         __sim_disabled_exceptions_global.
18742         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18743         and global __sim_round_mode_global.
18744         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18745         (SIM_SET_GLOBAL): Likewise.
18746         * sysdeps/powerpc/soft-fp/sfp-machine.h
18747         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18748         __sim_round_mode_thread.
18749         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18750         __sim_disabled_exceptions_thread.
18751         (__sim_exceptions): Change to __sim_exceptions_thread.
18752         (__sim_disabled_exceptions): Change to
18753         __sim_disabled_exceptions_thread.
18754         (__sim_round_mode): Change to __sim_round_mode_thread.
18755         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18756         thread-local floating-point state and set global state from it as
18757         needed.
18758         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18759         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18760         (__sim_disabled_exceptions): Remove extern declaration.
18761         (feenableexcept): Use thread-local floating-point state and set
18762         global state from it as needed.
18763         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18764         extern declaration.
18765         (__sim_disabled_exceptions): Likewise.
18766         (__sim_round_mode): Likewise.
18767         (__fegetenv): Use thread-local floating-point state.
18768         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18769         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18770         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18771         floating-point state and set global state from it as needed.
18772         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18773         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18774         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18775         Likewise.
18776         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18777         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18778         Likewise.
18779         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18780         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18781         Use __sim_round_mode_thread.
18782         * math/test-fenv-tls.c: New file.
18783         * math/Makefile (tests): Add test-fenv-tls.
18784         ($(objpfx)test-fenv-tls): Depend on
18785         $(common-objpfx)nptl/libpthread.so.
18787 2013-11-19  Andreas Schwab  <schwab@suse.de>
18789         * locale/programs/locale.c (show_info): Decode wordarray elements.
18790         * locale/categories.def (LC_MONETARY): Add element for
18791         _NL_MONETARY_CRNCYSTR.
18792         * locale/C-monetary.c (conversion_rate): New variable.
18793         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18794         element.
18796 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18798         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18799         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18801 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18803         * elf/Makefile (tst-auxv): New test.
18804         * elf/tst-auxv.c: New
18805         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18807 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18809         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18810         (hidden_proto): Caller changed.
18811         (hidden_tls_proto): New macro.
18812         (libc_hidden_tls_proto): Likewise.
18813         (rtld_hidden_tls_proto): Likewise.
18814         (libm_hidden_tls_proto): Likewise.
18815         (libresolv_hidden_tls_proto): Likewise.
18816         (librt_hidden_tls_proto): Likewise.
18817         (libdl_hidden_tls_proto): Likewise.
18818         (libnss_files_hidden_tls_proto): Likewise.
18819         (libnsl_hidden_tls_proto): Likewise.
18820         (libnss_nisplus_hidden_tls_proto): Likewise.
18821         (libutil_hidden_tls_proto): Likewise.
18823 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18825         [BZ #10253]
18826         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18827         (decompose_rpath): Defer expansion to fillin_rpath.
18828         (_dl_init_paths): Pass linkmap to fillin_rpath.
18830 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18832         * benchtests/Makefile: Add strsep.
18833         * benchtests/bench-strsep.c: New file: strsep benchtest.
18834         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18836 2013-11-18  Andreas Schwab  <schwab@suse.de>
18838         * locale/programs/locale.c (show_info) [case byte]: Check for
18839         '\377' instead of '\177'.
18840         * locale/C-monetary.c (not_available): Always use "\377".
18841         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18842         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18843         detect unavailable sign_posn locale elements.
18844         * locale/localeconv.c (__localeconv): For grouping and
18845         mon_grouping handle "\177" and "\377" like no grouping.
18846         (INT_ELEM): New macro.  Use it to set all numeric members.
18847         * locale/programs/ld-monetary.c (monetary_read)
18848         <tok_mon_grouping>: Normalize single -1 to the empty string.
18849         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18850         Likewise.
18852 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18854         [BZ #16055]
18855         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18856         when we match (nil).
18857         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18859 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18861         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18862         (NO_TEST_INLINE): Update value.
18863         (ERRNO_UNCHANGED): Likewise.
18864         (ERRNO_EDOM): Likewise.
18865         (ERRNO_ERANGE): Likewise.
18866         (IGNORE_RESULT): Likewise.
18867         (check_float_internal): Check signs of NaN results if
18868         TEST_NAN_SIGN used.
18869         (check_complex): Pass TEST_NAN_SIGN flag through to second
18870         check_float_internal call.
18871         (copysign_test_data): Add tests with quiet NaNs as second
18872         argument.  Use TEST_NAN_SIGN.
18873         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18874         TEST_NAN_SIGN.
18875         (signbit_test_data): Add tests of quiet NaN argument.
18876         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18878         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18879         $ignore_result.
18880         (parse_args): Handle function results specified as IGNORE.
18881         * math/libm-test.inc (IGNORE_RESULT): New macro.
18882         (check_float_internal): Do not check numerical result if flag
18883         IGNORE_RESULT set.
18884         (check_complex): Pass through IGNORE_RESULT to second
18885         check_float_internal call.
18886         (check_int): Do not check numerical result if flag IGNORE_RESULT
18887         set.
18888         (check_long): Likewise.
18889         (check_bool): Likewise.
18890         (check_longlong): Likewise.
18891         (lrint_test_data): Add tests of infinite and NaN arguments.
18892         (lrint_tonearest_test_data): Likewise.
18893         (lrint_towardzero_test_data): Likewise.
18894         (lrint_downward_test_data): Likewise.
18895         (lrint_upward_test_data): Likewise.
18896         (llrint_test_data): Likewise.
18897         (llrint_tonearest_test_data): Likewise.
18898         (llrint_towardzero_test_data): Likewise.
18899         (llrint_downward_test_data): Likewise.
18900         (llrint_upward_test_data): Likewise.
18901         (lround_test_data): Likewise.
18902         (llround_test_data): Likewise.
18904         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18905         (ERRNO_UNCHANGED): Update value.
18906         (ERRNO_EDOM): Likewise.
18907         (ERRNO_ERANGE): Likewise.
18908         (NO_TEST_INLINE_FLOAT): New macro.
18909         (NO_TEST_INLINE_DOUBLE): Likewise.
18910         (enable_test): New function.
18911         (RUN_TEST_f_f): Check enable_test before running test.
18912         (RUN_TEST_2_f): Likewise.
18913         (RUN_TEST_fff_f): Likewise.
18914         (RUN_TEST_c_f): Likewise.
18915         (RUN_TEST_f_f1): Likewise.
18916         (RUN_TEST_fF_f1): Likewise.
18917         (RUN_TEST_fI_f1): Likewise.
18918         (RUN_TEST_ffI_f1): Likewise.
18919         (RUN_TEST_c_c): Likewise.
18920         (RUN_TEST_cc_c): Likewise.
18921         (RUN_TEST_f_i): Likewise.
18922         (RUN_TEST_f_i_tg): Likewise.
18923         (RUN_TEST_ff_i_tg): Likewise.
18924         (RUN_TEST_f_b): Likewise.
18925         (RUN_TEST_f_b_tg): Likewise.
18926         (RUN_TEST_f_l): Likewise.
18927         (RUN_TEST_f_L): Likewise.
18928         (RUN_TEST_fFF_11): Likewise.
18929         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18930         conditionals.
18931         (cosh_test_data): Likewise.
18932         (exp_test_data): Likewise.
18933         (expm1_test_data): Likewise.
18934         (hypot_test_data): Likewise.
18935         (pow_test_data): Likewise.
18936         (sinh_test_data): Likewise.
18937         (tanh_test_data): Likewise.
18938         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18939         flags argument.
18941         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18942         tests with quiet NaN input and output.
18943         (acosh_test_data): Likewise.
18944         (asin_test_data): Likewise.
18945         (asinh_test_data): Likewise.
18946         (atan_test_data): Likewise.
18947         (atanh_test_data): Likewise.
18948         (atan2_test_data): Likewise.
18949         (cbrt_test_data): Likewise.
18950         (cos_test_data): Likewise.
18951         (cosh_test_data): Likewise.
18952         (erf_test_data): Likewise.
18953         (erfc_test_data): Likewise.
18954         (exp_test_data): Likewise.
18955         (exp10_test_data): Likewise.
18956         (exp2_test_data): Likewise.
18957         (expm1_test_data): Likewise.
18958         (hypot_test_data): Likewise.
18959         (j0_test_data): Likewise.
18960         (j1_test_data): Likewise.
18961         (jn_test_data): Likewise.
18962         (lgamma_test_data): Likewise.
18963         (log_test_data): Likewise.
18964         (log10_test_data): Likewise.
18965         (log1p_test_data): Likewise.
18966         (log2_test_data): Likewise.
18967         (pow_test_data): Likewise.
18968         (scalb_test_data): Likewise.
18969         (sin_test_data): Likewise.
18970         (sincos_test_data): Likewise.
18971         (sinh_test_data): Likewise.
18972         (tan_test_data): Likewise.
18973         (tanh_test_data): Likewise.
18974         (tgamma_test_data): Likewise.
18975         (y0_test_data): Likewise.
18976         (y1_test_data): Likewise.
18977         (yn_test_data): Likewise.
18979         [BZ #16167]
18980         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18981         argument being NaN and avoid computations with second argument in
18982         that case.
18983         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18984         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18985         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18987 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18989         * locale/iso-639.def: Add Chitwani Tharu (the).
18991 2013-11-14  Andreas Schwab  <schwab@suse.de>
18993         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18994         word instead of empty string.
18996 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18999         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19001         (__fe_nomask_env): Likewise.
19003 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19005         * benchtests/bench-timing.h: Include time.h.
19007 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19009         [BZ #15997]
19010         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19011         to 3.4.0 for x32.
19012         * sysdeps/unix/sysv/linux/configure: Regenerated.
19014 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19016         [BZ #16151]
19017         * stdlib/strtod_l.c (round_and_return): Do not consider
19018         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19019         exponent one less than half the least subnormal exponent.
19020         * stdlib/test-strtod-round-data: Add more tests.
19021         * stdlib/tst-strtod-round.c (tests): Regenerated.
19023 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19025         [BZ #14143]
19026         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19027         (__fe_mask_env): Likewise.
19028         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19029         libm_hidden_proto and add function prototype.
19030         (__fe_mask_env): Add function prototype.
19031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19032         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19034         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19036         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19038 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19040         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19041         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19043 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19045         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19046         of htab_find_slot().
19048 2013-11-11  David S. Miller  <davem@davemloft.net>
19050         [BZ #16150]
19051         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19052         symbol in the non-vis3 case in static builds.
19053         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19054         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19055         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19056         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19058 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19060         [BZ #387]
19061         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19062         it is empty.
19064 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19066         * benchtests/Makefile: Add bench-strtod.
19067         * benchtests/bench-strtod.c: New file: strtod benchtest
19069 2013-11-11  Andreas Schwab  <schwab@suse.de>
19071         [BZ #16153]
19072         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19073         terminating NUL in key length.
19075 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19077         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19078         Add artificial ODP entry for vDSO symbol for PPC64.
19079         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19080         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19082 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19084         [BZ #15374]
19085         * nss/getent.c (services_keys): Recognize services starting with digit.
19087 2013-11-06  David S. Miller  <davem@davemloft.net>
19089         [BZ #15985]
19090         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19091         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19093 2013-11-06  Will Newton  <will.newton@linaro.org>
19095         * manual/memory.texi (Malloc Examples): Remove register
19096         keyword from examples.
19098 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19100         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19102 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19104         [BZ #6981]
19105         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19106         depending on [__GCC_IEC_559 > 0].
19107         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19108         depending on [__GCC_IEC_559_COMPLEX > 0].
19110 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19112         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19113         to iso-639.def.
19115 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19117         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19119 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19121         [BZ #16112]
19122         * malloc/malloc (malloc_info): Do not handle first bin as
19123         special case.
19125 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19127         * locale/iso-639.def: Add Central Nahuatl (nhn).
19129 2013-11-01  Bruno Haible  <bruno@clisp.org>
19131         [BZ #7003]
19132         * manual/math.texi (BSD Random): Specify range upper bound as
19133         in POSIX.
19135 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19137         * locale/iso-639.def: Add Meadow Mari (mhr).
19139 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19141         [BZ #14752], [BZ #15763]
19142         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19143         Validate name.
19144         * rt/tst_shm.c: Add test for escaping directory.
19146 2013-10-31  Andreas Schwab  <schwab@suse.de>
19148         [BZ #15917]
19149         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19150         followed by 'x' as part of digit sequence.
19151         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19153 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19155         [BZ #16037]
19156         * configure.ac: allow GNU Make 4.0 and greater.
19157         * configure: Regenerated.
19159 2013-10-30  Will Newton  <will.newton@linaro.org>
19161         [BZ #16038]
19162         * malloc/hooks.c (memalign_check): Limit alignment to the
19163         maximum representable power of two.
19164         * malloc/malloc.c (__libc_memalign): Likewise.
19165         * malloc/tst-memalign.c (do_test): Add test for very
19166         large alignment values.
19167         * malloc/tst-posix_memalign.c (do_test): Likewise.
19169 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19171         [BZ #11087]
19172         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19173         (munmap_chunk): Likewise.
19174         (mremap_chunk): Likewise.
19176 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19178         [BZ #15799]
19179         * stdlib/div.c (div): Remove obsolete code.
19180         * stdlib/ldiv.c (ldiv): Likewise.
19181         * stdlib/lldiv.c (lldiv): Likewise.
19183 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19185         [BZ #16071]
19186         * nss/nss_files/files-XXX.c (get_contents_ret): New
19187         enumerator.
19188         (get_contents): New function.
19189         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19191 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19193         * configure.in: Moved to ...
19194         * configure.ac: ... here. Change reference to configure.in
19195         to configure.ac.
19196         * sysdeps/arm/preconfigure.ac: ... here.
19197         configure.in to configure.ac.
19198         * sysdeps/gnu/configure.in: Moved to ...
19199         * sysdeps/gnu/configure.ac: ... here.
19200         * sysdeps/i386/configure.in: Moved to ...
19201         * sysdeps/i386/configure.ac: ... here.
19202         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19203         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19204         * sysdeps/mach/configure.in: Moved to ...
19205         * sysdeps/mach/configure.ac: ... here.
19206         * sysdeps/mach/hurd/configure.in: Moved to ...
19207         * sysdeps/mach/hurd/configure.ac: ... here.
19208         * sysdeps/powerpc/configure.in: Moved to ...
19209         * sysdeps/powerpc/configure.ac: ... here.
19210         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19211         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19212         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19213         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19214         * sysdeps/s390/s390-32/configure.in: Moved to ...
19215         * sysdeps/s390/s390-32/configure.ac: ... here.
19216         * sysdeps/s390/s390-64/configure.in: Moved to ...
19217         * sysdeps/s390/s390-64/configure.ac: ... here.
19218         * sysdeps/sh/configure.in: Moved to ...
19219         * sysdeps/sh/configure.ac: ... here.
19220         * sysdeps/sparc/configure.in: Moved to ...
19221         * sysdeps/sparc/configure.ac: ... here.
19222         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19223         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19224         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19225         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19226         * sysdeps/x86_64/configure.in: Moved to ...
19227         * sysdeps/x86_64/configure.ac: ... here.
19228         * sysdeps/x86_64/preconfigure.in: Moved to ...
19229         * sysdeps/x86_64/preconfigure.ac: ... here.
19230         * aclocal.m4: Change reference to configure.in to configure.ac.
19231         * config.h.in: Likewise.
19232         * manual/install.texi: Likewise.
19233         * manual/maint.texi: Likewise.
19234         * Makefile: Likewise.
19235         * malloc/Makefile: Likewise.
19236         * nscd/Makefile: Likewise.
19237         * Makeconfig: Change reference to configure.in and
19238         preconfigure.in to configure.ac and preconfigure.ac
19239         respectively.
19240         * INSTALL: Regenerated.
19241         * configure: Likewise.
19242         * sysdeps/gnu/configure: Likewise.
19243         * sysdeps/i386/configure: Likewise.
19244         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19245         * sysdeps/mach/configure: Likewise.
19246         * sysdeps/mach/hurd/configure: Likewise.
19247         * sysdeps/powerpc/configure: Likewise.
19248         * sysdeps/powerpc/powerpc32/configure: Likewise.
19249         * sysdeps/powerpc/powerpc64/configure: Likewise.
19250         * sysdeps/s390/s390-32/configure: Likewise.
19251         * sysdeps/s390/s390-64/configure: Likewise.
19252         * sysdeps/sh/configure: Likewise.
19253         * sysdeps/sparc/configure: Likewise.
19254         * sysdeps/unix/sysv/linux/configure: Likewise.
19255         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19256         * sysdeps/x86_64/configure: Likewise.
19257         * sysdeps/x86_64/preconfigure: Likewise.
19259 2013-10-29  Andreas Schwab  <schwab@suse.de>
19261         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19263 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19265         * benchtests/pow-inputs: Add new inputs.
19267         * benchtests/exp-inputs: Add new inputs.
19269         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19270         conditional check for return value.
19271         (__cos32): Likewise.
19273 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19275         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19276         to provide a boost for large inputs with word alignment.
19277         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19278         implementation based on optimized PPC64 strcpy.
19279         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19280         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19281         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19282         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19284 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19286         [BZ #2801]
19287         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19289 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19291         [BZ #14876]
19292         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19293         * time/tst-strptime.c (day_tests): Add testcase.
19295 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19297         [BZ #14029]
19298         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19300 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19302         [BZ #16074]
19303         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19304         MAP_FAILED on error.
19306 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19308         [BZ #16072]
19309         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19310         heap for large requests.
19312 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19314         [BZ #9954]
19315         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19316         result if the result has no associated interface.
19317         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19318         interface for all 127.X.Y.Z addresses.
19320 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19322         * locale/iso-639.def: Add Ligurian (lij)
19324 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19326         [BZ #15825]
19327         * sunrpc/rpc_main.c: Document rpcgen -5.
19329 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19331         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19333 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19335         [BZ #10278]
19336         * posix/glob.c: Match only directories when trailing slash is present.
19337         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19338         (main): Add testcase.
19340 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19342         [BZ #15670]
19343         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19345 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19347         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19348         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19349         AUTH_DES and cindex for FIPS 140-2.
19350         (DES Encryption): Add cindex FIPS 46-3.
19352         * locale/locarchive.h (struct locarhandle): Add fname.
19353         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19354         if an optional argument was specified to --list-archive,
19355         otherwise NULL.
19356         * locale/programs/locarchive.c (show_archive_content): Take new
19357         argument fname and pass it via ah.fname to open_archive.
19358         * locale/programs/localedef.h: Update decl.
19359         (open_archive): If AH->fname is non-null, open that file
19360         rather than the default file name, and don't ignore ENOENT.
19361         (create_archive): Set AH.fname to NULL.
19362         (delete_locales_from_archive): Likewise.
19363         (add_locales_to_archive): Likewise.
19364         * locale/programs/locfile.c (write_all_categories): Likewise.
19366 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19367             Aldy Hernandez  <aldyh@redhat.com>
19369         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19370         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19371         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19372         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19373         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19374         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19375         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19376         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19377         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19378         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19379         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19380         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19381         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19382         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19383         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19384         Likewise.
19385         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19386         Likewise.
19387         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19388         Likewise.
19389         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19390         Likewise.
19391         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19392         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19393         Likewise.
19394         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19395         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19396         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19397         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19398         Likewise.
19399         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19400         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19401         * sysdeps/powerpc/preconfigure: Likewise.
19402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19403         Likewise.
19404         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19405         Replace contents of file by #include of <fenv_libc.h>.
19406         * sysdeps/powerpc/soft-fp/sfp-machine.h
19407         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19408         and <sys/prctl.h>.
19409         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19410         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19411         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19412         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19413         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19414         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19415         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19416         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19417         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19418         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19419         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19420         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19422         Allow copysignl PLT reference to be missing.
19424 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19425             Joseph Myers  <joseph@codesourcery.com
19427         [BZ #15948]
19428         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19429         single character.
19430         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19432 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19434         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19435         * elf/tst-tls1.c: Likewise.
19436         * elf/tst-tls10.h: Likewise.
19437         * elf/tst-tls14.c: Likewise.
19438         * elf/tst-tls2.c: Likewise.
19439         * elf/tst-tls3.c: Likewise.
19440         * elf/tst-tls4.c: Likewise.
19441         * elf/tst-tls5.c: Likewise.
19442         * elf/tst-tls6.c: Likewise.
19443         * elf/tst-tls7.c: Likewise.
19444         * elf/tst-tls8.c: Likewise.
19445         * elf/tst-tls9.c: Likewise.
19446         * elf/tst-tlsmod1.c: Likewise.
19447         * elf/tst-tlsmod13.c: Likewise.
19448         * elf/tst-tlsmod13a.c: Likewise.
19449         * elf/tst-tlsmod14a.c: Likewise.
19450         * elf/tst-tlsmod16a.c: Likewise.
19451         * elf/tst-tlsmod16b.c: Likewise.
19452         * elf/tst-tlsmod2.c: Likewise.
19453         * elf/tst-tlsmod3.c: Likewise.
19454         * elf/tst-tlsmod4.c: Likewise.
19455         * elf/tst-tlsmod5.c: Likewise.
19456         * elf/tst-tlsmod6.c: Likewise.
19458 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19460         [BZ #12486]
19461         * malloc/malloc.c: remove checks for statistics.
19463 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19465         [BZ #15277]
19466         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19467         * inet/tst-network.c: Add testcase.
19469 2013-10-17  Andreas Schwab  <schwab@suse.de>
19471         [BZ #15218]
19472         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19473         to determine canonical name.
19475 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19477         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19478         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19479         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19480         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19481         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19482         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19483         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19484         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19485         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19486         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19487         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19488         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19489         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19490         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19491         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19492         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19493         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19494         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19495         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19496         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19497         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19498         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19499         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19500         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19501         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19502         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19503         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19504         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19505         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19506         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19507         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19508         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19509         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19510         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19511         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19512         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19513         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19514         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19515         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19516         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19517         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19518         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19519         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19520         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19521         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19522         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19523         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19524         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19525         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19526         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19527         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19528         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19529         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19530         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19531         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19532         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19533         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19534         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19536 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19538         [BZ #16041]
19539         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19540         make result into a quiet NaN.
19542 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19544         * soft-fp/adddf3.c: Fix horizontal whitespace.
19545         * soft-fp/addsf3.c: Likewise.
19546         * soft-fp/addtf3.c: Likewise.
19547         * soft-fp/divdf3.c: Likewise.
19548         * soft-fp/divsf3.c: Likewise.
19549         * soft-fp/divtf3.c: Likewise.
19550         * soft-fp/double.h: Likewise.
19551         * soft-fp/eqdf2.c: Likewise.
19552         * soft-fp/eqsf2.c: Likewise.
19553         * soft-fp/eqtf2.c: Likewise.
19554         * soft-fp/extenddftf2.c: Likewise.
19555         * soft-fp/extended.h: Likewise.
19556         * soft-fp/extendsfdf2.c: Likewise.
19557         * soft-fp/extendsftf2.c: Likewise.
19558         * soft-fp/extendxftf2.c: Likewise.
19559         * soft-fp/fixdfdi.c: Likewise.
19560         * soft-fp/fixdfsi.c: Likewise.
19561         * soft-fp/fixdfti.c: Likewise.
19562         * soft-fp/fixsfdi.c: Likewise.
19563         * soft-fp/fixsfsi.c: Likewise.
19564         * soft-fp/fixsfti.c: Likewise.
19565         * soft-fp/fixtfdi.c: Likewise.
19566         * soft-fp/fixtfsi.c: Likewise.
19567         * soft-fp/fixtfti.c: Likewise.
19568         * soft-fp/fixunsdfdi.c: Likewise.
19569         * soft-fp/fixunsdfsi.c: Likewise.
19570         * soft-fp/fixunsdfti.c: Likewise.
19571         * soft-fp/fixunssfdi.c: Likewise.
19572         * soft-fp/fixunssfsi.c: Likewise.
19573         * soft-fp/fixunssfti.c: Likewise.
19574         * soft-fp/fixunstfdi.c: Likewise.
19575         * soft-fp/fixunstfsi.c: Likewise.
19576         * soft-fp/fixunstfti.c: Likewise.
19577         * soft-fp/floatdidf.c: Likewise.
19578         * soft-fp/floatdisf.c: Likewise.
19579         * soft-fp/floatditf.c: Likewise.
19580         * soft-fp/floatsidf.c: Likewise.
19581         * soft-fp/floatsisf.c: Likewise.
19582         * soft-fp/floatsitf.c: Likewise.
19583         * soft-fp/floattidf.c: Likewise.
19584         * soft-fp/floattisf.c: Likewise.
19585         * soft-fp/floattitf.c: Likewise.
19586         * soft-fp/floatundidf.c: Likewise.
19587         * soft-fp/floatundisf.c: Likewise.
19588         * soft-fp/floatunditf.c: Likewise.
19589         * soft-fp/floatunsidf.c: Likewise.
19590         * soft-fp/floatunsisf.c: Likewise.
19591         * soft-fp/floatunsitf.c: Likewise.
19592         * soft-fp/floatuntidf.c: Likewise.
19593         * soft-fp/floatuntisf.c: Likewise.
19594         * soft-fp/floatuntitf.c: Likewise.
19595         * soft-fp/fmadf4.c: Likewise.
19596         * soft-fp/fmasf4.c: Likewise.
19597         * soft-fp/fmatf4.c: Likewise.
19598         * soft-fp/gedf2.c: Likewise.
19599         * soft-fp/gesf2.c: Likewise.
19600         * soft-fp/getf2.c: Likewise.
19601         * soft-fp/ledf2.c: Likewise.
19602         * soft-fp/lesf2.c: Likewise.
19603         * soft-fp/letf2.c: Likewise.
19604         * soft-fp/muldf3.c: Likewise.
19605         * soft-fp/mulsf3.c: Likewise.
19606         * soft-fp/multf3.c: Likewise.
19607         * soft-fp/negdf2.c: Likewise.
19608         * soft-fp/negsf2.c: Likewise.
19609         * soft-fp/negtf2.c: Likewise.
19610         * soft-fp/op-1.h: Likewise.
19611         * soft-fp/op-2.h: Likewise.
19612         * soft-fp/op-4.h: Likewise.
19613         * soft-fp/op-8.h: Likewise.
19614         * soft-fp/op-common.h: Likewise.
19615         * soft-fp/quad.h: Likewise.
19616         * soft-fp/single.h: Likewise.
19617         * soft-fp/soft-fp.h: Likewise.
19618         * soft-fp/sqrtdf2.c: Likewise.
19619         * soft-fp/sqrtsf2.c: Likewise.
19620         * soft-fp/sqrttf2.c: Likewise.
19621         * soft-fp/subdf3.c: Likewise.
19622         * soft-fp/subsf3.c: Likewise.
19623         * soft-fp/subtf3.c: Likewise.
19624         * soft-fp/truncdfsf2.c: Likewise.
19625         * soft-fp/trunctfdf2.c: Likewise.
19626         * soft-fp/trunctfsf2.c: Likewise.
19627         * soft-fp/trunctfxf2.c: Likewise.
19628         * soft-fp/unorddf2.c: Likewise.
19629         * soft-fp/unordsf2.c: Likewise.
19630         * soft-fp/unordtf2.c: Likewise.
19632 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19634         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19635         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19637 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19639         * elf/dl-libc.c: Clear initfini list after freeing.
19641 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19643         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19644         * soft-fp/addsf3.c: Likewise.
19645         * soft-fp/addtf3.c: Likewise.
19646         * soft-fp/divdf3.c: Likewise.
19647         * soft-fp/divsf3.c: Likewise.
19648         * soft-fp/divtf3.c: Likewise.
19649         * soft-fp/double.h: Likewise.
19650         * soft-fp/eqdf2.c: Likewise.
19651         * soft-fp/eqsf2.c: Likewise.
19652         * soft-fp/eqtf2.c: Likewise.
19653         * soft-fp/extenddftf2.c: Likewise.
19654         * soft-fp/extended.h: Likewise.
19655         * soft-fp/extendsfdf2.c: Likewise.
19656         * soft-fp/extendsftf2.c: Likewise.
19657         * soft-fp/extendxftf2.c: Likewise.
19658         * soft-fp/fixdfdi.c: Likewise.
19659         * soft-fp/fixdfsi.c: Likewise.
19660         * soft-fp/fixdfti.c: Likewise.
19661         * soft-fp/fixsfdi.c: Likewise.
19662         * soft-fp/fixsfsi.c: Likewise.
19663         * soft-fp/fixsfti.c: Likewise.
19664         * soft-fp/fixtfdi.c: Likewise.
19665         * soft-fp/fixtfsi.c: Likewise.
19666         * soft-fp/fixtfti.c: Likewise.
19667         * soft-fp/fixunsdfdi.c: Likewise.
19668         * soft-fp/fixunsdfsi.c: Likewise.
19669         * soft-fp/fixunsdfti.c: Likewise.
19670         * soft-fp/fixunssfdi.c: Likewise.
19671         * soft-fp/fixunssfsi.c: Likewise.
19672         * soft-fp/fixunssfti.c: Likewise.
19673         * soft-fp/fixunstfdi.c: Likewise.
19674         * soft-fp/fixunstfsi.c: Likewise.
19675         * soft-fp/fixunstfti.c: Likewise.
19676         * soft-fp/floatdidf.c: Likewise.
19677         * soft-fp/floatdisf.c: Likewise.
19678         * soft-fp/floatditf.c: Likewise.
19679         * soft-fp/floatsidf.c: Likewise.
19680         * soft-fp/floatsisf.c: Likewise.
19681         * soft-fp/floatsitf.c: Likewise.
19682         * soft-fp/floattidf.c: Likewise.
19683         * soft-fp/floattisf.c: Likewise.
19684         * soft-fp/floattitf.c: Likewise.
19685         * soft-fp/floatundidf.c: Likewise.
19686         * soft-fp/floatundisf.c: Likewise.
19687         * soft-fp/floatunsidf.c: Likewise.
19688         * soft-fp/floatunsisf.c: Likewise.
19689         * soft-fp/floatuntidf.c: Likewise.
19690         * soft-fp/floatuntisf.c: Likewise.
19691         * soft-fp/floatuntitf.c: Likewise.
19692         * soft-fp/fmadf4.c: Likewise.
19693         * soft-fp/fmasf4.c: Likewise.
19694         * soft-fp/fmatf4.c: Likewise.
19695         * soft-fp/gedf2.c: Likewise.
19696         * soft-fp/gesf2.c: Likewise.
19697         * soft-fp/getf2.c: Likewise.
19698         * soft-fp/ledf2.c: Likewise.
19699         * soft-fp/lesf2.c: Likewise.
19700         * soft-fp/letf2.c: Likewise.
19701         * soft-fp/muldf3.c: Likewise.
19702         * soft-fp/mulsf3.c: Likewise.
19703         * soft-fp/multf3.c: Likewise.
19704         * soft-fp/negdf2.c: Likewise.
19705         * soft-fp/negsf2.c: Likewise.
19706         * soft-fp/negtf2.c: Likewise.
19707         * soft-fp/op-1.h: Likewise.
19708         * soft-fp/op-2.h: Likewise.
19709         * soft-fp/op-4.h: Likewise.
19710         * soft-fp/op-8.h: Likewise.
19711         * soft-fp/op-common.h: Likewise.
19712         * soft-fp/quad.h: Likewise.
19713         * soft-fp/single.h: Likewise.
19714         * soft-fp/soft-fp.h: Likewise.
19715         * soft-fp/sqrtdf2.c: Likewise.
19716         * soft-fp/sqrtsf2.c: Likewise.
19717         * soft-fp/sqrttf2.c: Likewise.
19718         * soft-fp/subdf3.c: Likewise.
19719         * soft-fp/subsf3.c: Likewise.
19720         * soft-fp/subtf3.c: Likewise.
19721         * soft-fp/truncdfsf2.c: Likewise.
19722         * soft-fp/trunctfdf2.c: Likewise.
19723         * soft-fp/trunctfsf2.c: Likewise.
19724         * soft-fp/trunctfxf2.c: Likewise.
19725         * soft-fp/unorddf2.c: Likewise.
19726         * soft-fp/unordsf2.c: Likewise.
19727         * soft-fp/unordtf2.c: Likewise.
19729 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19731         [BZ #15672]
19732         * misc/error.c (error_tail): Fix possible buffer overflow.
19734 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19736         [BZ #13028]
19737         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19738         address.
19740 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19742         [BZ #832]
19743         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19744         testing pipefail option.
19746 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19748         * soft-fp/double.h: Indent preprocessor directives inside #if.
19749         * soft-fp/extended.h: Likewise.
19750         * soft-fp/op-2.h: Likewise.
19751         * soft-fp/op-4.h: Likewise.
19752         * soft-fp/op-common.h: Likewise.
19753         * soft-fp/quad.h: Likewise.
19754         * soft-fp/single.h: Likewise.
19755         * soft-fp/soft-fp.h: Likewise.
19757 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19759         * iconv/iconv_prog.c: Fix typos.
19760         * stdio-common/psiginfo-data.h: Likewise.
19762 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19764         [BZ #15764]
19765         * locale/setlocale.c: Fix typo.
19767 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19769         [BZ #16036]
19770         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19771         signaling NaN arguments.
19772         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19773         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19775         [BZ #14910]
19776         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19777         unordered operands.
19778         * soft-fp/gesf2.c (__gesf2): Likewise.
19779         * soft-fp/getf2.c (__getf2): Likewise.
19780         * soft-fp/ledf2.c (__ledf2): Likewise.
19781         * soft-fp/lesf2.c (__lesf2): Likewise.
19782         * soft-fp/letf2.c (__letf2): Likewise.
19784         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19785         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19786         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19787         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19788         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19789         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19790         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19791         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19792         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19793         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19794         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19795         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19796         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19797         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19798         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19799         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19800         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19801         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19802         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19803         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19804         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19805         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19806         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19807         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19808         * soft-fp/floattidf.c (__floattidf): Likewise.
19809         * soft-fp/floattisf.c (__floattisf): Likewise.
19810         * soft-fp/floattitf.c (__floattitf): Likewise.
19811         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19812         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19813         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19814         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19815         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19816         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19817         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19818         * soft-fp/gesf2.c (__gesf2): Likewise.
19819         * soft-fp/getf2.c (__getf2): Likewise.
19820         * soft-fp/ledf2.c (__ledf2): Likewise.
19821         * soft-fp/lesf2.c (__lesf2): Likewise.
19822         * soft-fp/letf2.c (__letf2): Likewise.
19824         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19825         Undefine and redefine.
19826         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19827         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19828         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19829         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19830         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19831         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19832         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19833         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19834         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19835         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19836         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19837         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19838         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19839         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19840         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19842         [BZ #16032]
19843         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19844         without decrementing exponent if mantissa >= that for the
19845         denominator, not >.
19846         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19847         denominator, not >.  Decrement exponent in < case instead of
19848         incrementing in >= case.
19849         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19850         without decrementing exponent if mantissa >= that for the
19851         denominator, not >.
19853         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19854         computing saturated result for unsigned overflow.
19856 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19857             Jeff Law  <law@redhat.com>
19859         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19860         (atan2Mp): Add systemtap probe marker.
19861         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19862         (__ieee754_log): Add systemtap probe marker.
19863         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19864         (atanMp): Add systemtap probe marker.
19865         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19866         (tanMp): Add systemtap probe marker.
19867         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19868         (__slowexp): Add systemtap probe marker.
19869         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19870         (__slowpow): Add systemtap probe marker.
19871         * manual/probes.texi: Document probes.
19873 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19875         [BZ #15362]
19876         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19877         written.
19878         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19879         written.
19880         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19881         written to buffer but not flushed.
19882         * libio/iofwrite_u.c:  Likewise.
19883         * libio/iopadn.c:  Return bytes returned even if EOF was
19884         encountered.
19885         * libio/iowpadn.c:  Likewise.
19886         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19887         if _IO_padn does not write the whole buffer.
19888         [!COMPILE_WPRINTF] (PAD): Likewise.
19890 2013-10-10  David S. Miller  <davem@davemloft.net>
19892         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19893         directory block.
19895 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19897         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19898         instead of FSF address.
19899         * soft-fp/fixdfti.c: Likewise.
19900         * soft-fp/fixsfti.c: Likewise.
19901         * soft-fp/fixtfti.c: Likewise.
19902         * soft-fp/fixunsdfti.c: Likewise.
19903         * soft-fp/fixunssfti.c: Likewise.
19904         * soft-fp/fixunstfti.c: Likewise.
19905         * soft-fp/floattidf.c: Likewise.
19906         * soft-fp/floattisf.c: Likewise.
19907         * soft-fp/floattitf.c: Likewise.
19908         * soft-fp/floatuntidf.c: Likewise.
19909         * soft-fp/floatuntisf.c: Likewise.
19910         * soft-fp/floatuntitf.c: Likewise.
19911         * soft-fp/trunctfxf2.c: Likewise.
19913         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19914         * soft-fp/fixdfti.c: Likewise.
19915         * soft-fp/fixsfti.c: Likewise.
19916         * soft-fp/fixtfti.c: Likewise.
19917         * soft-fp/fixunsdfti.c: Likewise.
19918         * soft-fp/fixunssfti.c: Likewise.
19919         * soft-fp/fixunstfti.c: Likewise.
19920         * soft-fp/floattidf.c: Likewise.
19921         * soft-fp/floattisf.c: Likewise.
19922         * soft-fp/floattitf.c: Likewise.
19923         * soft-fp/floatuntidf.c: Likewise.
19924         * soft-fp/floatuntisf.c: Likewise.
19925         * soft-fp/floatuntitf.c: Likewise.
19926         * soft-fp/trunctfxf2.c: Likewise.
19928 2013-10-10  David S. Miller  <davem@davemloft.net>
19930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19932 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19934         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19935         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19936         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19937         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19938         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19939         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19940         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19942         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19943         for NaNs before doing comparisons on argument.
19944         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19945         Likewise.
19947 2013-10-10  Will Newton  <will.newton@linaro.org>
19949         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19950         passed to _int_memalign does not overflow.
19952 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19954         * scripts/bench.pl: Add include-sources directive.
19955         * benchtests/README: Update documentation.
19957 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19959         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19960         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19961         instead of FP_INIT_ROUNDMODE.
19962         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19963         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19965         [BZ #16034]
19966         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19967         copy class of input value.
19968         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19969         not handle exceptions.
19970         * soft-fp/negsf2.c (__negsf2): Likewise.
19971         * soft-fp/negtf2.c (__negtf2): Likewise.
19972         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19974 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19976         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19977         semicolon.  From Linux kernel.
19979 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19981         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19983 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19985         [BZ #156]
19986         * manual/socket.texi: Added statement about buffer
19987         for gethostbyname2_r.
19989 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19991         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19992         Use .p2align directive instead, throughout.
19993         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19994         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19995         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19996         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19997         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19998         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19999         * sysdeps/x86_64/strchr.S: Likewise.
20000         * sysdeps/x86_64/strrchr.S: Likewise.
20002 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20004         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20006         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20008         * sysdeps/generic/math_private.h (__mpsin1): Remove
20009         declaration.
20010         (__mpcos1): Likewise.
20011         (__mpsin): New argument __range_reduce.
20012         (__mpcos): Likewise.
20013         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20014         (slow): Use __mpsin and __mpcos.
20015         (slow1): Likewise.
20016         (slow2): Likewise.
20017         (sloww): Likewise.
20018         (sloww1): Likewise.
20019         (sloww2): Likewise.
20020         (bsloww): Likewise.
20021         (bsloww1): Likewise.
20022         (bsloww2): Likewise.
20023         (cslow2): Likewise.
20024         (csloww): Likewise.
20025         (csloww1): Likewise.
20026         (csloww2): Likewise.
20027         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20028         range_reduce.  Merge in __mpsin1.
20029         (__mpcos): Likewise.
20030         (__mpsin1): Remove.
20031         (__mpcos1): Likewise.
20033 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20035         * locale/loadlocale.c (_nl_intern_locale_data): Use
20036         LOCFILE_ALIGNED_P.
20037         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20038         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20039         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20040         obstack data is appropriately aligned.
20041         (obstack_int32_grow_fast): Likewise.
20042         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20043         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20044         (add_locale_uint32_array): Likewise.
20046 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20048         * benchtests/Makefile: Remove ARGLIST and RET variables.
20049         ($(objpfx)bench-%.c): Pass only function name to the script.
20050         * benchtests/README: Update documentation.
20051         * benchtests/acos-inputs: Add new directives.
20052         * benchtests/acosh-inputs: Likewise.
20053         * benchtests/asin-inputs: Likewise.
20054         * benchtests/asinh-inputs: Likewise.
20055         * benchtests/atan-inputs: Likewise.
20056         * benchtests/atanh-inputs: Likewise.
20057         * benchtests/cos-inputs: Likewise.
20058         * benchtests/cosh-inputs: Likewise.
20059         * benchtests/exp-inputs: Likewise.
20060         * benchtests/log-inputs: Likewise.
20061         * benchtests/pow-inputs: Likewise.
20062         * benchtests/rint-inputs: Likewise.
20063         * benchtests/sin-inputs: Likewise.
20064         * benchtests/sinh-inputs: Likewise.
20065         * benchtests/tan-inputs: Likewise.
20066         * benchtests/tanh-inputs: Likewise.
20067         * scripts/bench.pl: Add support for new directives.
20069 2013-10-07  Alan Modra  <amodra@gmail.com>
20071         * README: Fix careless merge.
20073 2013-10-05  Alan Modra  <amodra@gmail.com>
20075         * NEWS: Mention powerpc64le support and bugs fixed.
20076         * README: Both big-endian and little-endian powerpc64 supported.
20078 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20080         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20081         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20082         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20083         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20085 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20087         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20088         match prototype.
20090 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20092         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20093         Move -mhard-float appending from
20094         ports/sysdeps/powerpc/powerpc32/Makefile.
20095         [$(with-fp) = yes] (ASFLAGS): Likewise.
20096         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20097         * sysdeps/powerpc/nofpu: Move directory from
20098         ports/sysdeps/powerpc/nofpu.
20099         * sysdeps/powerpc/soft-fp: Move directory from
20100         ports/sysdeps/powerpc/soft-fp.
20101         * sysdeps/powerpc/powerpc32/405: Move directory from
20102         ports/sysdeps/powerpc/powerpc32/405.
20103         * sysdeps/powerpc/powerpc32/440: Move directory from
20104         ports/sysdeps/powerpc/powerpc32/440.
20105         * sysdeps/powerpc/powerpc32/464: Move directory from
20106         ports/sysdeps/powerpc/powerpc32/464.
20107         * sysdeps/powerpc/powerpc32/476: Move directory from
20108         ports/sysdeps/powerpc/powerpc32/476.
20109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20110         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20112         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20114         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20116         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20118         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20119         * README: Update for powerpc-*-linux-gnu software floating point
20120         support in libc.
20122         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20123         case to powerpc/powerpc32*.
20124         * sysdeps/unix/sysv/linux/configure: Regenerated.
20126         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20127         (_FPU_MASK_OM): Define as 0x04.
20128         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20129         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20130         0x00c10080.
20131         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20132         0x0000003c.
20133         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20136         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20137         getcontext_e500.
20138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20139         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20140         setcontext_e500.
20141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20142         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20143         and setcontext_e500.
20145 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20147         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20149 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20151         * manual/threads.texi (Default Thread Attributes): Fix typo.
20153 2013-10-04  Will Newton  <will.newton@linaro.org>
20155         * malloc/Makefile: Add tst-memalign.
20156         * malloc/tst-memalign.c: New file.
20158         * malloc/tst-posix_memalign.c: Add comments.
20159         (do_test): Add comments and call free on all potentially
20160         allocated pointers. Add space after cast.
20162         * malloc/tst-pvalloc.c: Add comments.
20163         (do_test): Add comments and call free on all potentially
20164         allocated pointers. Remove duplicate check for NULL pointer.
20165         Add space after cast.
20167         * malloc/tst-valloc.c: Add comments.
20168         (do_test): Add comments and call free on all potentially
20169         allocated pointers. Remove duplicate check for NULL pointer.
20170         Add space after cast.
20172 2013-10-04  Alan Modra  <amodra@gmail.com>
20174         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20175         Use stdint types in rather than __attribute__((mode())).
20176         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20178 2013-10-04  Alan Modra  <amodra@gmail.com>
20180         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20181         Correct handling of unaligned relocs for little-endian.
20182         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20184 2013-10-04  Alan Modra  <amodra@gmail.com>
20186         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20187         * configure: Regenerate.
20188         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20189         * shlib-versions: Likewise.
20191 2013-10-04  Alan Modra  <amodra@gmail.com>
20193         * string/tester.c (test_memrchr): Increment reported test cycle.
20195 2013-10-04  Alan Modra  <amodra@gmail.com>
20197         * string/test-memcpy.c (do_one_test): When reporting errors, print
20198         string address and don't overrun end of string.
20200 2013-10-04  Alan Modra  <amodra@gmail.com>
20202         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20203         insrdi.  Make better use of reg selection to speed exit slightly.
20204         Schedule entry path a little better.  Remove useless "are we done"
20205         checks on entry to main loop.  Handle wrapping around zero address.
20206         Correct main loop count.  Handle single left-over word from main
20207         loop inline rather than by using loop_small.  Remove extra word
20208         case in loop_small caused by wrong loop count.  Add little-endian
20209         support.
20210         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20211         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20212         cache hint.
20213         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20214         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20215         support.  Avoid rlwimi.
20216         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20218 2013-10-04  Alan Modra  <amodra@gmail.com>
20220         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20221         insrdi.  Formatting.
20222         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20223         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20224         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20225         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20226         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20227         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20229 2013-10-04  Alan Modra  <amodra@gmail.com>
20231         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20232         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20233         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20234         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20235         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20236         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20237         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20238         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20239         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20240         use of regs.  Use power7 mtocrf.  Tidy function tails.
20242 2013-10-04  Alan Modra  <amodra@gmail.com>
20244         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20245         Formatting.  Consistently use rXXX register defines or rN defines.
20246         Use early exit labels that avoid restoring unused non-volatile regs.
20247         Make cr field use more consistent with rWORDn compares.  Rename
20248         regs used as shift registers for unaligned loop, using rN defines
20249         for short lifetime/multiple use regs.
20250         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20251         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20252         addi 1,1,64 to pop stack frame.  Simplify return value code.
20253         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20255 2013-10-04  Alan Modra  <amodra@gmail.com>
20257         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20258         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20259         rather than rlwimi.
20260         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20261         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20262         little-endian support.  Correct typos.
20263         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20264         rather than rlwimi.
20265         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20266         in loop and entry code to keep "and." results.
20267         (strchr): Add little-endian support.  Comment.  Move cntlzd
20268         earlier in tail.
20269         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20271 2013-10-04  Alan Modra  <amodra@gmail.com>
20273         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20274         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20275         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20276         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20278 2013-10-04  Alan Modra  <amodra@gmail.com>
20280         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20281         (rTMP): Define as r11.
20282         (strcmp): Add little-endian support.  Optimise tail.
20283         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20284         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20285         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20286         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20287         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20288         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20289         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20291 2013-10-04  Alan Modra  <amodra@gmail.com>
20293         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20294         little-endian support.  Remove unnecessary "are we done" tests.
20295         Handle "s" wrapping around zero and extremely large "size".
20296         Correct main loop count.  Handle single left-over word from main
20297         loop inline rather than by using small_loop.  Correct comments.
20298         Delete "zero" tail, use "end_max" instead.
20299         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20301 2013-10-04  Alan Modra  <amodra@gmail.com>
20303         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20304         support.  Don't branch over align.
20305         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20306         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20307         support.  Rearrange tmp reg use to suit.  Comment.
20308         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20310 2013-10-04  Alan Modra  <amodra@gmail.com>
20312         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20314 2013-10-04  Alan Modra  <amodra@gmail.com>
20316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20317         conditional form of branch and link when obtaining pc.
20318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20320 2013-10-04  Alan Modra  <amodra@gmail.com>
20322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20323         HIWORD/LOWORD.
20324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20327 2013-10-04  Alan Modra  <amodra@gmail.com>
20329         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20330         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20331         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20332         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20333         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20334         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20335         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20336         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20337         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20338         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20340 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20341             Alistair Popple <alistair@ozlabs.au.ibm.com>
20342             Alan Modra <amodra@gmail.com>
20344         [BZ #15723]
20345         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20346         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20347         _dl_hwcap access for little-endian.
20348         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20349         destroy vmx regs when saving unaligned.
20350         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20351         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20352         destroy vmx regs when saving unaligned.
20354 2013-10-04  Alan Modra  <amodra@gmail.com>
20356         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20357         Don't use a union to pack hi/low value.
20359 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20361         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20362         for little-endian.
20363         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20364         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20365         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20366         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20367         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20369 2013-10-04  Alan Modra  <amodra@gmail.com>
20371         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20372         constants to usual value for .cst8 section, and remove redundant
20373         high address load.
20374         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20375         constant for 0x1p52.  Load little-endian words of double from
20376         correct stack offsets.
20378 2013-10-04  Alan Modra  <amodra@gmail.com>
20380         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20381         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20382         words of double from correct stack offsets.
20383         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20384         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20385         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20386         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20387         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20388         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20389         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20390         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20391         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20392         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20393         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20394         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20395         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20396         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20397         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20398         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20399         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20401 2013-10-04  Alan Modra  <amodra@gmail.com>
20403         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20404         64-bit int/double union.
20405         (_FPU_SETCW): Likewise.
20406         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20407         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20409 2013-10-04  Alan Modra  <amodra@gmail.com>
20411         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20412         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20414 2013-10-04  Alan Modra  <amodra@gmail.com>
20416         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20417         use vector int constants.
20418         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20420 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20422         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20423         array with long long.
20424         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20425         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20426         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20427         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20428         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20429         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20430         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20431         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20432         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20433         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20434         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20435         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20436         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20438 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20440         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20441         (__signbit): Likewise.  Correct for little-endian.
20442         (__signbitl): Call __signbit.
20443         (lrint): Correct for little-endian.
20444         (lrintf): Call lrint.
20446 2013-10-04  Alan Modra  <amodra@gmail.com>
20448         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20449         union 32-bit int array member with 64-bit int array.
20450         (t515, tm256): Double rather than long double.
20451         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20453 2013-10-04  Alan Modra  <amodra@gmail.com>
20455         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20456         Delete.
20457         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20458         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20459         version of math_ldbl.h.
20461 2013-10-04  Alan Modra  <amodra@gmail.com>
20463         [BZ #15734], [BZ #15735]
20464         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20465         all uses of ieee875 long double macros and unions.  Simplify test
20466         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20467         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20468         normalize after ldbl_extract_mantissa, and don't add hidden bit
20469         already handled.  Don't treat low word of ieee854 mantissa like
20470         low word of IBM long double and mask off bit when testing for
20471         zero.
20472         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20473         all uses of ieee875 long double macros and unions.  Simplify tests
20474         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20475         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20476         two1022, instead use their values.  Recognise that tests for large
20477         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20478         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20479         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20480         test for 0.0L and nan.  Correct negation.
20481         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20482         ieee875 long double macros and unions.  Correct output for large
20483         magnitude x.  Correct absolute value calculation.
20484         (__erfcl): Likewise.
20485         * math/libm-test.inc: Add tests for errors discovered in IBM long
20486         double versions of fmodl, remainderl, erfl and erfcl.
20488 2013-10-04  Alan Modra  <amodra@gmail.com>
20490         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20491         all uses of ieee854 long double macros and unions.  Simplify tests
20492         for long doubles that are fully specified by the high double.
20493         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20494         Likewise.
20495         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20496         Remove dead code too.
20497         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20498         (__ieee754_ynl): Likewise.
20499         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20500         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20501         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20502         Remove dead code too.
20503         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20504         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20505         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20506         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20507         Simplify.
20508         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20509         Simplify.
20510         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20511         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20512         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20513         Comment on variable precision.
20514         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20515         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20516         Likewise.
20517         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20518         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20519         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20520         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20521         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20523 2013-10-04  Alan Modra  <amodra@gmail.com>
20525         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20526         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20527         all uses of ieee854 long double macros and unions.
20528         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20529         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20530         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20531         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20532         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20533         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20534         Likewise.
20535         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20536         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20537         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20538         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20539         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20540         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20541         Simplify sign and nan test too.
20542         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20543         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20544         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20545         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20546         Likewise.
20547         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20548         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20549         Likewise.
20550         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20551         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20552         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20553         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20554         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20555         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20557 2013-10-04  Alan Modra  <amodra@gmail.com>
20559         * stdio-common/printf_size.c (__printf_size): Don't use
20560         union ieee854_long_double in fpnum union.
20561         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20562         signbit macro to retrieve sign from long double.
20563         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20564         retrieve sign from long double.
20565         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20566         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20567         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20568         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20569         * math/test-misc.c (main): Don't use union ieee854_long_double.
20571 2013-10-04  Alan Modra  <amodra@gmail.com>
20573         [BZ #15680]
20574         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20575         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20576         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20577         calculation.  Remove unnecessary test for denormal exponent.
20578         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20579         Correct handling of denormals.  Avoid undefined shift behaviour.
20580         Correct normalisation of low mantissa when low double is denormal.
20581         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20582         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20583         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20584         Correct normalisation of low mantissa.  Test for overflow of high
20585         mantissa and normalise.
20586         (ldbl_nearbyint): Use more readable constant for two52.
20587         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20588         (__mpn_construct_long_double): Fix test for overflow of high
20589         mantissa and correct normalisation.  Avoid undefined shift.
20591 2013-10-04  Alan Modra  <amodra@gmail.com>
20593         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20594         (union ibm_extended_long_double): Define as an array of ieee754_double.
20595         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20596         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20597         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20598         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20599         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20600         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20601         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20602         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20603         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20604         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20605         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20607 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20609         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20610         page size instead of calling getpagesize.
20612         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20613         (LOCFILE_ALIGN_MASK): Likewise.
20614         (LOCFILE_ALIGN_UP): Likewise.
20615         (LOCFILE_ALIGNED_P): Likewise.
20616         * locale/programs/ld-collate.c (collate_output): Use the new
20617         macros instead of __alignof__ (int32_t).
20618         * locale/weight.h (findidx): Likewise.
20620 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20622         [BZ #431]
20623         * manual/string.texi: Fix strncat and wcsncat.
20625 2013-10-03  Brooks Moses  <bmoses@google.com>
20627         [BZ #15915]
20628         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20629         * Makerules: ...here, and adjust associated comments.
20631 2013-10-02  Will Newton  <will.newton@linaro.org>
20633         * malloc/Makefile: Add tst-pvalloc.
20634         * malloc/tst-pvalloc.c: New file.
20636 2013-10-02  Will Newton  <will.newton@linaro.org>
20638         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20639         improve test coverage.
20641 2013-10-02  Will Newton  <will.newton@linaro.org>
20643         * malloc/Makefile: Add tst-posix_memalign.
20644         * malloc/tst-posix_memalign.c: New file.
20646 2013-10-01  Eric Blake  <eblake@redhat.com>
20648         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20649         Use __THROWNL rather than __THROW on static functions.
20651 2013-09-30  Petr Machata  <pmachata@redhat.com>
20653         * elf/elf.h (R_AARCH64_ABS16): New macro.
20654         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20655         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20656         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20657         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20658         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20659         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20660         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20661         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20662         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20663         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20664         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20665         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20666         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20667         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20668         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20669         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20670         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20671         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20672         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20673         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20674         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20675         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20676         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20677         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20678         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20679         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20680         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20681         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20682         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20683         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20684         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20685         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20686         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20687         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20688         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20689         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20690         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20691         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20692         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20693         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20694         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20695         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20696         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20697         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20698         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20699         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20700         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20701         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20702         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20703         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20704         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20705         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20706         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20707         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20708         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20709         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20710         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20711         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20712         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20713         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20714         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20715         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20716         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20717         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20718         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20719         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20720         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20721         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20722         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20723         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20724         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20725         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20726         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20727         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20728         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20729         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20730         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20731         (R_AARCH64_TLSDESC_LDR): Likewise.
20732         (R_AARCH64_TLSDESC_ADD): Likewise.
20733         (R_AARCH64_TLSDESC_CALL): Likewise.
20735 2013-09-30  Andreas Schwab  <schwab@suse.de>
20737         [BZ #15048]
20738         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20739         the nss database lookup.
20740         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20741         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20743 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20745         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20747 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20749         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20750         ${Bash-specific parameter/pattern/string} parameter expansion.
20751         * sysdeps/unix/make-syscalls.sh: Likewise.
20753 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20755         * sysdeps/sh/stackguard-macros.h: New file.
20757 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20759         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20760         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20761         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20762         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20763         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20764         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20766 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20768         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20769         Fix thread ID register.
20771 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20773         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20774         [POSIX || UNIX98]: Require rather than permitting all symbols from
20775         <time.h>.
20776         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20777         element of struct sched_param.
20778         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20779         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20780         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20781         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20782         constant.
20784 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20786         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20787         argument calculation.
20789 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20791         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20792         Expect macro.
20793         [POSIX] (pthread_attr_t): Do not require type.
20794         [POSIX] (pthread_cond_t): Likewise.
20795         [POSIX] (pthread_condattr_t): Likewise.
20796         [POSIX] (pthread_key_t): Likewise.
20797         [POSIX] (pthread_mutex_t): Likewise.
20798         [POSIX] (pthread_mutexattr_t): Likewise.
20799         [POSIX] (pthread_once_t): Likewise.
20800         [POSIX] (pthread_t): Likewise.
20801         [POSIX-based standards] (pthread_atfork): Expect function.
20803 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20804             Richard Sandiford  <richard@codesourcery.com>
20806         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20807         (swap_endianness_p): New extern variable.
20808         (set_big_endian): New inline function.
20809         (maybe_swap_uint32): Likewise.
20810         (maybe_swap_uint32_array): Likewise.
20811         (maybe_swap_uint32_obstack): Likewise.
20812         * locale/programs/locfile.c: Include <stdbool.h>.
20813         (swap_endianness_p): New variable.
20814         (add_locale_uint32): Call maybe_swap_uint32.
20815         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20816         (write_locale_data): Call maybe_swap_uint32_array.
20817         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20818         maybe_swap_uint32.
20819         (obstack_int32_grow_fast): Likewise.
20820         (output_weightwc): Call maybe_swap_uint32_obstack.
20821         (collate_output): Likewise.
20822         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20823         (OPT_LITTLE_ENDIAN): Likewise.
20824         (options): Add --little-endian and --big-endian options.
20825         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20826         * locale/programs/locarchive.c: Include "locfile.h".
20827         (GET): New macro.
20828         (SET): Likewise.
20829         (INC): Likewise.
20830         (create_archive): Use the new macros to access fields of
20831         structures directly mapped from or written to locale archives.
20832         (oldlocrecentcmp): Likewise.
20833         (enlarge_archive): Likewise.
20834         (insert_name): Likewise.
20835         (add_alias): Likewise.
20836         (add_locale): Likewise.
20837         (delete_locales_from_archive): Likewise.
20838         (show_archive_content): Likewise.
20839         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20840         locale data.
20842 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20844         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20845         http://www.gnu.org/doc/freemanuals.texi.
20846         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20848 2013-09-24  Will Newton  <will.newton@linaro.org>
20850         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20851         macro.
20853 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20855         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20856         unsigned char.
20858 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20860         * manual/threads.texi (POSIX Threads): Fix a typo.
20862 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20864         [BZ #14547]
20865         * string/tst-strcoll-overflow.c: New test case.
20866         * string/Makefile (xtests): Add tst-strcoll-overflow.
20867         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20868         cache if string sizes may cause integer overflow.
20870         [BZ #14547]
20871         * string/strcoll_l.c (coll_seq): New members rule, idx,
20872         save_idx and back_us.
20873         (get_next_seq_nocache): New function.
20874         (do_compare_nocache): New function.
20875         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20876         when malloc fails.
20878 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20880         [BZ #15754]
20881         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20882         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20883         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20885         [BZ #15754]
20886         * elf/Makefile (tests): Add tst-ptrguard1.
20887         (tests-static): Add tst-ptrguard1-static.
20888         (tst-ptrguard1-ARGS): Define.
20889         (tst-ptrguard1-static-ARGS): Define.
20890         * elf/tst-ptrguard1.c: New file.
20891         * elf/tst-ptrguard1-static.c: New file.
20892         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20893         * sysdeps/i386/stackguard-macros.h: Likewise.
20894         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20895         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20896         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20897         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20898         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20899         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20901 2013-09-23  Hector Marco  <hecmargi@upv.es>
20902             Ismael Ripoll  <iripoll@disca.upv.es>
20903             Carlos O'Donell  <carlos@redhat.com>
20905         [BZ #15754]
20906         * sysdeps/generic/stackguard-macros.h: Define
20907         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20908         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20909         Define __pointer_chk_guard_local.
20910         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20911         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20913 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20915         [BZ #15859]
20916         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20918 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20920         * include/string.h (__ffs): Declare as hidden.
20921         * string/ffs.c (__ffs): Define as hidden.
20922         * sysdeps/i386/ffs.c (__ffs): Likewise.
20923         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20924         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20925         * sysdeps/s390/ffs.c (__ffs): Likewise.
20926         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20928 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20930         * NEWS: Mention malloc probes.
20932         * malloc/arena.c (new_heap): New memory_heap_new probe.
20933         (grow_heap): New memory_heap_more probe.
20934         (shrink_heap): New memory_heap_less probe.
20935         (heap_trim): New memory_heap_free probe.
20936         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20937         (systrim): New memory_sbrk_less probe.
20938         * manual/probes.texi: Document them.
20940         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20941         * manual/probes.texi: Document it.
20943         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20944         (__libc_realloc): Add memory_realloc_retry probe.
20945         (__libc_memalign): Add memory_memalign_retry probe.
20946         (__libc_valloc): Add memory_valloc_retry probe.
20947         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20948         (__libc_calloc): Add memory_calloc_retry probe.
20949         * manual/probes.texi: Document them.
20951         * malloc/arena.c (get_free_list): Add probe
20952         memory_arena_reuse_free_list.
20953         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20954         and memory_arena_reuse.
20955         (arena_get2) [!PER_THREAD]: Likewise.
20956         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20957         memory_arena_reuse_realloc.
20958         * manual/probes.texi: Document them.
20960         * malloc/malloc.c (__libc_free): Add
20961         memory_mallopt_free_dyn_thresholds probe.
20962         (__libc_mallopt): Add multiple memory_mallopt probes.
20963         * manual/probes.texi: Document them.
20965         * malloc/malloc.c: Include stap-probe.h.
20966         (__libc_mallopt): Add memory_mallopt probe.
20967         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20968         * manual/probes.texi: New.
20969         * manual/Makefile (chapters): Add probes.
20970         * manual/threads.texi: Set next node.
20972 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20974         [BZ #15963, #13985]
20975         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20976         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20977         Add `Chinese' to `nan' entry name.
20979 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20981         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20982         (POLYNOMIAL): Likewise.
20983         (TAYLOR_SINCOS): Likewise.
20984         (TAYLOR_SLOW): Likewise.
20985         (__sin): Use TAYLOR_SINCOS.
20986         (__cos): Likewise.
20987         (slow): Use TAYLOR_SLOW.
20988         (sloww): Likewise.
20989         (bsloww): Likewise.
20990         (csloww): Likewise.
20992 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20994         * stdlib/strtod_l.c: Fix buffer overrun.
20996 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20998         * benchtests/Makefile (bench): Add sincos.
20999         * benchtests/bench-sincos.c: New file.
21001         * math/libm-test.inc (cos_test_data): New test inputs.
21002         (sin_test_data): Likewise.
21004         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21005         macro.
21006         (__sin): Use it.
21007         (__cos): Likewise.
21008         (slow1): Likewise.
21009         (slow2): Likewise.
21010         (sloww1): Likewise.
21011         (sloww2): Likewise.
21012         (bsloww1): Likewise.
21013         (bsloww2): Likewise.
21014         (cslow2): Likewise.
21015         (csloww1): Likewise.
21016         (csloww2): Likewise.
21018         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21019         function.
21020         (__sin): Use it.
21021         (__cos): Likewise.
21023         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21024         gotos.
21025         (__cos): Likewise.
21027 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21029         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21030         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21031         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21032         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21033         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21034         * elf/cache.c (print_entry): Handle the new cache flags.
21036 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21037             Aldy Hernandez  <aldyh@redhat.com>
21039         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21040         Change condition to [_SOFT_FLOAT].
21041         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21042         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21043         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21044         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21045         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21046         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21047         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21048         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21049         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21050         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21051         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21052         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21053         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21054         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21055         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21056         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21057         declaration.
21059 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21061         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21062         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21063         (__longjmp): Use LOAD_GP to load saved GPRs.
21064         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21065         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21066         (__sigsetjmp): Use SAVE_GP to save GPRs.
21068         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21069         Do not append -msoft-float.
21070         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21072 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21074         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21076 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21078         [BZ #15966]
21079         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21080         (_FPU_GETCW): Use initial "__" on variable and field names but not
21081         on macro parameter name.
21082         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21083         parentheses around reference to macro parameter.
21085 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21087         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21088         prototype.
21089         (ctype_startup): Use uint32_t in cast and sizeof for
21090         ctype->charnames.
21092 2013-09-11  Jia Liu  <proljc@gmail.com>
21094         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21095         __daddr_t_defined.
21096         [__FreeBSD__]: Likewise.
21098 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21100         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21101         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21102         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21103         (strchr): Remove __strchr_sse42 ifunc selection.
21104         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21105         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21107 2013-09-11  Will Newton  <will.newton@linaro.org>
21109         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21110         parameter to RES. Remove hardcoded 1000 value.
21111         * benchtests/bench-skeleton.c (main): Pass RES parameter
21112         to TIMING_INIT and multiply result by 1000.
21114 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21116         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21118 2013-09-11  Andreas Schwab  <schwab@suse.de>
21120         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21121         if not defined.
21122         (O_TMPFILE) [__USE_GNU]: Define.
21123         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21124         Define.
21126 2013-09-11  Will Newton  <will.newton@linaro.org>
21128         [BZ #15857]
21129         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21130         does not overflow.
21132 2013-09-11  Will Newton  <will.newton@linaro.org>
21134         [BZ #15856]
21135         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21136         does not overflow.
21138 2013-09-11  Will Newton  <will.newton@linaro.org>
21140         [BZ #15855]
21141         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21142         does not overflow.
21144 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21146         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21147         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21148         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21149         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21150         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21152 2013-09-10  Allan McRae  <allan@archlinux.org>
21154         [BZ #15748]
21155         * manual/arith.texi (Parsing of Floats): Clarify
21156         cross-reference.
21158         [BZ #15849]
21159         * manual/install.texi (Running make install): Mention
21160         --enable-pt-chown.
21161         * INSTALL: Regenerated.
21163 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21165         * csu/init-first.c (_init): Remove the !SHARED condition around
21166         FPU control word initialization.
21167         * elf/dl-support.c (_dl_fpu_control): New variable.
21168         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21169         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21170         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21171         * math/test-fpucw-static.c: New file.
21172         * math/test-fpucw-ieee.c: New file.
21173         * math/test-fpucw-ieee-static.c: New file.
21174         * math/Makefile (tests): Add `test-fpucw-ieee' and
21175         `$(tests-static)'.
21176         (tests-static): New variable.
21177         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21178         dependency to...
21179         [($(build-shared),yes)]
21180         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21181         ... this.
21182         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21183         New dependency.
21185 2013-09-09  Allan McRae  <allan@archlinux.org>
21187         [BZ #15939]
21188         * manual/string.texi (Collation Functions): Fix typo in
21189         strcoll example.
21190         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21192         [BZ #15893]
21193         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21195         [BZ #15892]
21196         * libio/memstream.c (open_memstream): Fix memory leak.
21197         * libio/wmemstream.c (open_wmemstream): Likewise.
21199         [BZ #15895]
21200         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21202 2013-09-09  Will Newton  <will.newton@linaro.org>
21204         * malloc/Makefile: Add tst-realloc to tests.
21205         * malloc/tst-realloc.c: New file.
21207 2013-09-09  Allan McRae  <allan@archlinux.org>
21209         [BZ #15844]
21210         * COPYING: Update from GNU website to fix FSF address.
21211         * COPYING.LIB: Likewise.
21213 2013-09-06  David S. Miller  <davem@davemloft.net>
21215         * po/zh_TW.po: Update Chinese (traditional) translation from
21216         translation project.
21218 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21219             Joseph Myers  <joseph@codesourcery.com>
21221         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21222         "localeinfo.h".
21223         (obstack_chunk_alloc): New macro.
21224         (obstack_chunk_free): Likewise.
21225         (record_offset): New function.
21226         (init_locale_data): Likewise.
21227         (align_locale_data): Likewise.
21228         (add_locale_empty): Likewise.
21229         (add_locale_raw_data): Likewise.
21230         (add_locale_raw_obstack): Likewise.
21231         (add_locale_string): Likewise.
21232         (add_locale_wstring): Likewise.
21233         (add_locale_uint32): Likewise.
21234         (add_locale_uint32_array): Likewise.
21235         (add_locale_char): Likewise.
21236         (start_locale_structure): Likewise.
21237         (end_locale_structure): Likewise.
21238         (start_locale_prelude): Likewise.
21239         (end_locale_prelude): Likewise.
21240         (write_locale_data): Take locale_file structure rather than an
21241         iovec.
21242         * locale/programs/locfile.h: Include "obstack.h".
21243         (struct locale_file): Change to store locale file contents instead
21244         of header.
21245         (init_locale_data): New prototype.
21246         (align_locale_data): Likewise.
21247         (add_locale_empty): Likewise.
21248         (add_locale_raw_data): Likewise.
21249         (add_locale_raw_obstack): Likewise.
21250         (add_locale_string): Likewise.
21251         (add_locale_wstring): Likewise.
21252         (add_locale_uint32): Likewise.
21253         (add_locale_uint32_array): Likewise.
21254         (add_locale_char): Likewise.
21255         (start_locale_structure): Likewise.
21256         (end_locale_structure): Likewise.
21257         (start_locale_prelude): Likewise.
21258         (end_locale_prelude): Likewise.
21259         (write_locale_data): Update prototype.
21260         * locale/programs/3level.h (struct TABLE): Remove result field.
21261         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21262         Use new locale_file interface.
21263         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21264         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21265         * locale/programs/ld-address.c (address_output): Use new
21266         locale_file interface.
21267         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21268         NO_ADD_LOCALE.
21269         (collate_finish): Don't call collseq_table_finalize.
21270         (collate_output): Use new locale_file interface.
21271         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21272         in file.
21273         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21274         (TABLE): Move defines earlier in file.
21275         (ELEMENT): Likewise.
21276         (DEFAULT): Likewise.
21277         (wctrans_table_add): Move macro and inline function earlier in
21278         file.
21279         (struct wctype_table): Move type earlier in file.
21280         (add_locale_wctype_table): New static prototype.
21281         (struct locale_ctype_t): Use logical types instead of struct iovec
21282         pointers for members.
21283         (ctype_output): Use new locale_file interface.
21284         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21285         new locale_file interface.
21286         (allocate_arrays): Update for use of new locale_file interface.
21287         * locale/programs/ld-identification.c (identification_output): Use
21288         new locale_file interface.
21289         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21290         * locale/programs/ld-messages.c (messages_output): Likewise.
21291         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21292         * locale/programs/ld-name.c (name_output): Likewise.
21293         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21294         * locale/programs/ld-paper.c (paper_output): Likewise.
21295         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21296         * locale/programs/ld-time.c (time_output): Likewise.
21298 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21300         * benchtests/Makefile: Add memrchr benchmark.
21301         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21302         benchmark as memrchr.
21303         * benchtests/bench-memrchr-ifunc.c: New file.
21304         * benchtests/bench-memrchr.c: New file.
21306 2013-09-06   Will Newton  <will.newton@linaro.org>
21308         * benchtests/Makefile (string-bench): Add memcpy.
21310 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21311             Cong Wang  <amwang@redhat.com>
21313         [BZ #15850]
21314         * sysdeps/unix/sysv/linux/bits/in.h
21315         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21316         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21317         before __USE_KERNEL_IPV6_DEFS uses.
21318         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21319         IPPROTO_BEETPH.
21320         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21321         sockaddr_in6, or ipv6_mreq.
21323 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21325         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21326         memory access for final bytes in some large inputs.
21327         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21329 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21331         * string/test-memrchr.c: New file.
21332         * string/test-memrchr-ifunc.c: New file.
21333         * string/Makefile: Add new memrchr testcase.
21335 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21337         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21338         fanotify_init returns EPERM.
21340 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21342         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21343         errors.
21344         (top level): Treat second token from macro or constant entries for
21345         allowed headers as allowed.
21346         * include/complex.h: Condition internal declarations on
21347         [!_ISOMAC].
21348         * include/fenv.h: Condition include of <stdbool.h> and internal
21349         declarations on [!_ISOMAC].
21351 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21353         [BZ #15923]
21354         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21356 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21358         * configure.in (--enable-versioning): Remove configure option.
21359         (libc_cv_asm_symver_directive): Remove configure test.
21360         (libc_cv_ld_version_script_option): Likewise.
21361         (VERSIONING): Remove variable and AC_SUBST.
21362         (DO_VERSIONING): Remove AC_DEFINE.
21363         * configure: Regenerated.
21364         * config.h.in (DO_VERSIONING): Remove macro.
21365         * Makerules [$(versioning) = yes]: Change conditionals to
21366         [$(build-shared) = yes].
21367         * config.make.in (versioning): Remove variable.
21368         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21369         [$(build-shared) = yes].
21370         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21371         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21372         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21373         [$(build-shared) = yes].
21374         * extra-lib.mk [$(versioning) = yes]: Likewise.
21375         * hurd/Makefile [$(versioning) = yes]: Likewise.
21376         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21377         [SHARED].
21378         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21379         [SHARED].
21380         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21381         [SHARED && !NO_HIDDEN].
21382         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21383         [SHARED].
21384         [SHARED && DO_VERSIONING]: Likewise..
21385         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21386         [$(build-shared) = yes].
21387         * manual/install.texi (--disable-versioning): Remove
21388         documentation.
21389         * INSTALL: Regenerated.
21390         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21391         to [SHARED].
21392         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21393         [$(build-shared) = yes].
21394         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21395         * sysdeps/i386/i686/multiarch/strstr-c.c
21396         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21397         [SHARED && !NO_HIDDEN].
21398         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21399         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21400         * sysdeps/powerpc/powerpc32/dl-machine.c
21401         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21402         * sysdeps/powerpc/powerpc32/sysdep.h
21403         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21404         to [SHARED && PIC && !NO_HIDDEN].
21405         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21406         conditional to [SHARED].
21408 2013-09-04   Will Newton  <will.newton@linaro.org>
21410         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21411         * benchtests/bench-string.h: Include bench-timing.h instead
21412         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21413         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21414         call to HP_TIMING_DIFF_INIT.
21415         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21416         instead of hp-timing.h macros.
21417         * benchtests/bench-memchr.c: Likewise.
21418         * benchtests/bench-memcmp.c: Likewise.
21419         * benchtests/bench-memcpy.c: Likewise.
21420         * benchtests/bench-memmem.c: Likewise.
21421         * benchtests/bench-memmove.c: Likewise.
21422         * benchtests/bench-memset.c: Likewise.
21423         * benchtests/bench-rawmemchr.c: Likewise.
21424         * benchtests/bench-strcasecmp.c: Likewise.
21425         * benchtests/bench-strcasestr.c: Likewise.
21426         * benchtests/bench-strcat.c: Likewise.
21427         * benchtests/bench-strchr.c: Likewise.
21428         * benchtests/bench-strcmp.c: Likewise.
21429         * benchtests/bench-strcpy.c: Likewise.
21430         * benchtests/bench-strcpy_chk.c: Likewise.
21431         * benchtests/bench-strlen.c: Likewise.
21432         * benchtests/bench-strncasecmp.c: Likewise.
21433         * benchtests/bench-strncat.c: Likewise.
21434         * benchtests/bench-strncmp.c: Likewise.
21435         * benchtests/bench-strncpy.c: Likewise.
21436         * benchtests/bench-strnlen.c: Likewise.
21437         * benchtests/bench-strpbrk.c: Likewise.
21438         * benchtests/bench-strrchr.c: Likewise.
21439         * benchtests/bench-strspn.c: Likewise.
21440         * benchtests/bench-strstr.c: Likewise.
21442 2013-09-04  Will Newton  <will.newton@linaro.org>
21444         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21446 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21448         [BZ #15427]
21449         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21450         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21451         * math/libm-test.inc (lgamma_test_data): Add more tests.
21452         * sysdeps/i386/fpu/libm-test-ulps: Update.
21453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21455 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21457         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21458         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21459         Add ifunc.
21460         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21461         Add strcmp-sse2-unaligned
21462         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21464 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21466         * Versions.def (libc): Add GLIBC_2.19.
21468 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21470         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21471         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21473 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21475         [BZ #14155]
21476         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21477         intermediate calculations in recurrence.
21478         (__ieee754_ynf): Likewise.
21479         * math/libm-test.inc (jn_test_data): Do not allow spurious
21480         underflow exception.  Add more tests.
21481         (yn_test_data): Add more tests.
21482         * sysdeps/i386/fpu/libm-test-ulps: Update.
21483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21485 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21487         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21489 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21491         * csu/init-first.c: Fix then/than typos.
21492         * locale/programs/ld-collate.c: Likewise.
21493         * locale/programs/linereader.h: Likewise.
21494         * manual/charset.texi: Likewise.
21495         * manual/filesys.texi: Likewise.
21496         * manual/stdio.texi: Likewise.
21497         * manual/string.texi: Likewise.
21498         * stdlib/fmtmsg.c: Likewise.
21499         * sysdeps/i386/stpncpy.S: Likewise.
21500         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21501         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21502         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21503         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21505 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21507         * elf/dl-open.c: Fix typos.
21508         * iconvdata/gbbig5.c: Likewise.
21509         * iconvdata/iso-2022-jp.c: Likewise.
21510         * iconv/gconv_int.h: Likewise.
21511         * iconv/loop.c: Likewise.
21512         * nis/rpcsvc/nis.h: Likewise.
21513         * resolv/ns_name.c: Likewise.
21514         * stdio-common/vfscanf.c: Likewise.
21515         * streams/stropts.h: Likewise.
21516         * sunrpc/rpc_thread.c: Likewise.
21517         * sysdeps/i386/strpbrk.S: Likewise.
21518         * sysdeps/ieee754/k_standard.c: Likewise.
21519         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21520         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21521         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21522         * sysdeps/mach/hurd/profil.c: Likewise.
21523         * sysdeps/s390/dl-procinfo.h: Likewise.
21524         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21525         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21526         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21527         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21528         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21530 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21532         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21533         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21535 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21537         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21538         aix specific files.
21539         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21540         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21541         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21542         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21543         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21544         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21545         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21546         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21548 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21549             Roland McGrath  <roland@hack.frob.com>
21551         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21552         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21554 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21556         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21557         __executable_start symbol instead of _start.
21559 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21561         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21562         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21563         Move macros to...
21564         * sysdeps/gnu/ldsodefs.h: ... this new file.
21566         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21567         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21568         instead of ELFOSABI_LINUX.
21570         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21571         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21572         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21573         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21574         Likewise.
21575         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21576         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21577         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21578         Likewise.
21579         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21580         (ibm_extended_long_double): Add ieee_nan member.
21581         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21582         (do_test): New function.
21584         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21585         TEST_TRUNC.
21586         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21587         functions, renamed from truncdfsf_test, trunctfsf_test,
21588         trunctfdf_test.
21589         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21590         functions.
21591         (do_test): Run all these.
21593 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21595         * argp/argp-help.c: Fix typos.
21596         * argp/argp-parse.c: Likewise.
21597         * debug/backtracesyms.c: Likewise.
21598         * elf/elf.h: Likewise.
21599         * malloc/malloc.c: Likewise.
21600         * nis/nis_print.c: Likewise.
21601         * resolv/res_comp.c: Likewise.
21602         * stdlib/stdlib.h: Likewise.
21603         * sunrpc/clnt_tcp.c: Likewise.
21604         * sunrpc/clnt_udp.c: Likewise.
21605         * sunrpc/clnt_unix.c: Likewise.
21606         * sysdeps/unix/bsd/ptsname.c: Likewise.
21607         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21608         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21610         Likewise.
21611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21612         Likewise.
21613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21614         Likewise.
21615         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21617 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21619         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21620         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21622 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21624         [BZ #15897]
21625         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21626         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21627         ($(objpfx)bug-dl-leaf): New rule.
21628         ($(objpfx)bug-dl-leaf.so): Likewise.
21629         ($(objpfx)bug-dl-leaf.out): Likewise.
21630         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21631         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21632         * dlfcn/bug-dl-leaf.c: New test.
21633         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21634         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21635         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21636         (dlclose): Likewise.
21637         (dlmopen): Likewise.
21639 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21641         * include/netdb.h [!_ISOMAC]:
21642         Don't include <tls.h>.
21643         (h_errno, __libc_h_errno): Move declaration and macros out of
21644         [_LIBC_REENTRANT].
21646         * include/resolv.h [_RESOLV_H_]:
21647         Don't include <tls.h>.
21648         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21649         * resolv/res_libc.c: Don't include <tls.h>.
21650         (_res): Use __attribute__ ((nocommon)) in place of
21651         __attribute__ ((section (".bss"))).
21653         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21654         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21656         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21658         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21659         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21661         * resolv/res_mkquery.c: Include <sys/time.h>.
21663         * inet/ifreq.c: Moved to ...
21664         * sysdeps/unix/ifreq.c: ... here.
21665         * inet/ifreq.c: New file, true stub version.
21667         * socket/sa_len.c: New file.
21668         * socket/Makefile (aux): Add it.
21669         * sysdeps/unix/sysv/linux/Makefile
21670         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21671         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21672         and #include <socket/sa_len.c>.
21673         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21674         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21676         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21677         * bits/socket.h: ... here.
21679         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21680         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21681         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21683 2013-08-27  Andreas Schwab  <schwab@suse.de>
21685         [BZ #15736]
21686         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21687         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21688         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21689         * string/test-strcasecmp.c (test_main): Run tests in several
21690         locales.
21691         * string/test-strncasecmp.c (test_main): Likewise.
21693         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21694         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21695         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21696         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21697         (__strncasecmp_ssse3) [PIC]: Likewise.
21699 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21701         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21703         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21704         instead of explicitly declaring xdecrypt.
21705         * nis/nss_nis/nis-publickey.c: Likewise.
21707 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21709         [BZ #15890]
21710         * nscd/aicache.c: Include res_hconf.h.
21711         (addhstaiX): Initialize res_hconf.
21713 2013-08-26  Andreas Schwab  <schwab@suse.de>
21715         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21716         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21718 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21720         * nscd/aicache.c (addhstaiX): Fix indentation.
21722 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21724         * configure.ac: Quote $build_pt_chown test.
21725         * configure: Regenerated.
21727 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21729         [BZ #15532]
21730         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21731         * math/s_cexpf.c (__cexpf): Likewise.
21732         * math/s_cexpl.c (__cexpl): Likewise.
21733         * math/libm-test.inc (cexp_test_data): Correct expected return
21734         value for NaN + i0.  Add another test.
21736 2013-08-22  David S. Miller  <davem@davemloft.net>
21738         * po/ca.po: Update Catalan translation from translation project.
21739         * po/uk.po: Add Ukrainian translations from translation project.
21741 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21743         [BZ #15797]
21744         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21745         is infinite, not alongside NaN test.
21746         * math/s_fdimf.c (__fdimf): Likewise.
21747         * math/s_fdiml.c (__fdiml): Likewise.
21748         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21749         errno is unchanged.
21751 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21753         * argp/argp-help.c: Fix typos.
21754         * crypt/speeds.c: Likewise.
21755         * csu/check_fds.c: Likewise.
21756         * elf/dl-load.c: Likewise.
21757         * elf/dl-open.c: Likewise.
21758         * elf/reldep3.c: Likewise.
21759         * elf/reldep.c: Likewise.
21760         * elf/sprof.c: Likewise.
21761         * iconv/iconv_charmap.c: Likewise.
21762         * iconv/skeleton.c: Likewise.
21763         * iconv/strtab.c: Likewise.
21764         * io/lockf64.c: Likewise.
21765         * libio/libioP.h: Likewise.
21766         * resolv/gai_notify.c: Likewise.
21767         * resolv/ns_name.c: Likewise.
21768         * resolv/ns_samedomain.c: Likewise.
21769         * resolv/res_send.c: Likewise.
21770         * stdlib/random.c: Likewise.
21771         * sunrpc/rpc/xdr.h: Likewise.
21772         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21773         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21774         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21775         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21776         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21777         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21778         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21779         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21780         * sysdeps/mach/hurd/check_fds.c: Likewise.
21781         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21782         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21783         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21784         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21785         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21786         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21787         * sysdeps/pthread/aio_notify.c: Likewise.
21788         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21789         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21790         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21791         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21792         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21794 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21796         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21797         version if bit_Slow_SSE4_2 is set.
21798         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21799         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21801 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21803         [BZ #15867]
21804         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21805         trampoline stack frame information.
21806         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21807         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21808         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21809         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21810         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21811         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21812         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21813         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21814         sa_flags value.
21815         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21816         interrupting a syscall and set with option SA_SIGINFO.
21818 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21820         [BZ #15531]
21821         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21822         argument is infinite.
21823         * math/s_cprojf.c (__cprojf): Likewise.
21824         * math/s_cprojl.c (__cprojl): Likewise.
21825         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21826         * math/libm-test.inc (cproj_test_data): Add more tests.
21828         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21830         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21831         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21832         size.  Use __ffs to determine corresponding shift.
21834 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21835             Roland McGrath  <roland@hack.frob.com>
21837         * Makefile (INSTALL): Remove trailing blank lines from output of
21838         makeinfo.
21840 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21842         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21843         Align 32 bit compat elf_greg to 8 bytes.
21845 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21847         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21849 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21851         * string/strcoll_l.c (coll_seq): New structure.
21852         (get_next_seq_cached): New function.
21853         (get_next_seq): New function.
21854         (do_compare): New function.
21855         (STRCOLL): Use GNU style definition.  Simplify implementation
21856         by using get_next_seq, get_next_seq_cached and do_compare.
21858 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21860         [BZ #14699]
21861         CVE-2013-4237
21862         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21863         member.
21864         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21865         member.
21866         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21867         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21868         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21869         conditional.
21870         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21871         GETDENTS_64BIT_ALIGNED.
21872         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21873         * manual/filesys.texi (Reading/Closing Directory): Document
21874         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21875         strongly.
21876         * manual/conf.texi (Limits for Files): Add portability note to
21877         NAME_MAX, PATH_MAX.
21878         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21880 2013-08-13  Andreas Schwab  <schwab@suse.de>
21882         [BZ #15749]
21883         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21884         of fabs.
21885         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21886         LDBL_MAX_EXP >= 16384]: Add tests for it.
21888 2013-08-12  David S. Miller  <davem@davemloft.net>
21890         * version.h (RELEASE): Set to "development".
21891         (VERSION): Set to "2.18.90".
21892         * NEWS: Add 2.19 section.
21894 2013-08-03  David S. Miller  <davem@davemloft.net>
21896         * po/ko.po: Update Korean translation from translation project.
21898 2013-08-01  David S. Miller  <davem@davemloft.net>
21900         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21901         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21902         Bilka.
21904 2013-07-30  David S. Miller  <davem@davemloft.net>
21906         * po/fr.po: Update French translation from translation project.
21908 2013-07-28  David S. Miller  <davem@davemloft.net>
21910         * po/cs.po: Update Czech translation from translation project.
21912         * po/sv.po: Update Swedish translation from translation project.
21914 2013-07-27  David S. Miller  <davem@davemloft.net>
21916         * po/eo.po: Update Esperanto translation from translation project.
21918         * po/vi.po: Update Vietnamese translation from translation project.
21920         * po/de.po: Update German translation from translation project.
21922 2013-07-26  David S. Miller  <davem@davemloft.net>
21924         * po/bg.po: Update Bulgarian translation from translation project.
21926         * po/nl.po: Update Dutch translation from translation project.
21927         * po/pl.po: Update Polish translation from translation project.
21928         * po/ru.po: Update Russian translation from translation project.
21930 2013-07-24  David S. Miller  <davem@davemloft.net>
21932         * po/libc.pot: Update.
21934 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21936         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21937         variable page size.
21938         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21939         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21940         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21942 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21944         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21946 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21947             Andreas Schwab  <schwab@suse.de>
21948             Roland McGrath  <roland@hack.frob.com>
21949             Joseph Myers  <joseph@codesourcery.com>
21950             Carlos O'Donell  <carlos@redhat.com>
21952         [BZ #15755]
21953         * config.h.in: Define HAVE_PT_CHOWN.
21954         * config.make.in (build-pt-chown): New variable.
21955         * configure.in (--enable-pt_chown): New configure option.
21956         * configure: Regenerate.
21957         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21958         build-pt-chown is enabled.
21959         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21960         pt_chown to fix pty ownership.
21961         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21962         CLOSE_ALL_FDS.
21963         * manual/install.texi (Configuring and compiling): Mention
21964         --enable-pt_chown. Add @findex for grantpt.
21965         * INSTALL: Regenerate.
21967 2013-07-20  David S. Miller  <davem@davemloft.net>
21969         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21970         difference between 32-bit and 64-bit.
21972 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21974         [BZ #15711]
21975         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21976         Avoid system header dependency with -ffreestanding.
21977         ($(objpfx)bits/syscall%d): Likewise.
21979 2013-07-13  David S. Miller  <davem@davemloft.net>
21981         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21982         underflows from atanl/atan2l due to bug 15319.
21983         (casinh_test_data): Likewise.
21985 2013-07-07  David S. Miller  <davem@davemloft.net>
21987         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21989 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21991         * sysdeps/i386/fpu/libm-test-ulps: Update.
21992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21994 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21996         * configure.in (--enable-lock-elision): Fix message text.
21997         * INSTALL: Regenerate.
21998         * configure: Regenerate.
22000 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22002         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22004 2013-07-03  Andreas Jaeger  <aj@suse.de>
22006         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22007         define.
22008         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22009         (ptrace_peeksiginfo_args): Add.
22010         (__ptrace_peeksiginfo_flags): Add.
22011         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22012         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22013         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22015 2013-07-03  Allan McRae  <allan@archlinux.org>
22017         * sysdeps/i386/fpu/libm-test-ulps: Update.
22019 2013-07-02  David S. Miller  <davem@davemloft.net>
22021         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22023 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22025         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22027 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22029         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22032 2013-07-02  Andi Kleen <ak@linux.intel.com>
22034         * config.h.in (ENABLE_LOCK_ELISION): Add.
22035         * configure.in (--enable-lock-elision): Add option.
22036         * manual/install.texi: Document --enable lock elision.
22037         * configure: Regenerate
22038         * INSTALL: Regenerate.
22040 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22042         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22043         SSE4.2 strcasecmp for libc.a.
22044         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22046 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22048         [BZ #13304]
22049         * soft-fp/op-common.h (_FP_FMA): New macro.
22050         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22051         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22052         (_FP_MUL_MEAT_1_imm): ... here.
22053         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22054         (_FP_MUL_MEAT_1_wide): ... here.
22055         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22056         (_FP_MUL_MEAT_1_hard): ... here.
22057         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22058         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22059         (_FP_MUL_MEAT_2_wide): ... here.
22060         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22061         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22062         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22063         (_FP_MUL_MEAT_2_gmp): ... here.
22064         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22065         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22066         (_FP_MUL_MEAT_4_wide): ... here.
22067         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22068         (_FP_MUL_MEAT_4_gmp): ... here.
22069         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22070         (_FP_WFRACBITS_DW_S): Likewise.
22071         (_FP_WFRACXBITS_DW_S): Likewise.
22072         (_FP_HIGHBIT_DW_S): Likewise.
22073         (FP_FMA_S): Likewise.
22074         (_FP_FRAC_HIGH_DW_S): Likewise.
22075         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22076         (_FP_WFRACBITS_DW_D): Likewise.
22077         (_FP_WFRACXBITS_DW_D): Likewise.
22078         (_FP_HIGHBIT_DW_D): Likewise.
22079         (FP_FMA_D): Likewise.
22080         (_FP_FRAC_HIGH_DW_D): Likewise.
22081         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22082         (_FP_WFRACBITS_DW_E): Likewise.
22083         (_FP_WFRACXBITS_DW_E): Likewise.
22084         (_FP_HIGHBIT_DW_E): Likewise.
22085         (FP_FMA_E): Likewise.
22086         (_FP_FRAC_HIGH_DW_E): Likewise.
22087         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22088         (_FP_WFRACBITS_DW_Q): Likewise.
22089         (_FP_WFRACXBITS_DW_Q): Likewise.
22090         (_FP_HIGHBIT_DW_Q): Likewise.
22091         (FP_FMA_Q): Likewise.
22092         (_FP_FRAC_HIGH_DW_Q): Likewise.
22093         * soft-fp/fmasf4.c: New file.
22094         * soft-fp/fmadf4.c: Likewise.
22095         * soft-fp/fmatf4.c: Likewise.
22097 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22099         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22100         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22101         Silvermont.
22102         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22103         macro.
22104         (index_Slow_SSE4_2): Likewise.
22105         (index_Prefer_PMINUB_for_stringop): Likewise.
22106         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22107         bit_Slow_SSE4_2 is set.
22108         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22109         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22111 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22113         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22114         rtld_global._dl_hwcap2.
22115         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22116         POWER8.
22117         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22118         POWER8 feature descriptions defined in _dl_hwcap2.
22119         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22120         string handling for POWER8 feature bits.
22121         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22122         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22123         _dl_powerpc_cap_flags.
22124         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22125         * sysdeps/powerpc/rtld-global-offsets.sym
22126         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22127         _dl_hwcap2 in the rtld_global_ro structure.
22129 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22131         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22132         hardware capabilities in support of AT_HWCAP2.
22133         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22134         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22135         GLRO(dl_hwcap2).
22136         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22137         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22138         explicitly the unknown a_type display mechanism is used.
22139         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22140         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22141         struct member.
22142         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22143         to macro prototype for AT_HWCAP2 support.
22144         * sysdeps/i386/dl-procinfo.h: Likewise.
22145         * sysdeps/s390/dl-procinfo.h: Likewise.
22146         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22147         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22148         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22149         return -1 for unknown a_type display fallback.
22150         * sysdeps/sparc/dl-procinfo.h: Likewise.
22151         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22152         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22154 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22156         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22157         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22159 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22161         [BZ #12492]
22162         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22163         mprotect making __stack_prot writable.
22165 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22166             Joseph Myers  <joseph@codesourcery.com>
22168         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22169         as being properly aligned.
22171 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22173         * dlfcn/modstatic5.c: New file.
22174         * dlfcn/tststatic5.c: New file.
22175         * dlfcn/Makefile (tests): Add tststatic5.
22176         (tests-static): Likewise.
22177         (modules-names): Add modstatic5.
22178         (tststatic5-ENV): New variable.
22179         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22181         [BZ #15022]
22182         * elf/dl-support.c (_dl_main_map): New variable.
22183         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22184         (_dl_nns, _dl_load_adds): Set to 1.
22185         (_dl_initial_searchlist): Refer to _dl_main_map.
22186         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22187         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22188         call to _dl_get_origin.
22189         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22190         around call_map.
22191         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22192         * dlfcn/modstatic3.c: New file.
22193         * dlfcn/tststatic3.c: New file.
22194         * dlfcn/tststatic4.c: New file.
22195         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22196         (tests-static): Likewise.
22197         (modules-names): Add modstatic3.
22198         (tststatic3-ENV, tststatic4-ENV): New variables.
22199         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22200         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22202 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22204         * configure.in (CC): Require GCC version 4.4 or later.
22205         * configure: Regenerated.
22206         * manual/install.texi (Tools for Compilation): Update GCC version
22207         requirement.
22208         * INSTALL: Regenerated.
22210 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22212         [BZ #15674]
22213         * string/test-memcmp.c (check2): New.
22214         (main): Call check2.
22216         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22218 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22220         [BZ #15022]
22221         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22222         over to...
22223         (dl_open_worker) [!SHARED]: ... here.
22225 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22227         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22229 2013-06-25  Richard Henderson  <rth@redhat.com>
22231         * locale/programs/locarchive.c: Include <libc-internal.h>
22233 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22235         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22236         trailing whitespace removed.
22238 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22240         [BZ #10283]
22241         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22242         * locale/programs/locarchive.c: Include libc-mmap.h.
22243         (prepare_address_space): Take two new outputs (the mmap base and len).
22244         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22245         values.
22246         (create_archive): Declare new mmap base and len values for
22247         prepare_address_space, and store the result in ah.
22248         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22249         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22250         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22251         Declare new mmap base and len values for
22252         prepare_address_space, and store the result in new_ah.
22253         (open_archive): Declare new mmap base and len values for
22254         prepare_address_space, and store the result in ah.
22255         (close_archive): If ah->mmap_base is not NULL, use that and
22256         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22257         * sysdeps/generic/libc-mmap.h: New file.
22259 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22261         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22262         (ALIGN_UP): Likewise.
22263         (PTR_ALIGN_DOWN): Likewise.
22264         (PTR_ALIGN_UP): Likewise.
22266 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22268         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22269         entry mapped to PPC_PLATFORM_POWER8.
22270         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22271         POWER8.
22272         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22273         (_dl_string_platform): Add case for exporting platform position for
22274         POWER8.
22275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22276         search path to sysdeps/powerpc/powerpc32/power8 directory.
22277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22278         search path to sysdeps/powerpc/powerpc64/power8 directory.
22279         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22280         power7 directories.
22281         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22282         power7 directories.
22284 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22286         * INSTALL: Regenerate.
22288         * nscd/connections.c (nscd_init): Fix comment.
22290 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22292         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22294         [BZ #15667]
22295         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22296         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22298 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22300         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22301         DL_DST_REQ_STATIC.
22302         (DL_DST_REQ_STATIC): Remove macro.
22304 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22306         [BZ #7006]
22307         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22308         with a shift of 0 bits.
22310 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22312         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22313         $(tststatic-ENV).
22315 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22317         [BZ #15655]
22318         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22320 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22322         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22323         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22324         accepts -fno-tree-loop-distribute-patterns.
22325         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22326         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22327         recursive call.
22328         * string/memset.c (memset): Likewise.
22329         * string/test-memmove.c (simple_memmove): Disable loop transformation
22330         to library calls.
22331         * string/test-memset.c (simple_memset): Likewise.
22332         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22333         * benchtests/bench-memset.c (simple_memset): Likewise.
22334         * configure: Regenerated.
22336 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22338         * math/test-misc.c (main): Ignore fesetround failure when failures
22339         of subsequent rounding tests would be ignored.
22341         [BZ #15654]
22342         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22343         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22344         * math/fegetenv.c (__fegetenv): Return 0.
22345         * math/fegetexcept.c (fegetexcept): Return 0.
22346         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22347         FE_TONEAREST.
22348         * math/feholdexcpt.c (feholdexcept): Return 0.
22349         * math/fesetenv.c (__fesetenv): Return 0.
22350         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22351         argument FE_TONEAREST.
22352         * math/feupdateenv.c (__feupdateenv): Return 0.
22353         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22355 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22357         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22358         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22359         ($(objpfx)rtld-%.os rules): Use them.
22361 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22363         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22364         fields.
22366 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22368         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22369         length of target pattern, then descending length of dependency pattern.
22370         * configure.in (AWK): Require gawk 3.1.2 or newer.
22371         * manual/install.texi (Tools for Compilation): Say that we do.
22372         * configure: Regenerated.
22374         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22375         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22376         * scripts/sysd-rules.awk: ... this new script.
22377         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22378         than a glob-style pattern.
22380 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22382         * math/test-misc.c (main): Do not treat incorrectly rounded
22383         conversions as failure unless ROUNDING_TESTS passes.
22385 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22387         [BZ #15631]
22388         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22389         restore exception state around main square root computation, then
22390         check for inexactness explicitly.
22392         * math/libm-test.inc (fma_test_data): Add another test.
22394 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22396         * manual/threads.texi (Non-POSIX Extensions): New document
22397         node.  Document pthread_getattr_default_np and
22398         pthread_setattr_default_np.
22400         * Versions.def (libpthread): Add GLIBC_2.18.
22401         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22403         Likewise.
22404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22405         Likewise.
22406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22407         Likewise.
22408         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22409         Likewise.
22410         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22411         Likewise.
22412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22413         Likewise.
22414         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22415         Likewise.
22416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22417         Likewise.
22418         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22419         Likewise.
22421 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22423         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22424         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22426 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22427             H.J. Lu  <hjl.tools@gmail.com>
22429         [BZ #15627]
22430         * sysdeps/x86_64/rtld-memset.c: Remove file.
22431         * sysdeps/x86_64/rtld-memset.S: New file.
22433 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22435         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22436         (test_in_one_mode): Take arguments for whether the rounding mode
22437         is supported for each floating-point type.
22438         (do_test): Pass new arguments to test_in_one_mode using
22439         ROUNDING_TESTS.
22441 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22443         * posix/tst-waitid.c (do_test): Distinguish different instances of
22444         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22445         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22446         before entering the kernel for waitpid.
22448 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22450         * NEWS: Fix note on clock function precision.  Text by Roland
22451         McGrath.
22453 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22455         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22456         it into place only when and if the sanity check passes.
22458 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22460         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22461         output for whether conversion result is exact.  Take argument
22462         indicating whether type is IBM long double.
22463         (round_for_all): Change need_exact field to ibm_ld.
22464         * stdlib/tst-strtod-round.c (struct exactness): New type.
22465         (struct test): Change bool ld_ok field to struct exactness exact.
22466         (TEST): Update all definitions for change to field.
22467         (tests): Regenerate array contents.
22468         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22469         field value.  Check for IBM long double here.
22470         (do_test): Update calls to test_in_one_mode.
22472 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22474         [BZ #12515]
22475         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22476         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22478 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22480         [BZ #15605]
22481         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22482         generated by the compiler on loop optimizations.
22483         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22484         general definitions.
22486 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22488         * math/bug-nextafter.c: Include <math-tests.h>.
22489         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22490         the relevant type.
22491         * math/bug-nexttoward.c: Include <math-tests.h>.
22492         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22493         the relevant type.
22494         * math/test-misc.c: Include <math-tests.h>.
22495         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22496         the relevant type.
22498 2013-06-12  Andreas Jaeger  <aj@suse.de>
22500         * po/ia.po: Update Interlingua translation from translation
22501         project.
22503 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22505         * include/fenv.h: Include stdbool.h.
22506         (struct rm_ctx): New structure.
22507         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22508         Define macro.
22509         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22510         (SET_RESTORE_ROUNDF): Likewise.
22511         (SET_RESTORE_ROUNDL): Likewise.
22512         (SET_RESTORE_ROUND_NOEX): Likewise.
22513         (SET_RESTORE_ROUND_NOEXF): Likewise.
22514         (SET_RESTORE_ROUND_NOEXL): Likewise.
22515         (SET_RESTORE_ROUND_53BIT): Likewise.
22516         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22517         (libc_feresetround_noexf_ctx): Likewise.
22518         (libc_feresetround_noexl_ctx): Likewise.
22519         (libc_feholdsetround_53bit_ctx): Likewise.
22520         (libc_feresetround_53bit_ctx): Likewise.
22521         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22522         (libc_feholdexcept_setround_sse_ctx): New function.
22523         (libc_fesetenv_sse_ctx): Likewise.
22524         (libc_feupdateenv_sse_ctx): Likewise.
22525         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22526         (libc_feholdexcept_setround_387_ctx): Likewise.
22527         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22528         (libc_feholdsetround_387_prec_ctx): Likewise.
22529         (libc_feholdsetround_387_ctx): Likewise.
22530         (libc_feholdsetround_387_53bit_ctx): Likewise.
22531         (libc_feholdsetround_sse_ctx): Likewise.
22532         (libc_feresetround_sse_ctx): Likewise.
22533         (libc_feresetround_387_ctx): Likewise.
22534         (libc_feupdateenv_387_ctx): Likewise.
22535         (libc_feholdexcept_setroundf_ctx): Define macro.
22536         (libc_fesetenvf_ctx): Likewise.
22537         (libc_feupdateenvf_ctx): Likewise.
22538         (libc_feholdsetroundf_ctx): Likewise.
22539         (libc_feresetroundf_ctx): Likewise.
22540         (libc_feholdexcept_setround_ctx): Likewise.
22541         (libc_fesetenv_ctx): Likewise.
22542         (libc_feupdateenv_ctx): Likewise.
22543         (libc_feholdsetround_ctx): Likewise.
22544         (libc_feresetround_ctx): Likewise.
22545         (libc_feholdexcept_setroundl_ctx): Likewise.
22546         (libc_feupdateenvl_ctx): Likewise.
22547         (libc_feholdsetroundl_ctx): Likewise.
22548         (libc_feresetroundl_ctx): Likewise.
22549         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22550         (libc_feresetround_53bit_ctx): Likewise.
22552 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22554         * locale/iso-639.def: Convert to UTF-8.
22556 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22558         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22559         (EXCEPTION_TESTS_double): Likewise.
22560         (EXCEPTION_TESTS_long_double): Likewise.
22561         (EXCEPTION_TESTS): Likewise.
22562         * math/libm-test.inc (test_exceptions): Only test exceptions if
22563         EXCEPTION_TESTS (FLOAT).
22565 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22567         * benchtests/Makefile (string-bench): Add strcpy_chk and
22568         stpcpy_chk.
22569         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22570         * benchtests/bench-stpcpy_chk.c: New file.
22571         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22572         * benchtests/bench-strcpy_chk.c: New file.
22573         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22574         code.
22575         (do_test): Likewise.
22577 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22579         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22580         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22581         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22582         with tabs where appropriate.
22583         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22584         dl-procinfo.h.
22585         [PPC_PLATFORM_PPC440]: Likewise.
22586         [PPC_PLATFORM_PPC464]: Likewise.
22587         [PPC_PLATFORM_PPC476]: Likewise.
22588         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22589         ppc464, and ppc476 platform strings merging from ports/
22590         dl-procinfo.h.
22592 2013-06-11  Andreas Schwab  <schwab@suse.de>
22594         [BZ #14991]
22595         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22596         (from_ucs4_idx): Regenerate.
22597         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22598         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22599         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22600         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22601         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22602         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22603         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22604         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22605         from FROM_LOOP and TO_LOOP specific macros.
22606         (BODY): Handle combining characters.
22607         * iconvdata/BIG5HKSCS.irreversible: Update.
22608         * iconvdata/BIG5HKSCS.precomposed: New file.
22609         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22610         characters.
22611         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22613 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22615         * include/sys/time.h: Fix indentation and add copyright header.
22617         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22618         (do_test): Likewise.
22619         * string/test-memchr.c (do_one_test): Likewise.
22620         (do_test): Likewise.
22621         * string/test-memcmp.c (do_one_test): Likewise.
22622         (do_test): Likewise.
22623         * string/test-memcpy.c (do_one_test): Likewise.
22624         (do_test): Likewise.
22625         * string/test-memmem.c (do_one_test): Likewise.
22626         (do_test): Likewise.
22627         (do_random_tests): Likewise.
22628         * string/test-memmove.c (do_one_test): Likewise.
22629         (do_test): Likewise.
22630         * string/test-memset.c (do_one_test): Likewise.
22631         (do_test): Likewise.
22632         * string/test-rawmemchr.c (do_one_test): Likewise.
22633         (do_test): Likewise.
22634         * string/test-strcasecmp.c (do_one_test): Likewise.
22635         (do_test): Likewise.
22636         * string/test-strcasestr.c (do_one_test): Likewise.
22637         (do_test): Likewise.
22638         * string/test-strcat.c (do_one_test): Likewise.
22639         (do_test): Likewise.
22640         * string/test-strchr.c (do_one_test): Likewise.
22641         (do_test): Likewise.
22642         * string/test-strcmp.c (do_one_test): Likewise.
22643         (do_test): Likewise.
22644         * string/test-strcpy.c (do_one_test): Likewise.
22645         (do_test): Likewise.
22646         * string/test-string.h: Likewise.
22647         (test_init): Likewise.
22648         * string/test-strlen.c (do_one_test): Likewise.
22649         (do_test): Likewise.
22650         * string/test-strncasecmp.c (do_one_test): Likewise.
22651         (do_test): Likewise.
22652         * string/test-strncat.c (do_one_test): Likewise.
22653         (do_test): Likewise.
22654         * string/test-strncmp.c (do_one_test): Likewise.
22655         (do_test_limit): Likewise.
22656         (do_test): Likewise.
22657         * string/test-strncpy.c (do_one_test): Likewise.
22658         (do_test): Likewise.
22659         * string/test-strnlen.c (do_one_test): Likewise.
22660         (do_test): Likewise.
22661         * string/test-strpbrk.c (do_one_test): Likewise.
22662         (do_test): Likewise.
22663         * string/test-strrchr.c (do_one_test): Likewise.
22664         (do_test): Likewise.
22665         * string/test-strspn.c (do_one_test): Likewise.
22666         (do_test): Likewise.
22667         * string/test-strstr.c (do_one_test): Likewise.
22668         (do_test): Likewise.
22670         * benchtests/Makefile (string-bench): Add string benchmarks.
22671         * benchtests/bench-bcopy-ifunc.c: New file.
22672         * benchtests/bench-bcopy.c: New file.
22673         * benchtests/bench-bzero-ifunc.c: New file.
22674         * benchtests/bench-bzero.c: New file.
22675         * benchtests/bench-memccpy-ifunc.c: New file.
22676         * benchtests/bench-memccpy.c: New file.
22677         * benchtests/bench-memchr-ifunc.c: New file.
22678         * benchtests/bench-memchr.c: New file.
22679         * benchtests/bench-memcmp-ifunc.c: New file.
22680         * benchtests/bench-memcmp.c: New file.
22681         * benchtests/bench-memmem-ifunc.c: New file.
22682         * benchtests/bench-memmem.c: New file.
22683         * benchtests/bench-memmove-ifunc.c: New file.
22684         * benchtests/bench-memmove.c: New file.
22685         * benchtests/bench-mempcpy-ifunc.c: New file.
22686         * benchtests/bench-mempcpy.c: New file.
22687         * benchtests/bench-memset-ifunc.c: New file.
22688         * benchtests/bench-memset.c: New file.
22689         * benchtests/bench-rawmemchr-ifunc.c: New file.
22690         * benchtests/bench-rawmemchr.c: New file.
22691         * benchtests/bench-stpcpy-ifunc.c: New file.
22692         * benchtests/bench-stpcpy.c: New file.
22693         * benchtests/bench-stpncpy-ifunc.c: New file.
22694         * benchtests/bench-stpncpy.c: New file.
22695         * benchtests/bench-strcasecmp-ifunc.c: New file.
22696         * benchtests/bench-strcasecmp.c: New file.
22697         * benchtests/bench-strcasestr-ifunc.c: New file.
22698         * benchtests/bench-strcasestr.c: New file.
22699         * benchtests/bench-strcat-ifunc.c: New file.
22700         * benchtests/bench-strcat.c: New file.
22701         * benchtests/bench-strchr-ifunc.c: New file.
22702         * benchtests/bench-strchr.c: New file.
22703         * benchtests/bench-strchrnul-ifunc.c: New file.
22704         * benchtests/bench-strchrnul.c: New file.
22705         * benchtests/bench-strcmp-ifunc.c: New file.
22706         * benchtests/bench-strcmp.c: New file.
22707         * benchtests/bench-strcpy-ifunc.c: New file.
22708         * benchtests/bench-strcpy.c: New file.
22709         * benchtests/bench-strcspn-ifunc.c: New file.
22710         * benchtests/bench-strcspn.c: New file.
22711         * benchtests/bench-strlen-ifunc.c: New file.
22712         * benchtests/bench-strlen.c: New file.
22713         * benchtests/bench-strncasecmp-ifunc.c: New file.
22714         * benchtests/bench-strncasecmp.c: New file.
22715         * benchtests/bench-strncat-ifunc.c: New file.
22716         * benchtests/bench-strncat.c: New file.
22717         * benchtests/bench-strncmp-ifunc.c: New file.
22718         * benchtests/bench-strncmp.c: New file.
22719         * benchtests/bench-strncpy-ifunc.c: New file.
22720         * benchtests/bench-strncpy.c: New file.
22721         * benchtests/bench-strnlen-ifunc.c: New file.
22722         * benchtests/bench-strnlen.c: New file.
22723         * benchtests/bench-strpbrk-ifunc.c: New file.
22724         * benchtests/bench-strpbrk.c: New file.
22725         * benchtests/bench-strrchr-ifunc.c: New file.
22726         * benchtests/bench-strrchr.c: New file.
22727         * benchtests/bench-strspn-ifunc.c: New file.
22728         * benchtests/bench-strspn.c: New file.
22729         * benchtests/bench-strstr-ifunc.c: New file.
22730         * benchtests/bench-strstr.c: New file.
22732         * benchtests/Makefile: Disable parallel execution of targets.
22733         (string-bench): Add memcpy.
22734         (benchset): New variable to store a list of benchmark sets.
22735         (bench-func): Renamed from bench.
22736         (bench-set): New target.
22737         (bench): Depend on bench-func and bench-set.
22738         * benchtests/README: Add section on benchmark sets.
22739         * benchtests/bench-memcpy-ifunc.c: New file.
22740         * benchtests/bench-memcpy.c: New file.
22741         * benchtests/bench-string.h: New file.
22743 2013-06-11  Andreas Schwab  <schwab@suse.de>
22745         [BZ #15577]
22746         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22747         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22748         values in the triple.
22749         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22750         terminator in the group key.
22752 2013-06-11  Andreas Jaeger  <aj@suse.de>
22754         * po/zh_TW.po: Update Chinese (traditional) translation from
22755         translation project.
22757 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22759         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22760         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22761         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22762         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22763         (clock_getcpuclockid): Likewise.
22764         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22765         Add weak_alias and libc_hidden_def.
22766         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22767         * rt/clock_gettime.c (clock_gettime): Rename to
22768         __clock_gettime.  Add weak_alias and libc_hidden_def.
22769         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22770         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22771         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22772         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22773         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22774         Likewise.
22775         * rt/clock_settime.c (clock_settime): Rename to
22776         __clock_settime.  Add weak_alias and libc_hidden_def.
22777         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22779 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22781         * mach/err_boot.sub: Remove trailing whitespace.
22782         * mach/err_ipc.sub: Likewise.
22783         * mach/err_mach.sub: Likewise.
22785         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22786         (ROUNDING_TESTS_double): Likewise.
22787         (ROUNDING_TESTS_long_double): Likewise.
22788         (ROUNDING_TESTS): Likewise.
22789         * math/libm-test.inc: Include <math-tests.h>.
22790         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22791         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22792         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22793         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22795 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22797         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22798         of assigning.
22800 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22802         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22803         otherwise empty TRANS lines.
22804         * sysdeps/gnu/errlist.c: Regenerated.
22806         * catgets/gencat.c (error_print): Use (void) in function
22807         definition.
22808         * crypt/crypt_util.c (__init_des): Likewise.
22809         * crypt/speeds.c (Stop): Likewise.
22810         (main): Likewise.
22811         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22812         * inet/ruserpass.c (token): Likewise.
22813         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22814         * intl/localealias.c (extend_alias_table): Likewise.
22815         * intl/plural-exp.c (init_germanic_plural): Likewise.
22816         * libio/fcloseall.c (__fcloseall): Likewise.
22817         * libio/genops.c (_IO_flush_all): Likewise.
22818         (_IO_flush_all_linebuffered): Likewise.
22819         (_IO_cleanup): Likewise.
22820         (_IO_iter_begin): Likewise.
22821         (_IO_iter_end): Likewise.
22822         (_IO_list_lock): Likewise.
22823         (_IO_list_unlock): Likewise.
22824         (_IO_list_resetlock): Likewise.
22825         * libio/getchar.c (getchar): Likewise.
22826         * libio/getchar_u.c (getchar_unlocked): Likewise.
22827         * libio/getwchar.c (getwchar): Likewise.
22828         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22829         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22830         * login/getpt.c (__getpt): Likewise.
22831         * login/tst-utmp.c (main): Likewise.
22832         * malloc/hooks.c (__malloc_check_init): Likewise.
22833         * malloc/malloc.c (__malloc_stats): Likewise.
22834         * malloc/mtrace.c (tr_break): Likewise.
22835         (mtrace): Likewise.
22836         (muntrace): Likewise.
22837         * misc/fstab.c (endfsent): Likewise.
22838         * misc/getclktck.c (__getclktck): Likewise.
22839         * misc/getdtsz.c (__getdtablesize): Likewise.
22840         * misc/gethostid.c (gethostid): Likewise.
22841         * misc/getpagesize.c (__getpagesize): Likewise.
22842         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22843         (__get_nprocs): Likewise.
22844         (__get_phys_pages): Likewise.
22845         (__get_avphys_pages): Likewise.
22846         * misc/getttyent.c (getttyent): Likewise.
22847         (setttyent): Likewise.
22848         (endttyent): Likewise.
22849         * misc/getusershell.c (getusershell): Likewise.
22850         (endusershell): Likewise.
22851         (setusershell): Likewise.
22852         (initshells): Likewise.
22853         * misc/hsearch.c (__hdestroy): Likewise.
22854         * misc/sync.c (sync): Likewise.
22855         * misc/syslog.c (closelog_internal): Likewise.
22856         (closelog): Likewise.
22857         * misc/ttyslot.c (ttyslot): Likewise.
22858         * misc/vhangup.c (vhangup): Likewise.
22859         * posix/fork.c (__fork): Likewise.
22860         * posix/getegid.c (__getegid): Likewise.
22861         * posix/geteuid.c (__geteuid): Likewise.
22862         * posix/getgid.c (__getgid): Likewise.
22863         * posix/getpid.c (__getpid): Likewise.
22864         * posix/getppid.c (__getppid): Likewise.
22865         * posix/getuid.c (__getuid): Likewise.
22866         * posix/pause.c (pause): Likewise.
22867         * posix/setpgrp.c (setpgrp): Likewise.
22868         * posix/setsid.c (__setsid): Likewise.
22869         * posix/test-vfork.c (noop): Likewise.
22870         * resolv/gethnamaddr.c (_endhtent): Likewise.
22871         (_gethtent): Likewise.
22872         (ht_endhostent): Likewise.
22873         (gethostent): Likewise.
22874         (dns_service): Likewise.
22875         * stdlib/drand48.c (drand48): Likewise.
22876         * stdlib/lrand48.c (lrand48): Likewise.
22877         * stdlib/mrand48.c (mrand48): Likewise.
22878         * stdlib/rand.c (rand): Likewise.
22879         * stdlib/random.c (__random): Likewise.
22880         * stdlib/setenv.c (clearenv): Likewise.
22881         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22882         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22883         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22884         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22885         (__get_nprocs): Likewise.
22886         (__get_phys_pages): Likewise.
22887         (__get_avphys_pages): Likewise.
22888         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22889         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22890         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22891         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22892         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22893         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22894         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22895         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22896         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22897         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22898         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22899         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22900         * sysdeps/posix/clock.c (clock): Likewise.
22901         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22902         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22903         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22904         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22905         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22906         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22907         (__get_nprocs_conf): Likewise.
22908         (__get_phys_pages): Likewise.
22909         (__get_avphys_pages): Likewise.
22910         * time/clock.c (clock): Likewise.
22911         * time/tzset.c (__tzname_max): Likewise.
22913 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22915         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22916         (__bswap_32): Do not use "register".
22917         * crypt/crypt.c (_ufc_doit_r): Likewise.
22918         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22919         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22920         * gmon/gmon.c (__monstartup): Likewise.
22921         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22922         * hurd/hurdmalloc.c (more_memory): Likewise.
22923         (malloc): Likewise.
22924         (free): Likewise.
22925         (realloc): Likewise.
22926         (malloc_fork_prepare): Likewise.
22927         (malloc_fork_parent): Likewise.
22928         (malloc_fork_child): Likewise.
22929         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22930         (_svcauth_des): Likewise.
22931         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22932         * inet/inet_net.c (inet_network): Likewise.
22933         * inet/inet_netof.c (inet_netof): Likewise.
22934         * inet/rcmd.c (__validuser2_sa): Likewise.
22935         * io/fts.c (fts_open): Likewise.
22936         (fts_load): Likewise.
22937         (fts_close): Likewise.
22938         (fts_read): Likewise.
22939         (fts_children): Likewise.
22940         (fts_build): Likewise.
22941         (fts_stat): Likewise.
22942         (fts_sort): Likewise.
22943         (fts_alloc): Likewise.
22944         (fts_lfree): Likewise.
22945         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22946         (_IO_file_xsgetn): Likewise.
22947         (_IO_file_xsgetn_mmap): Likewise.
22948         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22949         (_IO_cookie_write): Likewise.
22950         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22951         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22952         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22953         * malloc/obstack.c (_obstack_begin): Likewise.
22954         (_obstack_begin_1): Likewise.
22955         (_obstack_newchunk): Likewise.
22956         (_obstack_allocated_p): Likewise.
22957         (obstack_free): Likewise.
22958         (_obstack_memory_used): Likewise.
22959         * misc/getttyent.c (getttynam): Likewise.
22960         (getttyent): Likewise.
22961         (skip): Likewise.
22962         (value): Likewise.
22963         * misc/getusershell.c (initshells): Likewise.
22964         * misc/syslog.c (__vsyslog_chk): Likewise.
22965         * misc/ttyslot.c (ttyslot): Likewise.
22966         * nis/nis_hash.c (__nis_hash): Likewise.
22967         * posix/fnmatch_loop.c (FCT): Likewise.
22968         * posix/getconf.c (print_all): Likewise.
22969         (main): Likewise.
22970         * posix/getopt.c (exchange): Likewise.
22971         * posix/glob.c (globfree): Likewise.
22972         (prefix_array): Likewise.
22973         (__glob_pattern_type): Likewise.
22974         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22975         (NS_GET32): Likewise.
22976         (NS_PUT16): Likewise.
22977         (NS_PUT32): Likewise.
22978         * resolv/gethnamaddr.c (getanswer): Likewise.
22979         (gethostbyname2): Likewise.
22980         (gethostbyaddr): Likewise.
22981         (_gethtent): Likewise.
22982         (_gethtbyname2): Likewise.
22983         (_gethtbyaddr): Likewise.
22984         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22985         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22986         * resolv/res_init.c (__res_vinit): Likewise.
22987         (net_mask): Likewise.
22988         * resolv/res_mkquery.c (outchar): Likewise.
22989         (PRINT): Likewise.
22990         * stdio-common/printf_fp.c (outchar): Likewise.
22991         (PRINT): Likewise.
22992         * stdio-common/printf_fphex.c (outchar): Likewise.
22993         (PRINT): Likewise.
22994         * stdio-common/printf_size.c (outchar): Likewise.
22995         (PRINT): Likewise.
22996         * stdio-common/test_rdwr.c (main): Likewise.
22997         * stdio-common/tfformat.c (matches): Likewise.
22998         * stdio-common/vfprintf.c (outchar): Likewise.
22999         (printf_unknown): Likewise.
23000         (buffered_vfprintf): Likewise.
23001         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23002         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23003         (ReadFile): Likewise.
23004         * stdlib/qsort.c (SWAP): Likewise.
23005         (_quicksort): Likewise.
23006         * stdlib/setenv.c (__add_to_environ): Likewise.
23007         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23008         * stdlib/strtol_l.c (__strtol_l): Likewise.
23009         * stdlib/tst-strtod.c (main): Likewise.
23010         * stdlib/tst-strtol.c (main): Likewise.
23011         * stdlib/tst-strtoll.c (main): Likewise.
23012         * string/bits/string2.h (__strcmp_cc): Likewise.
23013         (__strcmp_cg): Likewise.
23014         (__strcspn_c1): Likewise.
23015         (__strcspn_c2): Likewise.
23016         (__strcspn_c3): Likewise.
23017         (__strspn_c1): Likewise.
23018         (__strspn_c2): Likewise.
23019         (__strspn_c3): Likewise.
23020         (__strsep_1c): Likewise.
23021         (__strsep_2c): Likewise.
23022         (__strsep_3c): Likewise.
23023         * string/memccpy.c (__memccpy): Likewise.
23024         * string/stpcpy.c (__stpcpy): Likewise.
23025         * string/strcmp.c (strcmp): Likewise.
23026         * string/strrchr.c (strrchr): Likewise.
23027         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23028         Likewise.
23029         * sysdeps/mach/hurd/getcwd.c
23030         (_hurd_canonicalize_directory_name_internal): Likewise.
23031         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23032         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23033         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23034         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23035         Likewise, in both definitions.
23036         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23037         definitions.
23038         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23039         64] (__bswap_64): Likewise.
23040         * time/test_time.c (main): Likewise.
23041         * time/tzfile.c (__tzfile_read): Likewise.
23042         (__tzfile_compute): Likewise.
23043         * time/tzset.c (__tzset_parse_tz): Likewise.
23044         (tzset_internal): Likewise.
23045         (compute_change): Likewise.
23046         * wcsmbs/wcscat.c (__wcscat): Likewise.
23047         * wcsmbs/wcschr.c (wcschr): Likewise.
23048         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23049         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23050         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23051         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23052         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23053         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23054         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23055         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23056         * wcsmbs/wmemset.c (wmemset): Likewise.
23058 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23060         * scripts/config.guess: Update to version 2013-05-16.
23061         * scripts/config.sub: Update to version 2013-04-24.
23062         * scripts/install-sh: Update to version 2011-11-20.07.
23063         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23064         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23066 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23068         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23069         * elf/sln.c: Likewise.
23070         * hurd/hurd/ioctl.h: Likewise.
23071         * hurd/hurdmalloc.c: Likewise.
23072         * hurd/xattr.c: Likewise.
23073         * include/shlib-compat.h: Likewise.
23074         * inet/ruserpass.c: Likewise.
23075         * libio/iofgets_u.c: Likewise.
23076         * libio/iofgetws_u.c: Likewise.
23077         * locale/programs/ld-identification.c: Likewise.
23078         * locale/programs/ld-time.c: Likewise.
23079         * mach/msg-destroy.c: Likewise.
23080         * nss/nss_files/files-netgrp.c: Likewise.
23081         * resolv/res_data.c: Likewise.
23082         * soft-fp/op-1.h: Likewise.
23083         * soft-fp/op-2.h: Likewise.
23084         * soft-fp/op-4.h: Likewise.
23085         * soft-fp/op-common.h: Likewise.
23086         * stdio-common/printf_fphex.c: Likewise.
23087         * stdlib/strtod_l.c: Likewise.
23088         * sunrpc/rpc/clnt.h: Likewise.
23089         * sysdeps/generic/framestate.c: Likewise.
23090         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23091         * sysdeps/i386/bsd-setjmp.S: Likewise.
23092         * sysdeps/i386/__longjmp.S: Likewise.
23093         * sysdeps/i386/setjmp.S: Likewise.
23094         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23095         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23096         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23097         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23098         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23099         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23100         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23101         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23102         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23103         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23104         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23105         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23106         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23107         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23108         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23109         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23110         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23111         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23112         * sysdeps/ieee754/support.c: Likewise.
23113         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23114         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23115         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23116         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23117         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23118         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23119         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23120         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23121         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23122         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23123         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23124         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23125         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23126         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23127         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23128         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23129         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23132 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23134         * posix/transbug.c: Remove executable mode.
23136 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23138         * crypt/speeds.c: Remove trailing whitespace.
23139         * dlfcn/default.c: Likewise.
23140         * elf/ifuncdep2.c: Likewise.
23141         * elf/ifuncmain1.c: Likewise.
23142         * elf/ifuncmain1vis.c: Likewise.
23143         * elf/testobj.h: Likewise.
23144         * elf/tst-stackguard1.c: Likewise.
23145         * gmon/sys/gmon.h: Likewise.
23146         * hurd/hurdmsg.c: Likewise.
23147         * hurd/new-fd.c: Likewise.
23148         * hurd/ports-get.c: Likewise.
23149         * iconvdata/ibm1008_420.c: Likewise.
23150         * inet/tst-getni1.c: Likewise.
23151         * inet/tst-getni2.c: Likewise.
23152         * libio/ioungetc.c: Likewise.
23153         * libio/wfiledoalloc.c: Likewise.
23154         * manual/libm-err-tab.pl: Likewise.
23155         * math/w_dremf.c: Likewise.
23156         * misc/ftruncate.c: Likewise.
23157         * posix/bug-glob2.c: Likewise.
23158         * posix/tst-pcre.c: Likewise.
23159         * posix/wait4.c: Likewise.
23160         * resolv/README: Likewise.
23161         * resolv/res_debug.h: Likewise.
23162         * resolv/tst-inet_ntop.c: Likewise.
23163         * setjmp/bug269-setjmp.c: Likewise.
23164         * soft-fp/extended.h: Likewise.
23165         * soft-fp/op-1.h: Likewise.
23166         * soft-fp/op-2.h: Likewise.
23167         * soft-fp/op-4.h: Likewise.
23168         * soft-fp/op-8.h: Likewise.
23169         * soft-fp/testit.c: Likewise.
23170         * stdio-common/bug16.c: Likewise.
23171         * stdlib/random.c: Likewise.
23172         * sunrpc/rpcsvc/rquota.x: Likewise.
23173         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23174         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23175         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23176         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23177         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23178         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23179         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23180         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23181         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23182         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23183         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23184         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23185         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23186         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23187         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23188         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23189         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23190         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23191         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23192         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23193         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23194         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23195         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23196         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23197         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23198         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23199         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23200         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23201         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23202         * sysdeps/ieee754/s_lib_version.c: Likewise.
23203         * sysdeps/mach/hurd/check_fds.c: Likewise.
23204         * sysdeps/mach/hurd/getsockname.c: Likewise.
23205         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23206         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23207         * sysdeps/powerpc/bits/link.h: Likewise.
23208         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23209         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23210         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23211         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23212         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23213         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23214         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23215         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23216         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23217         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23218         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23219         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23220         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23221         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23222         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23223         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23224         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23225         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23226         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23227         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23228         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23229         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23230         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23231         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23232         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23233         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23234         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23235         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23236         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23237         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23238         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23239         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23240         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23241         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23242         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23243         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23244         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23245         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23246         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23247         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23248         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23249         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23250         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23251         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23252         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23253         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23254         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23255         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23256         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23257         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23258         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23259         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23260         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23261         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23262         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23263         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23264         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23265         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23266         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23267         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23268         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23269         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23270         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23271         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23272         * sysdeps/powerpc/sysdep.h: Likewise.
23273         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23274         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23275         * sysdeps/sh/dl-trampoline.S: Likewise.
23276         * sysdeps/sh/memset.S: Likewise.
23277         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23278         * sysdeps/sh/strlen.S: Likewise.
23279         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23280         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23281         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23282         * sysdeps/sparc/sparc32/rem.S: Likewise.
23283         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23284         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23285         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23286         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23287         * sysdeps/sparc/sparc32/urem.S: Likewise.
23288         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23289         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23290         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23291         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23292         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23293         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23294         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23295         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23296         * sysdeps/unix/bsd/times.c: Likewise.
23297         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23298         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23302         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23303         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23304         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23305         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23306         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23307         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23308         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23309         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23310         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23311         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23312         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23313         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23314         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23315         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23316         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23317         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23318         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23319         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23320         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23321         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23322         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23323         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23324         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23325         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23326         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23327         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23328         * sysdeps/x86_64/strcspn.S: Likewise.
23330 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23332         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23333         generated file.  Regenerate properly from gen-translit.pl.
23334         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23335         locale/C-translit.h.
23337 2013-06-05  Andreas Schwab  <schwab@suse.de>
23339         [BZ #15100]
23340         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23341         week as 6 instead of -1.
23342         * time/tst-strptime.c (day_tests): Add test case.
23344 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23346         * sysdeps/generic/math_private.h
23347         (libc_feholdexcept_setround_53bit): Replace with
23348         libc_feholdsetround_53bit.
23349         (libc_feupdateenv_53bit): Replace with
23350         libc_feresetround_53bit.
23351         (SET_RESTORE_ROUND_53BIT): Adjust.
23353 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23355         * string/test-strchrnul.c: Add copyright header.
23357         * posix/tst-getaddrinfo4.c: Increase test timeout.
23359 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23361         [BZ #15536]
23362         * math/libm-test.inc (MAX_EXP): Remove
23363         (MIN_EXP): Define.
23364         (ulp): Use MIN_EXP - MANT_DIG.
23365         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23367 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23369         * po/be.po: Revert last change.
23370         * po/zh_CN.po: Likewise.
23371         * po/header.pot: Likewise.
23373 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23375         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23376         link-libc-deps to empty as target-specific variable.
23377         * Makerules (link-libc-args): New variable.
23378         (libc-for-link): Likewise.
23379         (link-libc-deps): Likewise.
23380         (lib%.so): Depend on $(link-libc-deps).  Link with
23381         $(link-libc-args).
23382         (build-module): Link with $(link-libc-args).
23383         (build-module-asneeded): Likewise.
23384         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23385         list of objects.
23386         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23387         target-specific variable.
23388         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23389         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23390         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23391         libc.
23392         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23393         libc and ld.so.
23394         ($(objpfx)libpcprofile.so): Likewise.
23395         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23396         libc_nonshared.a.
23397         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23398         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23399         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23400         $(link-libc-deps).
23401         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23402         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23403         * login/Makefile ($(objpfx)libutil.so): Likewise.
23404         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23405         * math/Makefile ($(objpfx)libm.so): Likewise.
23406         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23407         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23408         variable instead of depending directly on libc.
23409         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23410         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23411         $(link-libc-deps).
23412         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23413         libc.
23414         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23415         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23416         ($(objpfx)libanl.so): Likewise.
23417         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23418         ld.so.
23419         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23420         $(link-libc-deps).
23421         * sysdeps/i386/fpu/Makefile: Remove file.
23422         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23423         ($(objpfx)libm.so): Remove dependency on ld.so.
23425 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23427         [BZ # 15553]
23428         * nis/yp_xdr.c (XDRMAXNAME): Define.
23429         (XDRMAXRECORD): Define.
23430         (xdr_domainname): Use XDRMAXNAME.
23431         (xdr_mapname): Likewise.
23432         (xdr_peername): Likewise.
23433         (xdr_keydat): Use XDRMAXRECORD.
23434         (xdr_valdat): Likewise.
23436 2013-05-30  Jeff Law  <law@redhat.com>
23438         [BZ #14256]
23439         * manual/errno.texi (ESTALE): Update to account for more than
23440         just NFS file systems.
23441         * sysdeps/gnu/errlist.c: Regenerated.
23443 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23445         [BZ #15465]
23446         * elf/Makefile (tests): Add tst-null-argv.
23447         (modules-names):  Add tst-null-argv-lib.
23448         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23449         (tst-null-argv-ENV): Set environment for tst-null-argv.
23450         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23451         (RTLD_PROGNAME): New macro.
23452         * elf/tst-null-argv.c: New test case.
23453         * elf/tst-null-argv-lib.c: Library for test case.
23454         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23455         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23456         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23457         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23458         * elf/dl-init.c (call_init): Likewise.
23459         (_dl_init): Likewise.
23460         * elf/dl-load.c (print_search_path): Likewise.
23461         (_dl_map_object): Likewise.
23462         * elf/dl-lookup.c (do_lookup_x): Likewise.
23463         (add_dependency): Likewise.
23464         (_dl_lookup_symbol_x): Likewise.
23465         (_dl_debug_bindings): Likewise.
23466         * elf/dl-open.c (_dl_show_scope): Likewise.
23467         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23468         * elf/dl-version.c (match_symbol): Likewise.
23469         (_dl_check_map_versions): Likewise.
23470         * elf/rtld.c (dl_main): Likewise.
23471         (print_unresolved): Use RTLD_PROGNAME.
23472         (print_missing_version): Likewise.
23473         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23474         (elf_machine_rela): Likewise.
23475         * sysdeps/powerpc/powerpc32/dl-machine.c
23476         (__process_machine_rela): Likewise.
23477         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23478         Likewise.
23479         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23480         Likewise.
23481         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23482         Likewise.
23483         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23484         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23485         Likewise.
23486         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23487         Likewise.
23488         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23490 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23492         * po/be.po: Add descriptive title.
23493         * po/zh_CN.po: Likewise.
23494         * po/header.pot: Likewise.
23496 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23498         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23499         error message.
23500         (enlarge_archive): Likewise.
23502 2013-05-28  Ben North  <ben@redfrontdoor.org>
23504         * manual/arith.texi (frexp): It is the magnitude of the return
23505         value which lies in [0.5, 1), not the return value itself.
23507 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23509         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23511 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23513         * stdio-common/bug26.c (main): Correct fscanf template.
23515         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23516         declare _dl_skip_args.
23518         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23519         Don't declare.
23521         * manual/platform.texi: Add missing @end deftypefun.
23523 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23525         [BZ #15529]
23526         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23527         bit of mantissa of 2^16382.
23528         * math/libm-test.inc (hypot_test_data): Add more tests.
23530         * math/libm-test.inc: Add drem and pow10 to list of tested
23531         functions.
23532         (pow10_test): New function.
23533         (drem_test): Likewise.
23534         (drem_test_tonearest): Likewise.
23535         (drem_test_towardzero): Likewise.
23536         (drem_test_downward): Likewise.
23537         (drem_test_upward): Likewise.
23538         (main): Call the new functions.
23540         * math/libm-test.inc (finite_test_data): Remove.
23541         (finite_test): Run tests from isfinite_test_data.
23542         (gamma_test_data): Remove.
23543         (gamma_test): Run tests from lgamma_test_data.
23544         * sysdeps/i386/fpu/libm-test-ulps: Update.
23545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23547 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23549         * manual/platform.texi: Add PowerPC PPR function set documentation.
23550         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23551         implementation.
23553 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23555         * math/libm-test.inc (MAX_EXP): Define.
23556         (ULPDIFF): Define.
23557         (ulp): New function.
23558         (check_float_internal): Use ULPDIFF.
23559         (cpow_test): Disable failing test.
23560         (check_ulp): Test ulp() implemetnation.
23561         (main): Call check_ulp before starting tests.
23563 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23565         * math/gen-libm-test.pl (generate_testfile): Do not handle
23566         START_DATA and END_DATA.
23567         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23568         END_DATA.
23569         (acos_tonearest_test_data): Likewise.
23570         (acos_towardzero_test_data): Likewise.
23571         (acos_downward_test_data): Likewise.
23572         (acos_upward_test_data): Likewise.
23573         (acosh_test_data): Likewise.
23574         (asin_test_data): Likewise.
23575         (asin_tonearest_test_data): Likewise.
23576         (asin_towardzero_test_data): Likewise.
23577         (asin_downward_test_data): Likewise.
23578         (asin_upward_test_data): Likewise.
23579         (asinh_test_data): Likewise.
23580         (atan_test_data): Likewise.
23581         (atanh_test_data): Likewise.
23582         (atan2_test_data): Likewise.
23583         (cabs_test_data): Likewise.
23584         (cacos_test_data): Likewise.
23585         (cacosh_test_data): Likewise.
23586         (carg_test_data): Likewise.
23587         (casin_test_data): Likewise.
23588         (casinh_test_data): Likewise.
23589         (catan_test_data): Likewise.
23590         (catanh_test_data): Likewise.
23591         (cbrt_test_data): Likewise.
23592         (ccos_test_data): Likewise.
23593         (ccosh_test_data): Likewise.
23594         (ceil_test_data): Likewise.
23595         (cexp_test_data): Likewise.
23596         (cimag_test_data): Likewise.
23597         (clog_test_data): Likewise.
23598         (clog10_test_data): Likewise.
23599         (conj_test_data): Likewise.
23600         (copysign_test_data): Likewise.
23601         (cos_test_data): Likewise.
23602         (cos_tonearest_test_data): Likewise.
23603         (cos_towardzero_test_data): Likewise.
23604         (cos_downward_test_data): Likewise.
23605         (cos_upward_test_data): Likewise.
23606         (cosh_test_data): Likewise.
23607         (cosh_tonearest_test_data): Likewise.
23608         (cosh_towardzero_test_data): Likewise.
23609         (cosh_downward_test_data): Likewise.
23610         (cosh_upward_test_data): Likewise.
23611         (cpow_test_data): Likewise.
23612         (cproj_test_data): Likewise.
23613         (creal_test_data): Likewise.
23614         (csin_test_data): Likewise.
23615         (csinh_test_data): Likewise.
23616         (csqrt_test_data): Likewise.
23617         (ctan_test_data): Likewise.
23618         (ctan_tonearest_test_data): Likewise.
23619         (ctan_towardzero_test_data): Likewise.
23620         (ctan_downward_test_data): Likewise.
23621         (ctan_upward_test_data): Likewise.
23622         (ctanh_test_data): Likewise.
23623         (ctanh_tonearest_test_data): Likewise.
23624         (ctanh_towardzero_test_data): Likewise.
23625         (ctanh_downward_test_data): Likewise.
23626         (ctanh_upward_test_data): Likewise.
23627         (erf_test_data): Likewise.
23628         (erfc_test_data): Likewise.
23629         (exp_test_data): Likewise.
23630         (exp_tonearest_test_data): Likewise.
23631         (exp_towardzero_test_data): Likewise.
23632         (exp_downward_test_data): Likewise.
23633         (exp_upward_test_data): Likewise.
23634         (exp10_test_data): Likewise.
23635         (exp2_test_data): Likewise.
23636         (expm1_test_data): Likewise.
23637         (fabs_test_data): Likewise.
23638         (fdim_test_data): Likewise.
23639         (finite_test_data): Likewise.
23640         (floor_test_data): Likewise.
23641         (fma_test_data): Likewise.
23642         (fma_towardzero_test_data): Likewise.
23643         (fma_downward_test_data): Likewise.
23644         (fma_upward_test_data): Likewise.
23645         (fmax_test_data): Likewise.
23646         (fmin_test_data): Likewise.
23647         (fmod_test_data): Likewise.
23648         (fpclassify_test_data): Likewise.
23649         (frexp_test_data): Likewise.
23650         (gamma_test_data): Likewise.
23651         (hypot_test_data): Likewise.
23652         (ilogb_test_data): Likewise.
23653         (isfinite_test_data): Likewise.
23654         (isgreater_test_data): Likewise.
23655         (isgreaterequal_test_data): Likewise.
23656         (isinf_test_data): Likewise.
23657         (isless_test_data): Likewise.
23658         (islessequal_test_data): Likewise.
23659         (islessgreater_test_data): Likewise.
23660         (isnan_test_data): Likewise.
23661         (isnormal_test_data): Likewise.
23662         (issignaling_test_data): Likewise.
23663         (isunordered_test_data): Likewise.
23664         (j0_test_data): Likewise.
23665         (j1_test_data): Likewise.
23666         (jn_test_data): Likewise.
23667         (ldexp_test_data): Likewise.
23668         (lgamma_test_data): Likewise.
23669         (lrint_test_data): Likewise.
23670         (lrint_tonearest_test_data): Likewise.
23671         (lrint_towardzero_test_data): Likewise.
23672         (lrint_downward_test_data): Likewise.
23673         (lrint_upward_test_data): Likewise.
23674         (llrint_test_data): Likewise.
23675         (llrint_tonearest_test_data): Likewise.
23676         (llrint_towardzero_test_data): Likewise.
23677         (llrint_downward_test_data): Likewise.
23678         (llrint_upward_test_data): Likewise.
23679         (log_test_data): Likewise.
23680         (log10_test_data): Likewise.
23681         (log1p_test_data): Likewise.
23682         (log2_test_data): Likewise.
23683         (logb_test_data): Likewise.
23684         (logb_downward_test_data): Likewise.
23685         (lround_test_data): Likewise.
23686         (llround_test_data): Likewise.
23687         (modf_test_data): Likewise.
23688         (nearbyint_test_data): Likewise.
23689         (nextafter_test_data): Likewise.
23690         (nexttoward_test_data): Likewise.
23691         (pow_test_data): Likewise.
23692         (pow_tonearest_test_data): Likewise.
23693         (pow_towardzero_test_data): Likewise.
23694         (pow_downward_test_data): Likewise.
23695         (pow_upward_test_data): Likewise.
23696         (remainder_test_data): Likewise.
23697         (remainder_tonearest_test_data): Likewise.
23698         (remainder_towardzero_test_data): Likewise.
23699         (remainder_downward_test_data): Likewise.
23700         (remainder_upward_test_data): Likewise.
23701         (remquo_test_data): Likewise.
23702         (rint_test_data): Likewise.
23703         (rint_tonearest_test_data): Likewise.
23704         (rint_towardzero_test_data): Likewise.
23705         (rint_downward_test_data): Likewise.
23706         (rint_upward_test_data): Likewise.
23707         (round_test_data): Likewise.
23708         (scalb_test_data): Likewise.
23709         (scalbn_test_data): Likewise.
23710         (scalbln_test_data): Likewise.
23711         (signbit_test_data): Likewise.
23712         (sin_test_data): Likewise.
23713         (sin_tonearest_test_data): Likewise.
23714         (sin_towardzero_test_data): Likewise.
23715         (sin_downward_test_data): Likewise.
23716         (sin_upward_test_data): Likewise.
23717         (sincos_test_data): Likewise.
23718         (sinh_test_data): Likewise.
23719         (sinh_tonearest_test_data): Likewise.
23720         (sinh_towardzero_test_data): Likewise.
23721         (sinh_downward_test_data): Likewise.
23722         (sinh_upward_test_data): Likewise.
23723         (sqrt_test_data): Likewise.
23724         (tan_test_data): Likewise.
23725         (tan_tonearest_test_data): Likewise.
23726         (tan_towardzero_test_data): Likewise.
23727         (tan_downward_test_data): Likewise.
23728         (tan_upward_test_data): Likewise.
23729         (tanh_test_data): Likewise.
23730         (tgamma_test_data): Likewise.
23731         (trunc_test_data): Likewise.
23732         (y0_test_data): Likewise.
23733         (y1_test_data): Likewise.
23734         (yn_test_data): Likewise.
23735         (significand_test_data): Likewise.
23737         * math/gen-libm-test.pl (@functions): Remove variable.
23738         (generate_testfile): Don't handle START and END lines.
23739         * math/libm-test.inc (START): New macro.
23740         (END): Likewise.
23741         (END_COMPLEX): Likewise.
23742         (acos_test): Use END macro without arguments.
23743         (acos_test_tonearest): Likewise.
23744         (acos_test_towardzero): Likewise.
23745         (acos_test_downward): Likewise.
23746         (acos_test_upward): Likewise.
23747         (acosh_test): Likewise.
23748         (asin_test): Likewise.
23749         (asin_test_tonearest): Likewise.
23750         (asin_test_towardzero): Likewise.
23751         (asin_test_downward): Likewise.
23752         (asin_test_upward): Likewise.
23753         (asinh_test): Likewise.
23754         (atan_test): Likewise.
23755         (atanh_test): Likewise.
23756         (atan2_test): Likewise.
23757         (cabs_test): Likewise.
23758         (cacos_test): Use END_COMPLEX macro without arguments.
23759         (cacosh_test): Likewise.
23760         (carg_test): Use END macro without arguments.
23761         (casin_test): Use END_COMPLEX macro without arguments.
23762         (casinh_test): Likewise.
23763         (catan_test): Likewise.
23764         (catanh_test): Likewise.
23765         (cbrt_test): Use END macro without arguments.
23766         (ccos_test): Use END_COMPLEX macro without arguments.
23767         (ccosh_test): Likewise.
23768         (ceil_test): Use END macro without arguments.
23769         (cexp_test): Use END_COMPLEX macro without arguments.
23770         (cimag_test): Use END macro without arguments.
23771         (clog_test): Use END_COMPLEX macro without arguments.
23772         (clog10_test): Likewise.
23773         (conj_test): Likewise.
23774         (copysign_test): Use END macro without arguments.
23775         (cos_test): Likewise.
23776         (cos_test_tonearest): Likewise.
23777         (cos_test_towardzero): Likewise.
23778         (cos_test_downward): Likewise.
23779         (cos_test_upward): Likewise.
23780         (cosh_test): Likewise.
23781         (cosh_test_tonearest): Likewise.
23782         (cosh_test_towardzero): Likewise.
23783         (cosh_test_downward): Likewise.
23784         (cosh_test_upward): Likewise.
23785         (cpow_test): Use END_COMPLEX macro without arguments.
23786         (cproj_test): Likewise.
23787         (creal_test): Use END macro without arguments.
23788         (csin_test): Use END_COMPLEX macro without arguments.
23789         (csinh_test): Likewise.
23790         (csqrt_test): Likewise.
23791         (ctan_test): Likewise.
23792         (ctan_test_tonearest): Likewise.
23793         (ctan_test_towardzero): Likewise.
23794         (ctan_test_downward): Likewise.
23795         (ctan_test_upward): Likewise.
23796         (ctanh_test): Likewise.
23797         (ctanh_test_tonearest): Likewise.
23798         (ctanh_test_towardzero): Likewise.
23799         (ctanh_test_downward): Likewise.
23800         (ctanh_test_upward): Likewise.
23801         (erf_test): Use END macro without arguments.
23802         (erfc_test): Likewise.
23803         (exp_test): Likewise.
23804         (exp_test_tonearest): Likewise.
23805         (exp_test_towardzero): Likewise.
23806         (exp_test_downward): Likewise.
23807         (exp_test_upward): Likewise.
23808         (exp10_test): Likewise.
23809         (exp2_test): Likewise.
23810         (expm1_test): Likewise.
23811         (fabs_test): Likewise.
23812         (fdim_test): Likewise.
23813         (finite_test): Likewise.
23814         (floor_test): Likewise.
23815         (fma_test): Likewise.
23816         (fma_test_towardzero): Likewise.
23817         (fma_test_downward): Likewise.
23818         (fma_test_upward): Likewise.
23819         (fmax_test): Likewise.
23820         (fmin_test): Likewise.
23821         (fmod_test): Likewise.
23822         (fpclassify_test): Likewise.
23823         (frexp_test): Likewise.
23824         (gamma_test): Likewise.
23825         (hypot_test): Likewise.
23826         (ilogb_test): Likewise.
23827         (isfinite_test): Likewise.
23828         (isgreater_test): Likewise.
23829         (isgreaterequal_test): Likewise.
23830         (isinf_test): Likewise.
23831         (isless_test): Likewise.
23832         (islessequal_test): Likewise.
23833         (islessgreater_test): Likewise.
23834         (isnan_test): Likewise.
23835         (isnormal_test): Likewise.
23836         (issignaling_test): Likewise.
23837         (isunordered_test): Likewise.
23838         (j0_test): Likewise.
23839         (j1_test): Likewise.
23840         (jn_test): Likewise.
23841         (ldexp_test): Likewise.
23842         (lgamma_test): Likewise.
23843         (lrint_test): Likewise.
23844         (lrint_test_tonearest): Likewise.
23845         (lrint_test_towardzero): Likewise.
23846         (lrint_test_downward): Likewise.
23847         (lrint_test_upward): Likewise.
23848         (llrint_test): Likewise.
23849         (llrint_test_tonearest): Likewise.
23850         (llrint_test_towardzero): Likewise.
23851         (llrint_test_downward): Likewise.
23852         (llrint_test_upward): Likewise.
23853         (log_test): Likewise.
23854         (log10_test): Likewise.
23855         (log1p_test): Likewise.
23856         (log2_test): Likewise.
23857         (logb_test): Likewise.
23858         (logb_test_downward): Likewise.
23859         (lround_test): Likewise.
23860         (llround_test): Likewise.
23861         (modf_test): Likewise.
23862         (nearbyint_test): Likewise.
23863         (nextafter_test): Likewise.
23864         (nexttoward_test): Likewise.
23865         (pow_test): Likewise.
23866         (pow_test_tonearest): Likewise.
23867         (pow_test_towardzero): Likewise.
23868         (pow_test_downward): Likewise.
23869         (pow_test_upward): Likewise.
23870         (remainder_test): Likewise.
23871         (remainder_test_tonearest): Likewise.
23872         (remainder_test_towardzero): Likewise.
23873         (remainder_test_downward): Likewise.
23874         (remainder_test_upward): Likewise.
23875         (remquo_test): Likewise.
23876         (rint_test): Likewise.
23877         (rint_test_tonearest): Likewise.
23878         (rint_test_towardzero): Likewise.
23879         (rint_test_downward): Likewise.
23880         (rint_test_upward): Likewise.
23881         (round_test): Likewise.
23882         (scalb_test): Likewise.
23883         (scalbn_test): Likewise.
23884         (scalbln_test): Likewise.
23885         (signbit_test): Likewise.
23886         (sin_test): Likewise.
23887         (sin_test_tonearest): Likewise.
23888         (sin_test_towardzero): Likewise.
23889         (sin_test_downward): Likewise.
23890         (sin_test_upward): Likewise.
23891         (sincos_test): Likewise.
23892         (sinh_test): Likewise.
23893         (sinh_test_tonearest): Likewise.
23894         (sinh_test_towardzero): Likewise.
23895         (sinh_test_downward): Likewise.
23896         (sinh_test_upward): Likewise.
23897         (sqrt_test): Likewise.
23898         (tan_test): Likewise.
23899         (tan_test_tonearest): Likewise.
23900         (tan_test_towardzero): Likewise.
23901         (tan_test_downward): Likewise.
23902         (tan_test_upward): Likewise.
23903         (tanh_test): Likewise.
23904         (tgamma_test): Likewise.
23905         (trunc_test): Likewise.
23906         (y0_test): Likewise.
23907         (y1_test): Likewise.
23908         (yn_test): Likewise.
23909         (significand_test): Likewise.
23911 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23913         [BZ #15381]
23914         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23916 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23918         [BZ #14894]
23919         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23920         __ppc_mdoio and __ppc_mdoom.
23921         * manual/platform.texi: Document new functions __ppc_yield,
23922         __ppc_mdoio and __ppc_mdoom.
23924 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23926         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23927         (main): Mention "tls" pseudo-hwcap is legacy.
23928         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23930 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23932         * math/gen-libm-test.pl (parse_args): Output only string of
23933         arguments as text for test name, not full call or descriptions of
23934         tests for extra outputs.
23935         (generate_testfile): Do not pass function name to parse_args.
23936         Generate this_func variable from START.
23937         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23938         field to arg_str.
23939         (struct test_ff_f_data): Likewise.
23940         (test_ff_f_data_nexttoward): Likewise.
23941         (struct test_fi_f_data): Likewise.
23942         (struct test_fl_f_data): Likewise.
23943         (struct test_if_f_data): Likewise.
23944         (struct test_fff_f_data): Likewise.
23945         (struct test_c_f_data): Likewise.
23946         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23947         (struct test_fF_f1_data): Likewise.
23948         (struct test_ffI_f1_data): Likewise.
23949         (struct test_c_c_data): Rename test_name field to arg_str.
23950         (struct test_cc_c_data): Likewise.
23951         (struct test_f_i_data): Likewise.
23952         (struct test_ff_i_data): Likewise.
23953         (struct test_f_l_data): Likewise.
23954         (struct test_f_L_data): Likewise.
23955         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23956         and extra2_name.
23957         (COMMON_TEST_SETUP): New macro.
23958         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23959         (COMMON_TEST_CLEANUP): Likewise.
23960         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23961         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23962         macros.
23963         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23964         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23965         macros.
23966         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23967         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23968         cleanup macros.
23969         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23970         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23971         macros.
23972         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23973         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23974         macros.
23975         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23976         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23977         cleanup macros.
23978         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23979         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23980         cleanup macros.
23981         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23982         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23983         cleanup macros.
23984         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23985         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23986         macros.
23987         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23988         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23989         macros.
23990         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23991         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23992         macros.
23993         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23994         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23995         cleanup macros.
23996         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23997         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23998         cleanup macros.
23999         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24000         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24001         macros.
24002         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24003         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24004         cleanup macros.
24005         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24006         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24007         macros.
24008         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24009         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24010         macros.
24011         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24012         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24013         cleanup macros.
24014         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24016 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24018         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24019         to _sifields.sigfault.
24020         (si_addr_lsb): Define new macro.
24021         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24022         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24023         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24025 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24027         [BZ #15441]
24028         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24029         returns -1.
24030         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24031         null return -1.
24032         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24033         loading the domain.
24035 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24037         * math/gen-libm-test.pl (parse_args): Do not include expected
24038         result in test name.
24039         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24040         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24041         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24042         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24043         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24046 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24048         * benchtests/Makefile: Sort function entries.
24050         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24051         tanh, asinh, acosh, atanh.
24052         * benchtests/acos-inputs: New file.
24053         * benchtests/acosh-inputs: New file.
24054         * benchtests/asin-inputs: New file.
24055         * benchtests/asinh-inputs: New file.
24056         * benchtests/atanh-inputs: New file.
24057         * benchtests/cosh-inputs: New file.
24058         * benchtests/log-inputs: New file.
24059         * benchtests/sinh-inputs: New file.
24060         * benchtests/tanh-inputs: New file.
24062 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24064         [BZ #15339]
24065         * posix/tst-getaddrinfo4.c: New test.
24066         * posix/Makefile (tests): Add it.
24068 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24070         [BZ #15339]
24071         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24072         when no services were used.
24073         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24074         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24076 2013-05-21  Andreas Schwab  <schwab@suse.de>
24078         [BZ #15014]
24079         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24080         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24081         successful.
24082         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24083         redundant variable declarations and reallocation of buffer when
24084         parsing as IPv6 address.  Always set NSS status when called from
24085         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24086         buffer too small.  Correct computation of needed size.
24087         * nss/Makefile (tests): Add test-digits-dots.
24088         * nss/test-digits-dots.c: New test.
24090 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24092         * benchtests/Makefile: Remove instructions for adding
24093         benchmark tests.
24094         * benchtests/README: New file to explain how to execute and
24095         enhance the benchmark tests.
24097 2013-05-21  Andreas Schwab  <schwab@suse.de>
24099         [BZ #15493]
24100         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24101         * setjmp/tst-sigsetjmp.c: New test.
24103 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24105         * sysdeps/x86_64/memset.S (memset): New implementation.
24106         (__bzero): Likewise.
24107         (__memset_tail): New function.
24109 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24111         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24112         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24113         __memcpy_sse2_unaligned ifunc selection.
24114         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24115         Add memcpy-sse2-unaligned.S.
24116         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24117         Add: __memcpy_sse2_unaligned.
24119 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24121         [BZ #15490]
24122         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24123         math_force_eval before restoring floating-point envrionment.
24124         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24125         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24126         Likewise.
24127         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24128         <math_private.h>.
24129         (__nearbyintl): Use math_force_eval before restoring
24130         floating-point environment.
24131         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24133         * math/gen-libm-test.pl (special_functions): Remove.
24134         (parse_args): Don't handle TEST_extra.  Handle functions with no
24135         return value.
24136         * math/libm-test.inc (struct test_sincos_data): Replace with
24137         struct test_fFF_11_data.
24138         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24139         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24140         (sincos_test_data): Change element type to struct
24141         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24142         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24143         RUN_TEST_LOOP_sincos.
24144         * math/README.libm-test: Don't mention special handling of
24145         individual functions.
24146         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24147         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24148         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24149         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24150         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24153         * math/gen-libm-test.pl (get_variable): Remove function.
24154         (parse_args): Don't show pointer parameters to call in test
24155         names.  Use "extra output N" in test names for extra outputs
24156         rather than naming variables.
24158 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24160         [BZ #15488]
24161         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24162         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24163         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24164         double tests.
24165         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24166         disable.
24167         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24168         check_long_double.
24170         * math/gen-libm-test.pl (@tests): Remove variable.
24171         ($count): Likewise.
24172         (new_test): Remove function.
24173         (show_exceptions): New function.
24174         (special_functions): Use show_exceptions instead of new_test.
24175         (parse_args): Likewise.
24176         (generate_testfile): Pass only function name in generated call to
24177         print_max_error or print_complex_max_error.
24178         (get_ulps): Do not handle complex tests specially.
24179         (output_test): Rename to ...
24180         (get_all_ulps_for_test): ... this.  Return a string rather than
24181         printing to a file.  Require ulps to be present.
24182         (output_ulps): Generate arrays rather than #defines.
24183         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24184         (struct ulp_data): New type.
24185         (BUILD_COMPLEX_ULP): Remove macro.
24186         (compare_ulp_data): New function.
24187         (find_ulps): Likewise.
24188         (find_test_ulps): Likewise.
24189         (find_function_ulps): Likewise.
24190         (find_complex_function_ulps): Likewise.
24191         (print_max_error): Determine allowed ulps using
24192         find_function_ulps.
24193         (print_complex_max_error): Determine allowed ulps using
24194         find_complex_function_ulps.
24195         (check_float_internal): Determine max ulps using find_test_ulps.
24196         (check_float): Do not take max_ulp parameter.  Update call to
24197         check_float_internal.
24198         (check_complex): Likewise.
24199         (check_int): Do not take max_ulp parameter.
24200         (check_long): Likewise.
24201         (check_bool): Likewise.
24202         (check_longlong): Likewise.
24203         (struct test_f_f_data): Remove max_ulp field.
24204         (struct test_ff_f_data): Likewise.
24205         (struct test_ff_f_data_nexttoward): Likewise.
24206         (struct test_fi_f_data): Likewise.
24207         (struct test_fl_f_data): Likewise.
24208         (struct test_if_f_data): Likewise.
24209         (struct test_fff_f_data): Likewise.
24210         (struct test_c_f_data): Likewise.
24211         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24212         (struct test_fF_f1_data): Likewise.
24213         (struct test_ffI_f1_data): Likewise.
24214         (struct test_c_c_data): Remove max_ulp field.
24215         (struct test_cc_c_data): Likewise.
24216         (struct test_f_i_data): Likewise.
24217         (struct test_ff_i_data): Likewise.
24218         (struct test_f_l_data): Likewise.
24219         (struct test_f_L_data): Likewise.
24220         (struct test_sincos_data): Likewise.
24221         (RUN_TEST_f_f): Do not handle ulps.
24222         (RUN_TEST_LOOP_f_f): Likewise.
24223         (RUN_TEST_2_f): Likewise.
24224         (RUN_TEST_LOOP_2_f): Likewise.
24225         (RUN_TEST_fff_f): Likewise.
24226         (RUN_TEST_LOOP_fff_f): Likewise.
24227         (RUN_TEST_c_f): Likewise.
24228         (RUN_TEST_LOOP_c_f): Likewise.
24229         (RUN_TEST_f_f1): Likewise.
24230         (RUN_TEST_LOOP_f_f1): Likewise.
24231         (RUN_TEST_fF_f1): Likewise.
24232         (RUN_TEST_LOOP_fF_f1): Likewise.
24233         (RUN_TEST_fI_f1): Likewise.
24234         (RUN_TEST_LOOP_fI_f1): Likewise.
24235         (RUN_TEST_ffI_f1): Likewise.
24236         (RUN_TEST_LOOP_ffI_f1): Likewise.
24237         (RUN_TEST_c_c): Likewise.
24238         (RUN_TEST_LOOP_c_c): Likewise.
24239         (RUN_TEST_cc_c): Likewise.
24240         (RUN_TEST_LOOP_cc_c): Likewise.
24241         (RUN_TEST_f_i): Likewise.
24242         (RUN_TEST_LOOP_f_i): Likewise.
24243         (RUN_TEST_f_i_tg): Likewise.
24244         (RUN_TEST_LOOP_f_i_tg): Likewise.
24245         (RUN_TEST_ff_i_tg): Likewise.
24246         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24247         (RUN_TEST_f_b): Likewise.
24248         (RUN_TEST_LOOP_f_b): Likewise.
24249         (RUN_TEST_f_b_tg): Likewise.
24250         (RUN_TEST_LOOP_f_b_tg): Likewise.
24251         (RUN_TEST_f_l): Likewise.
24252         (RUN_TEST_LOOP_f_l): Likewise.
24253         (RUN_TEST_f_L): Likewise.
24254         (RUN_TEST_LOOP_f_L): Likewise.
24255         (RUN_TEST_sincos): Likewise.
24256         (RUN_TEST_LOOP_sincos): Likewise.
24258 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24260         [BZ #15480]
24261         [BZ #15485]
24262         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24263         main case of finite arguments, set rounding mode to FE_TONEAREST
24264         and discard exceptions.
24265         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24266         exceptions.
24267         (remainder_tonearest_test_data): New variable.
24268         (remainder_test_tonearest): New function.
24269         (remainder_towardzero_test_data): New variable.
24270         (remainder_test_towardzero): New function.
24271         (remainder_downward_test_data): New variable.
24272         (remainder_test_downward): New function.
24273         (remainder_upward_test_data): New variable.
24274         (remainder_test_upward): New function.
24275         (main): Call the new test functions.
24277         * math/libm-test.inc (struct test_f_f1_data): Remove field
24278         extra_init.
24279         (struct test_fF_f1_data): Likewise.
24280         (struct test_ffI_f1_data): Likewise.
24281         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24282         based on value of EXTRA_EXPECTED.
24283         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24284         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24285         EXTRA_VAR based on value of EXTRA_EXPECTED.
24286         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24287         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24288         EXTRA_VAR based on value of EXTRA_EXPECTED.
24289         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24290         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24291         EXTRA_VAR based on value of EXTRA_EXPECTED.
24292         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24293         * math/gen-libm-test.pl (parse_args): Don't output initializers
24294         for extra output values.
24296         * math/libm-test.inc (check_int): Expect result to be exactly
24297         equal to expected value and do not handle ulps.
24298         (check_long): Likewise.
24299         (check_longlong): Likewise.
24301         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24302         exceptions.
24303         (cimag_test_data): Likewise.
24304         (conj_test_data): Likewise.
24305         (copysign_test_data): Likewise.
24306         (cproj_test_data): Likewise.
24307         (creal_test_data): Likewise.
24308         (fabs_test_data): Likewise.
24309         (fdim_test_data): Likewise.
24310         (finite_test_data): Likewise.
24311         (floor_test_data): Likewise.
24312         (fmax_test_data): Likewise.
24313         (fmin_test_data): Likewise.
24314         (fmod_test_data): Likewise.
24315         (fpclassify_test_data): Likewise.
24316         (frexp_test_data): Likewise.
24317         (ilogb_test_data): Likewise.
24318         (isfinite_test_data): Likewise.
24319         (isgreater_test_data): Likewise.
24320         (isgreaterequal_test_data): Likewise.
24321         (isinf_test_data): Likewise.
24322         (isless_test_data): Likewise.
24323         (islessequal_test_data): Likewise.
24324         (islessgreater_test_data): Likewise.
24325         (isnan_test_data): Likewise.
24326         (isnormal_test_data): Likewise.
24327         (issignaling_test_data): Likewise.
24328         (isunordered_test_data): Likewise.
24329         (ldexp_test_data): Likewise.
24330         (lrint_test_data): Likewise.
24331         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24332         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24333         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24334         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24335         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24336         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24337         test input.
24338         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24339         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24340         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24341         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24342         that test input.
24343         (lrint_downward_test_data): Test for "inexact" exceptions.
24344         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24345         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24346         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24347         test input.
24348         (lrint_upward_test_data): Test for "inexact" exceptions.
24349         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24350         test input.
24351         (llrint_test_data): Test for "inexact" exceptions.
24352         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24353         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24354         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24355         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24356         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24357         (llrint_downward_test_data): Test for "inexact" exceptions.
24358         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24359         (llrint_upward_test_data): Test for "inexact" exceptions.
24360         (logb_test_data): Likewise.
24361         (logb_downward_test_data): Likewise.
24362         (nextafter_test_data): Likewise.
24363         (nexttoward_test_data): Likewise.
24364         (remainder_test_data): Likewise.
24365         (remquo_test_data): Likewise.
24366         (scalbn_test_data): Likewise.
24367         (scalbln_test_data): Likewise.
24368         (signbit_test_data): Likewise.
24369         (sqrt_test_data): Likewise.
24370         (significand_test_data): Likewise.
24372 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24374         [BZ #15424]
24375         * benchtests/bench-modf.c (struct args): Mark arg0 as
24376         volatile.
24377         * scripts/bench.pl: Mark members of struct args as volatile.
24379 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24381         [BZ # 15497]
24382         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24383         negative infinity on POWER6 or lower.
24384         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24386 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24388         [BZ #15442]
24389         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24390         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24391         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24392         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24393         (_FP_SETQNAN): New macro.
24394         (_FP_SETQNAN_SEMIRAW): Likewise.
24395         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24396         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24397         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24398         (FP_EXTEND): Use _FP_FRAC_SNANP.
24399         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24400         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24401         into account.
24402         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24403         New macro.
24404         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24405         Likewise.
24407 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24409         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24410         with DIVIDE_BY_ZERO_EXCEPTION.
24411         (gamma_test_data): Likewise.
24412         (lgamma_test_data): Likewise.
24413         (log_test_data): Likewise.
24414         (log10_test_data): Likewise.
24415         (log2_test_data): Likewise.
24416         (tgamma_test_data): Likewise.
24418         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24419         (acos_test_tonearest): Likewise.
24420         (acos_test_towardzero): Likewise.
24421         (acos_test_downward): Likewise.
24422         (acos_test_upward): Likewise.
24423         (acosh_test): Likewise.
24424         (asin_test): Likewise.
24425         (asin_test_tonearest): Likewise.
24426         (asin_test_towardzero): Likewise.
24427         (asin_test_downward): Likewise.
24428         (asin_test_upward): Likewise.
24429         (asinh_test): Likewise.
24430         (atan_test): Likewise.
24431         (atanh_test): Likewise.
24432         (atan2_test): Likewise.
24433         (cabs_test): Likewise.
24434         (cacos_test): Likewise.
24435         (cacosh_test): Likewise.
24436         (casin_test): Likewise.
24437         (casinh_test): Likewise.
24438         (catan_test): Likewise.
24439         (catanh_test): Likewise.
24440         (cbrt_test): Likewise.
24441         (ccos_test): Likewise.
24442         (ccosh_test): Likewise.
24443         (cexp_test): Likewise.
24444         (clog_test): Likewise.
24445         (clog10_test): Likewise.
24446         (cos_test): Likewise.
24447         (cos_test_tonearest): Likewise.
24448         (cos_test_towardzero): Likewise.
24449         (cos_test_downward): Likewise.
24450         (cos_test_upward): Likewise.
24451         (cosh_test): Likewise.
24452         (cosh_test_tonearest): Likewise.
24453         (cosh_test_towardzero): Likewise.
24454         (cosh_test_downward): Likewise.
24455         (cosh_test_upward): Likewise.
24456         (cpow_test): Likewise.
24457         (csin_test): Likewise.
24458         (csinh_test): Likewise.
24459         (csqrt_test): Likewise.
24460         (ctan_test): Likewise.
24461         (ctan_test_tonearest): Likewise.
24462         (ctan_test_towardzero): Likewise.
24463         (ctan_test_downward): Likewise.
24464         (ctan_test_upward): Likewise.
24465         (ctanh_test): Likewise.
24466         (ctanh_test_tonearest): Likewise.
24467         (ctanh_test_towardzero): Likewise.
24468         (ctanh_test_downward): Likewise.
24469         (ctanh_test_upward): Likewise.
24470         (erf_test): Likewise.
24471         (erfc_test): Likewise.
24472         (exp_test): Likewise.
24473         (exp_test_tonearest): Likewise.
24474         (exp_test_towardzero): Likewise.
24475         (exp_test_downward): Likewise.
24476         (exp_test_upward): Likewise.
24477         (exp10_test): Likewise.
24478         (exp2_test): Likewise.
24479         (expm1_test): Likewise.
24480         (fmod_test): Likewise.
24481         (gamma_test): Likewise.
24482         (hypot_test): Likewise.
24483         (j0_test): Likewise.
24484         (j1_test): Likewise.
24485         (jn_test): Likewise.
24486         (lgamma_test): Likewise.
24487         (log_test): Likewise.
24488         (log10_test): Likewise.
24489         (log1p_test): Likewise.
24490         (log2_test): Likewise.
24491         (logb_test_downward): Likewise.
24492         (pow_test): Likewise.
24493         (pow_test_tonearest): Likewise.
24494         (pow_test_towardzero): Likewise.
24495         (pow_test_downward): Likewise.
24496         (pow_test_upward): Likewise.
24497         (remainder_test): Likewise.
24498         (remquo_test): Likewise.
24499         (sin_test): Likewise.
24500         (sin_test_tonearest): Likewise.
24501         (sin_test_towardzero): Likewise.
24502         (sin_test_downward): Likewise.
24503         (sin_test_upward): Likewise.
24504         (sincos_test): Likewise.
24505         (sinh_test): Likewise.
24506         (sinh_test_tonearest): Likewise.
24507         (sinh_test_towardzero): Likewise.
24508         (sinh_test_downward): Likewise.
24509         (sinh_test_upward): Likewise.
24510         (sqrt_test): Likewise.
24511         (tan_test): Likewise.
24512         (tan_test_tonearest): Likewise.
24513         (tan_test_towardzero): Likewise.
24514         (tan_test_downward): Likewise.
24515         (tan_test_upward): Likewise.
24516         (tanh_test): Likewise.
24517         (tgamma_test): Likewise.
24518         (y0_test): Likewise.
24519         (y1_test): Likewise.
24520         (yn_test): Likewise.
24522         * math/gen-libm-test.pl (adjust_arg): Remove function.
24523         (special_function): Remove argument $in_func.  Only handle
24524         generating output for tables of tests, not inside functions.
24525         (parse_args): Likewise.
24526         (generate_testfile): Remove variable $in_func.  Update call to
24527         parse_args.
24528         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24529         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24530         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24531         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24532         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24533         (MAX_VALUE_INIT): Rename macro to max_value.
24534         (MIN_VALUE_INIT): Rename macro to min_value.
24535         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24536         (plus_zero): Remove variable.
24537         (minus_zero): Likewise.
24538         (plus_infty): Likewise.
24539         (minus_infty): Likewise.
24540         (qnan_value): Likewise.
24541         (max_value): Likewise.
24542         (min_value): Likewise.
24543         (min_subnorm_value): Likewise.
24545 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24547         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24548         uint64_t or uint32_t usage.
24549         * crypt/sha256-block.c: Likewise.
24550         * crypt/sha256-crypt.c: Likewise.
24551         * crypt/sha256.c: Likewise.
24552         * crypt/sha512-block.c: Likewise.
24553         * crypt/sha512-crypt.c: Likewise.
24554         * crypt/sha512.c: Likewise.
24555         * debug/backtrace-tst.c: Likewise.
24556         * debug/pcprofiledump.c: Likewise.
24557         * elf/cache.c: Likewise.
24558         * elf/dl-cache.c: Likewise.
24559         * elf/dl-misc.c: Likewise.
24560         * elf/dl-profile.c: Likewise.
24561         * elf/dl-support.c: Likewise.
24562         * elf/ldconfig.c: Likewise.
24563         * elf/sprof.c: Likewise.
24564         * iconv/dummy-repertoire.c: Likewise.
24565         * iconv/iconv_charmap.c: Likewise.
24566         * iconv/skeleton.c: Likewise.
24567         * iconvdata/8bit-generic.c: Likewise.
24568         * iconvdata/cp737.h: Likewise.
24569         * iconvdata/cp775.h: Likewise.
24570         * iconvdata/ibm1008.h: Likewise.
24571         * iconvdata/ibm1025.h: Likewise.
24572         * iconvdata/ibm1046.h: Likewise.
24573         * iconvdata/ibm1097.h: Likewise.
24574         * iconvdata/ibm1112.h: Likewise.
24575         * iconvdata/ibm1122.h: Likewise.
24576         * iconvdata/ibm1123.h: Likewise.
24577         * iconvdata/ibm1124.h: Likewise.
24578         * iconvdata/ibm1129.h: Likewise.
24579         * iconvdata/ibm1130.h: Likewise.
24580         * iconvdata/ibm1132.h: Likewise.
24581         * iconvdata/ibm1133.h: Likewise.
24582         * iconvdata/ibm1137.h: Likewise.
24583         * iconvdata/ibm1140.h: Likewise.
24584         * iconvdata/ibm1141.h: Likewise.
24585         * iconvdata/ibm1142.h: Likewise.
24586         * iconvdata/ibm1143.h: Likewise.
24587         * iconvdata/ibm1144.h: Likewise.
24588         * iconvdata/ibm1145.h: Likewise.
24589         * iconvdata/ibm1146.h: Likewise.
24590         * iconvdata/ibm1147.h: Likewise.
24591         * iconvdata/ibm1148.h: Likewise.
24592         * iconvdata/ibm1149.h: Likewise.
24593         * iconvdata/ibm1153.h: Likewise.
24594         * iconvdata/ibm1154.h: Likewise.
24595         * iconvdata/ibm1155.h: Likewise.
24596         * iconvdata/ibm1156.h: Likewise.
24597         * iconvdata/ibm1157.h: Likewise.
24598         * iconvdata/ibm1158.h: Likewise.
24599         * iconvdata/ibm1160.h: Likewise.
24600         * iconvdata/ibm1161.h: Likewise.
24601         * iconvdata/ibm1162.h: Likewise.
24602         * iconvdata/ibm1163.h: Likewise.
24603         * iconvdata/ibm1164.h: Likewise.
24604         * iconvdata/ibm1166.h: Likewise.
24605         * iconvdata/ibm1167.h: Likewise.
24606         * iconvdata/ibm12712.h: Likewise.
24607         * iconvdata/ibm1390.h: Likewise.
24608         * iconvdata/ibm1399.h: Likewise.
24609         * iconvdata/ibm16804.h: Likewise.
24610         * iconvdata/ibm4517.h: Likewise.
24611         * iconvdata/ibm4899.h: Likewise.
24612         * iconvdata/ibm4909.h: Likewise.
24613         * iconvdata/ibm4971.h: Likewise.
24614         * iconvdata/ibm5347.h: Likewise.
24615         * iconvdata/ibm803.h: Likewise.
24616         * iconvdata/ibm856.h: Likewise.
24617         * iconvdata/ibm901.h: Likewise.
24618         * iconvdata/ibm902.h: Likewise.
24619         * iconvdata/ibm9030.h: Likewise.
24620         * iconvdata/ibm9066.h: Likewise.
24621         * iconvdata/ibm921.h: Likewise.
24622         * iconvdata/ibm922.h: Likewise.
24623         * iconvdata/ibm9448.h: Likewise.
24624         * iconvdata/isiri-3342.h: Likewise.
24625         * iconvdata/jis0201.h: Likewise.
24626         * include/link.h: Likewise.
24627         * include/netdb.h: Likewise.
24628         * inet/check_native.c: Likewise.
24629         * inet/check_pf.c: Likewise.
24630         * inet/getipv4sourcefilter.c: Likewise.
24631         * inet/getnameinfo.c: Likewise.
24632         * inet/getsourcefilter.c: Likewise.
24633         * inet/htonl.c: Likewise.
24634         * inet/setipv4sourcefilter.c: Likewise.
24635         * inet/setsourcefilter.c: Likewise.
24636         * inet/test-inet6_opt.c: Likewise.
24637         * inet/tst-network.c: Likewise.
24638         * locale/C-collate.c: Likewise.
24639         * locale/C-ctype.c: Likewise.
24640         * locale/C-time.c: Likewise.
24641         * locale/C-translit.h: Likewise.
24642         * locale/loadarchive.c: Likewise.
24643         * locale/programs/3level.h: Likewise.
24644         * locale/programs/charmap.c: Likewise.
24645         * locale/programs/charmap.h: Likewise.
24646         * locale/programs/ld-address.c: Likewise.
24647         * locale/programs/ld-collate.c: Likewise.
24648         * locale/programs/ld-ctype.c: Likewise.
24649         * locale/programs/ld-identification.c: Likewise.
24650         * locale/programs/ld-measurement.c: Likewise.
24651         * locale/programs/ld-messages.c: Likewise.
24652         * locale/programs/ld-monetary.c: Likewise.
24653         * locale/programs/ld-name.c: Likewise.
24654         * locale/programs/ld-numeric.c: Likewise.
24655         * locale/programs/ld-paper.c: Likewise.
24656         * locale/programs/ld-telephone.c: Likewise.
24657         * locale/programs/ld-time.c: Likewise.
24658         * locale/programs/linereader.c: Likewise.
24659         * locale/programs/locale.c: Likewise.
24660         * locale/programs/locarchive.c: Likewise.
24661         * locale/programs/locfile.h: Likewise.
24662         * locale/programs/repertoire.c: Likewise.
24663         * locale/programs/simple-hash.c: Likewise.
24664         * locale/programs/simple-hash.h: Likewise.
24665         * malloc/memusage.c: Likewise.
24666         * malloc/memusagestat.c: Likewise.
24667         * nis/nis_defaults.c: Likewise.
24668         * nis/nis_hash.c: Likewise.
24669         * nis/nis_print.c: Likewise.
24670         * nis/nis_xdr.c: Likewise.
24671         * nscd/connections.c: Likewise.
24672         * nscd/hstcache.c: Likewise.
24673         * nscd/nscd_gethst_r.c: Likewise.
24674         * nscd/nscd_getserv_r.c: Likewise.
24675         * nscd/nscd_helper.c: Likewise.
24676         * nscd/servicescache.c: Likewise.
24677         * nss/makedb.c: Likewise.
24678         * nss/nss_db/db-XXX.c: Likewise.
24679         * nss/nss_db/db-initgroups.c: Likewise.
24680         * nss/nss_db/db-netgrp.c: Likewise.
24681         * nss/nss_files/files-network.c: Likewise.
24682         * nss/nss_files/files-parse.c: Likewise.
24683         * posix/bug-regex5.c: Likewise.
24684         * posix/fnmatch_loop.c: Likewise.
24685         * posix/regcomp.c: Likewise.
24686         * posix/regexec.c: Likewise.
24687         * posix/tst-rfc3484-2.c: Likewise.
24688         * posix/tst-rfc3484-3.c: Likewise.
24689         * posix/tst-rfc3484.c: Likewise.
24690         * resolv/nss_dns/dns-canon.c: Likewise.
24691         * resolv/nss_dns/dns-network.c: Likewise.
24692         * resolv/res_init.c: Likewise.
24693         * resolv/res_mkquery.c: Likewise.
24694         * resolv/tst-aton.c: Likewise.
24695         * stdlib/cxa_atexit.c: Likewise.
24696         * stdlib/cxa_finalize.c: Likewise.
24697         * stdlib/gen-fpioconst.c: Likewise.
24698         * stdlib/strtol_l.c: Likewise.
24699         * string/tst-endian.c: Likewise.
24700         * sunrpc/auth_des.c: Likewise.
24701         * sunrpc/clnt_udp.c: Likewise.
24702         * sunrpc/rtime.c: Likewise.
24703         * sunrpc/svcauth_des.c: Likewise.
24704         * sunrpc/xdr.c: Likewise.
24705         * sunrpc/xdr_intXX_t.c: Likewise.
24706         * sunrpc/xdr_rec.c: Likewise.
24707         * sysdeps/generic/ldconfig.h: Likewise.
24708         * sysdeps/generic/ldsodefs.h: Likewise.
24709         * sysdeps/generic/memusage.h: Likewise.
24710         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24711         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24712         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24713         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24714         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24715         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24716         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24717         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24718         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24719         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24720         * sysdeps/posix/getaddrinfo.c: Likewise.
24721         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24722         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24723         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24724         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24725         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24726         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24727         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24728         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24729         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24730         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24731         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24732         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24733         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24734         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24735         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24736         * sysdeps/x86_64/dl-tls.h: Likewise.
24737         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24738         * time/alt_digit.c: Likewise.
24739         * time/era.c: Likewise.
24740         * wcsmbs/tst-c16c32-1.c: Likewise.
24742 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24744         * math/libm-test.inc (struct test_sincos_data): New type.
24745         (RUN_TEST_LOOP_sincos): New macro.
24746         (sincos_test_data): New variable.
24747         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24749 2013-05-16  Richard Henderson  <rth@redhat.com>
24751         * math/atest-exp2.c (LIMB64): New macro.
24752         (CONSTSZ): New macro.
24753         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24754         (hexdig): Move ...
24755         (print_mpn_fp): ... to function scope.
24756         (read_mpn_hex): Remove.
24757         (get_log2): Remove.
24758         (exp2_mpn): Use mp_log2.
24759         (main): Use mp_exp1.
24761 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24763         * math/libm-test.inc: Remove comment about not testing "inexact"
24764         exceptions.
24765         (INEXACT_EXCEPTION): New macro.
24766         (NO_INEXACT_EXCEPTION): Likewise.
24767         (INVALID_EXCEPTION_OK): Update value.
24768         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24769         (OVERFLOW_EXCEPTION_OK): Likewise.
24770         (UNDERFLOW_EXCEPTION_OK): Likewise.
24771         (IGNORE_ZERO_INF_SIGN): Likewise.
24772         (ERRNO_UNCHANGED): Likewise.
24773         (ERRNO_EDOM): Likewise.
24774         (ERRNO_ERANGE): Likewise.
24775         (test_exceptions): Handle testing "inexact" exceptions.
24776         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24777         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24778         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24779         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24780         INEXACT_EXCEPTION.
24781         (rint_towardzero_test_data): Likewise.
24782         (rint_downward_test_data): Likewise.
24783         (rint_upward_test_data): Likewise.
24785         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24786         with OVERFLOW_EXCEPTION.
24787         (exp10_test_data): Likewise.
24788         (exp2_test_data): Likewise.
24789         (expm1_test_data): Likewise.
24790         (lgamma_test_data): Likewise.
24791         (pow_test_data): Likewise.
24792         (tgamma_test_data): Likewise.
24793         (yn_test_data): Remove duplicate test of overflow.
24795         * math/libm-test.inc (struct test_cc_c_data): New type.
24796         (RUN_TEST_LOOP_cc_c): New macro.
24797         (cpow_test_data): New variable.
24798         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24800         * math/libm-test.inc (struct test_f_L_data): New type.
24801         (RUN_TEST_LOOP_f_L): New macro.
24802         (llrint_test_data): New variable.
24803         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24804         (llrint_tonearest_test_data): New variable.
24805         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24806         (llrint_towardzero_test_data): New variable.
24807         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24808         (llrint_downward_test_data): New variable.
24809         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24810         (llrint_upward_test_data): New variable.
24811         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24812         (llround_test_data): New variable.
24813         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24815 2013-05-13  Peter Collingbourne  <pcc@google.com>
24817         * math/atest-exp2.c (get_log2): Remove const attribute.
24819 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24821         * math/libm-test.inc (struct test_f_l_data): New type.
24822         (RUN_TEST_LOOP_f_l): New macro.
24823         (lrint_test_data): New variable.
24824         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24825         (lrint_tonearest_test_data): New variable.
24826         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24827         (lrint_towardzero_test_data): New variable.
24828         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24829         (lrint_downward_test_data): New variable.
24830         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24831         (lrint_upward_test_data): New variable.
24832         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24833         (lround_test_data): New variable.
24834         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24836 2013-05-15  Peter Collingbourne  <pcc@google.com>
24838         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24839         (EXTRACT_WORDS64) Use where appropriate.
24840         (INSERT_WORDS64) Likewise.
24842         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24843         constraints with x constraints.
24844         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24846         * malloc/obstack.c (_obstack_compat): Add initializer.
24848 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24850         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24851         si_trapno and add si_addr_lsb to _sifields.sigfault.
24852         (si_trapno): Remove macro.
24853         (si_addr_lsb): Define new macro.
24854         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24856 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24858         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24859         instead of TEST_f_l.
24860         (llrint_test_tonearest): Likewise.
24861         (llrint_test_towardzero): Likewise.
24862         (llrint_test_downward): Likewise.
24863         (llrint_test_upward): Likewise.
24864         (llround_test): Likewise.
24866         * math/libm-test.inc (struct test_f_i_data): Add comment.
24867         (RUN_TEST_LOOP_f_b): New macro.
24868         (RUN_TEST_LOOP_f_b_tg): Likewise.
24869         (finite_test_data): New variable.
24870         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24871         (isfinite_test_data): New variable.
24872         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24873         (isinf_test_data): New variable.
24874         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24875         (isnan_test_data): New variable.
24876         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24877         (isnormal_test_data): New variable.
24878         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24879         (issignaling_test_data): New variable.
24880         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24881         (signbit_test_data): New variable.
24882         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24884         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24885         with INVALID_EXCEPTION.
24886         (acosh_test_data): Likewise.
24887         (asin_test_data): Likewise.
24888         (atanh_test_data): Likewise.
24889         (fmod_test_data): Likewise.
24890         (log_test_data): Likewise.
24891         (log10_test_data): Likewise.
24892         (log2_test_data): Likewise.
24893         (pow_test_data): Likewise.
24894         (sqrt_test_data): Likewise.
24895         (y0_test_data): Likewise.
24896         (y1_test_data): Likewise.
24897         (yn_test_data): Likewise.
24899         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24900         function contents.
24902         * math/libm-test.inc (struct test_ff_i_data): New type.
24903         (RUN_TEST_LOOP_ff_i_tg): New macro.
24904         (isgreater_test_data): New variable.
24905         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24906         (isgreaterequal_test_data): New variable.
24907         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24908         (isless_test_data): New variable.
24909         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24910         (islessequal_test_data): New variable.
24911         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24912         (islessgreater_test_data): New variable.
24913         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24914         (isunordered_test_data): New variable.
24915         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24917 2013-05-14  David S. Miller  <davem@davemloft.net>
24919         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24921 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24923         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24925         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24926         extra_test to int.
24927         (struct test_f_i_data): Change type of max_ulp to int.
24929         * math/libm-test.inc (test_ffI_f1_data): New type.
24930         (RUN_TEST_LOOP_ffI_f1): New macro.
24931         (remquo_test_data): New variable.
24932         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24934         * setjmp/tst-setjmp-fp.c: New file.
24935         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24936         (link-libm): New variable.
24937         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24939         * math/libm-test.inc (struct test_f_i_data): New type.
24940         (RUN_TEST_LOOP_f_i): New macro.
24941         (RUN_TEST_LOOP_f_i_tg): Likewise.
24942         (fpclassify_test_data): New variable.
24943         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24944         (ilogb_test_data): New variable.
24945         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24947         * math/libm-test.inc (scalbln_test): Correct function name in END
24948         call.
24950         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24951         (RUN_TEST_LOOP_fI_f1): New macro.
24952         (frexp_test_data): New variable.
24953         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24955         * math/libm-test.inc (struct test_fF_f1_data): New type.
24956         (RUN_TEST_LOOP_fF_f1): New macro.
24957         (modf_test_data): New variable.
24958         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24960         * math/libm-test.inc (struct test_f_f1_data): New type.
24961         (RUN_TEST_LOOP_f_f1): New macro.
24962         (gamma_test_data): New variable.
24963         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24964         (lgamma_test_data): New variable.
24965         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24967 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24969         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24970         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24971         (main): Comment "tls" pseudo-hwcap.
24973 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24975         * math/libm-test.inc (struct test_fl_f_data): New type.
24976         (RUN_TEST_LOOP_fl_f): New variable.
24977         (scalbln_test_data): New variable.
24978         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24980         * math/libm-test.inc (struct test_fi_f_data): New type.
24981         (RUN_TEST_LOOP_fi_f): New macro.
24982         (ldexp_test_data): New variable.
24983         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24984         (scalbn_test_data): New variable.
24985         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24987         * math/libm-test.inc (struct test_c_f_data): New type.
24988         (RUN_TEST_LOOP_c_f): New macro.
24989         (cabs_test_data): New variable.
24990         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24991         (carg_test_data): New variable.
24992         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24993         (cimag_test_data): New variable.
24994         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24995         (creal_test_data): New variable.
24996         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24998         * math/libm-test.inc (struct test_if_f_data): New type.
24999         (RUN_TEST_LOOP_if_f): New macro.
25000         (jn_test_data): New variable.
25001         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25002         (yn_test_data): New variable.
25003         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25005         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25007 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25009         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25010         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25012 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25014         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25015         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25016         (bench-deps): Add bench-timing.h.
25017         * benchtests-bench-skeleton.c: Include bench-timing.h.
25018         (main): Use TIMING_* macros instead of clock_gettime.
25019         * benchtests/bench-timing.h: New file.
25021         [BZ #14582]
25022         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25023         Renamed from _LIB_VERSION.
25024         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25026 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25028         * math/libm-test.inc (struct test_fff_f_data): New type.
25029         (RUN_TEST_LOOP_fff_f): New macro.
25030         (fma_test_data): New variable.
25031         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25032         (fma_towardzero_test_data): New variable.
25033         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25034         (fma_downward_test_data): New variable.
25035         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25036         (fma_upward_test_data): New variable.
25037         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25039         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25040         (struct test_c_c_data): New type.
25041         (RUN_TEST_LOOP_c_c): New macro.
25042         (cacos_test_data): New variable.
25043         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25044         (cacosh_test_data): New variable.
25045         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25046         (casin_test_data): New variable.
25047         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25048         (casinh_test_data): New variable.
25049         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25050         (catan_test_data): New variable.
25051         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25052         (catanh_test_data): New variable.
25053         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25054         (ccos_test_data): New variable.
25055         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25056         (ccosh_test_data): New variable.
25057         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25058         (cexp_test_data): New variable.
25059         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25060         (clog_test_data): New variable.
25061         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25062         (clog10_test_data): New variable.
25063         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25064         (conj_test_data): New variable.
25065         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25066         (cproj_test_data): New variable.
25067         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25068         (csin_test_data): New variable.
25069         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25070         (csinh_test_data): New variable.
25071         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25072         (csqrt_test_data): New variable.
25073         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25074         (ctan_test_data): New variable.
25075         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25076         (ctan_tonearest_test_data): New variable.
25077         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25078         (ctan_towardzero_test_data): New variable.
25079         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25080         (ctan_downward_test_data): New variable.
25081         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25082         (ctan_upward_test_data): New variable.
25083         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25084         (ctanh_test_data): New variable.
25085         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25086         (ctanh_tonearest_test_data): New variable.
25087         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25088         (ctanh_towardzero_test_data): New variable.
25089         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25090         (ctanh_downward_test_data): New variable.
25091         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25092         (ctanh_upward_test_data): New variable.
25093         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25094         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25095         of BUILD_COMPLEX.
25097         * math/libm-test.inc (struct test_ff_f_data): New type.
25098         (struct test_ff_f_data_nexttoward): Likewise.
25099         (RUN_TEST_LOOP_2_f): New macro.
25100         (RUN_TEST_LOOP_ff_f): Likewise.
25101         (atan2_test_data): New variable.
25102         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25103         (copysign_test_data): New variable.
25104         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25105         (fdim_test_data): New variable.
25106         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25107         (fmax_test_data): New variable.
25108         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25109         (fmin_test_data): New variable.
25110         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25111         (fmod_test_data): New variable.
25112         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25113         (hypot_test_data): New variable.
25114         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25115         (nextafter_test_data): New variable.
25116         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25117         (nexttoward_test_data): New variable.
25118         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25119         (pow_test_data): New variable.
25120         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25121         (pow_tonearest_test_data): New variable.
25122         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25123         (pow_towardzero_test_data): New variable.
25124         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25125         (pow_downward_test_data): New variable.
25126         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25127         (pow_upward_test_data): New variable.
25128         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25129         (remainder_test_data): New variable.
25130         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25131         (scalb_test_data): New variable.
25132         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25133         * sysdeps/i386/fpu/libm-test-ulps: Update.
25135 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25137         * math/libm-test.inc (fma_test): Use max_value instead of local
25138         variable fltmax.
25139         (nextafter_test): Likewise.
25141         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25142         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25143         (acos_downward_test_data): New variable.
25144         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25145         (acos_upward_test_data): New variable.
25146         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25147         (acosh_test_data): New variable.
25148         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25149         (asin_test_data): New variable.
25150         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25151         (asin_tonearest_test_data): New variable.
25152         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25153         (asin_towardzero_test_data): New variable.
25154         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25155         (asin_downward_test_data): New variable.
25156         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25157         (asin_upward_test_data): New variable.
25158         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25159         (asinh_test_data): New variable.
25160         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25161         (atan_test_data): New variable.
25162         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25163         (atanh_test_data): New variable.
25164         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25165         (cbrt_test_data): New variable.
25166         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25167         (ceil_test_data): New variable.
25168         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25169         (cos_test_data): New variable.
25170         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25171         (cos_tonearest_test_data): New variable.
25172         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25173         (cos_towardzero_test_data): New variable.
25174         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25175         (cos_downward_test_data): New variable.
25176         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25177         (cos_upward_test_data): New variable.
25178         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25179         (cosh_test_data): New variable.
25180         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25181         (cosh_tonearest_test_data): New variable.
25182         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25183         (cosh_towardzero_test_data): New variable.
25184         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25185         (cosh_downward_test_data): New variable.
25186         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25187         (cosh_upward_test_data): New variable.
25188         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25189         (erf_test_data): New variable.
25190         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25191         (erfc_test_data): New variable.
25192         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25193         (exp_test_data): New variable.
25194         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25195         (exp_tonearest_test_data): New variable.
25196         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25197         (exp_towardzero_test_data): New variable.
25198         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25199         (exp_downward_test_data): New variable.
25200         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25201         (exp_upward_test_data): New variable.
25202         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25203         (exp10_test_data): New variable.
25204         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25205         (exp2_test_data): New variable.
25206         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25207         (expm1_test_data): New variable.
25208         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25209         (fabs_test_data): New variable.
25210         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25211         (floor_test_data): New variable.
25212         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25213         (j0_test_data): New variable.
25214         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25215         (j1_test_data): New variable.
25216         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25217         (log_test_data): New variable.
25218         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25219         (log10_test_data): New variable.
25220         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25221         (log1p_test_data): New variable.
25222         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25223         (log2_test_data): New variable.
25224         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25225         (logb_test_data): New variable.
25226         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25227         (logb_downward_test_data): New variable.
25228         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25229         (nearbyint_test_data): New variable.
25230         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25231         (rint_test_data): New variable.
25232         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25233         (rint_tonearest_test_data): New variable.
25234         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25235         (rint_towardzero_test_data): New variable.
25236         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25237         (rint_downward_test_data): New variable.
25238         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25239         (rint_upward_test_data): New variable.
25240         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25241         (round_test_data): New variable.
25242         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25243         (sin_test_data): New variable.
25244         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25245         (sin_tonearest_test_data): New variable.
25246         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25247         (sin_towardzero_test_data): New variable.
25248         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25249         (sin_downward_test_data): New variable.
25250         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25251         (sin_upward_test_data): New variable.
25252         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25253         (sinh_test_data): New variable.
25254         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25255         (sinh_tonearest_test_data): New variable.
25256         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25257         (sinh_towardzero_test_data): New variable.
25258         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25259         (sinh_downward_test_data): New variable.
25260         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25261         (sinh_upward_test_data): New variable.
25262         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25263         (sqrt_test_data): New variable.
25264         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25265         (tan_test_data): New variable.
25266         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25267         (tan_tonearest_test_data): New variable.
25268         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25269         (tan_towardzero_test_data): New variable.
25270         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25271         (tan_downward_test_data): New variable.
25272         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25273         (tan_upward_test_data): New variable.
25274         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25275         (tanh_test_data): New variable.
25276         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25277         (tgamma_test_data): New variable.
25278         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25279         (trunc_test_data): New variable.
25280         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25281         (y0_test_data): New variable.
25282         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25283         (y1_test_data): New variable.
25284         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25285         (significand_test_data): New variable.
25286         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25288 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25290         [BZ #12387]
25291         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25293 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25295         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25297 2013-05-10  Andreas Jaeger  <aj@suse.de>
25299         [BZ #15448]
25300         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25301         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25303 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25305         * math/gen-libm-test.pl (adjust_arg): New function.
25306         (special_functions): Handle generating output in both functions
25307         and arrays.
25308         (parse_args): Likewise.
25309         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25310         $in_func argument to parse_args.
25311         * math/libm-test.inc (struct test_f_f_data): New type.
25312         (IF_ROUND_INIT_): New macro.
25313         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25314         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25315         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25316         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25317         (ROUND_RESTORE_): Likewise.
25318         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25319         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25320         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25321         (ROUND_RESTORE_FE_UPWARD): Likewise.
25322         (RUN_TEST_LOOP_f_f): New macro.
25323         (acos_test_data): New variable.
25324         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25325         (acos_tonearest_test_data): New variable.
25326         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25328 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25330         * benchtests/bench-skeleton.c (startup): Fix coding style.
25332 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25334         [BZ #6809]
25335         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25336         negative infinity argument.
25337         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25338         negative infinity argument.
25339         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25340         negative infinity argument.
25341         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25342         domain errors.
25344 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25346         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25347         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25348         * iconv/iconv_prog.c (main): Likewise.
25349         * locale/programs/charmap-dir.c (charmap_readdir)
25350         (fopen_uncompressed): Likewise.
25351         * locale/programs/locfile.c (siblings_uncached)
25352         (write_locale_data): Use lstat64 instead of lstat.
25353         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25354         stat.
25356 2013-05-10  Andreas Jaeger  <aj@suse.de>
25358         [BZ #15395]
25359         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25360         localization.
25361         Include <locale.h>.
25363 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25365         * elf/dl-close.c (_dl_close_worker): Add comments.
25367 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25369         [BZ #15359]
25370         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25371         high part of pi/2.
25372         (__ieee754_rem_pio2l): Update comments.
25374         [BZ #15429]
25375         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25376         high part of pi/2.
25377         (__ieee754_rem_pio2l): Update comments.
25379         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25380         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25382         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25383         M_PI_4l.
25385         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25386         (M_PI_34_LOG10El): Likewise.
25387         (M_PI2_LOG10El): Likewise.
25388         (M_PI4_LOG10El): Likewise.
25389         (M_PI_LOG10El): Likewise.
25391 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25393         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25395 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25397         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25398         (MINUS_ZERO_INIT): Likewise.
25399         (PLUS_INFTY_INIT): Likewise.
25400         (MINUS_INFTY_INIT): Likewise.
25401         (QNAN_VALUE_INIT): Likewise.
25402         (MAX_VALUE_INIT): Likewise.
25403         (MIN_VALUE_INIT): Likewise.
25404         (MIN_SUBNORM_VALUE_INIT): Likewise.
25405         (plus_zero): Initialize with PLUS_ZERO_INIT.
25406         (minus_zero): Initialize with MINUS_ZERO_INIT.
25407         (plus_infty): Initialize with PLUS_INFTY_INIT.
25408         (minus_infty): Initialize with MINUS_INFTY_INIT.
25409         (qnan_value): Initialize with QNAN_VALUE_INIT.
25410         (max_value): Initialize with MAX_VALUE_INIT.
25411         (min_value): Initialize with MIN_VALUE_INIT.
25412         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25414         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25415         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25416         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25417         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25419         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25420         (RUN_TEST_2_f): Likewise.
25421         (RUN_TEST_ff_f): Likewise.
25422         (RUN_TEST_fi_f): Likewise.
25423         (RUN_TEST_fl_f): Likewise.
25424         (RUN_TEST_fff_f): Likewise.
25425         (RUN_TEST_c_f): Likewise.
25426         (RUN_TEST_f_f1): Likewise.
25427         (RUN_TEST_fF_f1): Likewise.
25428         (RUN_TEST_fI_f1): Likewise.
25429         (RUN_TEST_ffI_f1): Likewise.
25430         (RUN_TEST_c_c): Likewise.
25431         (RUN_TEST_cc_c): Likewise.
25432         (RUN_TEST_f_i): Likewise.
25433         (RUN_TEST_f_i_tg): Likewise.
25434         (RUN_TEST_ff_i_tg): Likewise.
25435         (RUN_TEST_f_b): Likewise.
25436         (RUN_TEST_f_b_tg): Likewise.
25437         (RUN_TEST_f_l): Likewise.
25438         (RUN_TEST_f_L): Likewise.
25439         (RUN_TEST_sincos): Likewise.
25440         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25441         whether to show exceptions.  Do not include ");\n" in return
25442         value.
25443         (special_functions): Output call to RUN_TEST_sincos instead of
25444         check_float calls.  Update calls to new_test.
25445         (parse_args): Output call to single RUN_TEST_* macro instead of
25446         check_* calls and other assignments.  Update calls to new_test.
25448         [BZ #2546]
25449         [BZ #2560]
25450         [BZ #5159]
25451         [BZ #15426]
25452         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25453         input to result for tgamma overflow.
25454         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25455         (gamma_coeff): New variable.
25456         (NCOEFF): New macro.
25457         (gamma_positive): New function.
25458         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25459         underflow here.  Use gamma_positive instead of exp (lgamma) for
25460         other arguments.
25461         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25462         (gamma_coeff): New variable.
25463         (NCOEFF): New macro.
25464         (gammaf_positive): New function.
25465         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25466         underflow here.  Use gamma_positive instead of exp (lgamma) for
25467         other arguments.
25468         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25469         (gamma_coeff): New variable.
25470         (NCOEFF): New macro.
25471         (gammal_positive): New function.
25472         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25473         underflow here.  Use gamma_positive instead of exp (lgamma) for
25474         other arguments.
25475         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25476         (gamma_coeff): New variable.
25477         (NCOEFF): New macro.
25478         (gammal_positive): New function.
25479         (__ieee754_gammal_r): Handle positive infinity, overflow and
25480         underflow here.  Handle NaN the same as positive infinity.  Remove
25481         check x < 0xffffffff for negative integers.  Use gamma_positive
25482         instead of exp (lgamma) for other arguments.
25483         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25484         (gamma_coeff): New variable.
25485         (NCOEFF): New macro.
25486         (gammal_positive): New function.
25487         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25488         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25489         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25490         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25491         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25492         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25493         * sysdeps/generic/math_private.h (__gamma_productf): New
25494         prototype.
25495         (__gamma_product): Likewise.
25496         (__gamma_productl): Likewise.
25497         * math/Makefile (libm-calls): Add gamma_product.
25498         * math/libm-test.inc (tgamma_test): Add more tests.
25499         * sysdeps/i386/fpu/libm-test-ulps: Update.
25500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25502 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25504         * benchtests/bench-skeleton.c (main): Preheat CPU.
25506 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25508         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25510 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25512         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25513         and _dl_skip_args_internal.
25515 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25517         * manual/message.texi (Message Translation): Talk about users.
25518         Message to key mapping impacts design.
25520 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25522         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25524         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25526         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25527         * sysdeps/wordsize-64/glob64.c: ... here.
25529         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25530         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25531         New macros.
25533         * debug/getlogin_r_chk.c: Moved to ...
25534         * login/getlogin_r_chk.c: ... here.
25535         * debug/Makefile (routines): Move getlogin_r_chk to ...
25536         * login/Makefile (routines): ... here.
25537         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25538         * login/Versions (libc: GLIBC_2.4): ... here.
25540         * io/poll.c (__poll): Renamed from poll.
25541         Add libc_hidden_def.
25542         (poll): Define as weak alias.
25544         * debug/ptsname_r_chk.c: Moved to ...
25545         * login/ptsname_r_chk.c: ... here.
25546         * debug/Makefile (routines): Move ptsname_r_chk to ...
25547         * login/Makefile (routines): ... here.
25548         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25549         * login/Versions (libc: GLIBC_2.4): ... here.
25551         * posix/getlogin.c: Moved to ...
25552         * login/getlogin.c: ... here.
25553         * posix/getlogin_r.c: Moved to ...
25554         * login/getlogin_r.c: ... here.
25555         * posix/getlogin_r.c: Moved to ...
25556         * login/getlogin_r.c: ... here.
25557         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25558         * login/Makefile (routines): ... here.
25559         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25560         * login/Versions (libc: GLIBC_2.0): ... here.
25562         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25563         (setrlimit): Define as weak alias.
25565         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25566         Call __ names for open, ftruncate, and close.
25567         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25568         (truncate): Define as weak alias.
25570 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25572         * math/gen-libm-test.pl (parse_args): Initialize x before each
25573         test of frexp, modf and remquo.
25575         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25576         test signgam value.
25578 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25580         [BZ #15418]
25581         [BZ #15419]
25582         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25583         internal tests.
25584         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25586 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25588         * elf/dl-writev.h: New file.
25589         * elf/dl-misc.c: Include it.
25590         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25591         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25593 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25595         * math/libm-test.inc (noXFails): Remove variable.
25596         (noXPasses): Likewise.
25597         (BUILD_COMPLEX_INT): Remove macro.
25598         (print_screen): Remove xfail argument.
25599         (print_screen_max_error): Likewise.
25600         (update_stats): Likewise.
25601         (print_max_error): Likewise.  Update calls to other affected
25602         functions.
25603         (print_complex_max_error): Likewise.
25604         (test_single_exception): Update calls to print_screen.
25605         (test_single_errno): Likewise.
25606         (check_float_internal): Remove xfail argument.  Update calls to
25607         other affected functions.
25608         (check_float): Likewise.
25609         (check_complex): Likewise.
25610         (check_int): Likewise.
25611         (check_long): Likewise.
25612         (check_bool): Likewise.
25613         (check_longlong): Likewise.
25614         (main): Don't print noXFails and noXPasses.
25615         * math/gen-libm-test.pl (top level): Don't mention expected
25616         failure handling in comment.
25617         (new_test): Don't handle expected failures.
25618         (parse_args): Don't mention expected failure handling in comment.
25619         (generate_testfile): Don't handle expected failures.
25620         (parse_ulps): Likewise.
25621         (print_ulps_file): Likewise.
25622         (get_failure): Remove function.
25623         (output_test): Don't handle expected failures.
25624         * make/README.libm-test: Don't mention expected failure handling.
25626         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25627         (minus_zero): Likewise.
25628         (plus_infty): Likewise.
25629         (minus_infty): Likewise.
25630         (qnan_value): Likewise.
25631         (max_value): Likewise.
25632         (min_value): Likewise.
25633         (min_subnorm_value): Likewise.
25634         (initialize): Do not initialize those variables dynamically.
25636 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25638         * io/open.c (__open_2): Moved to ...
25639         * io/open_2.c: ... this new file.
25640         * io/open64.c (__open64_2): Moved to ...
25641         * io/open64_2.c: ... this new file.
25642         * io/openat.c (__openat_2): Moved to ...
25643         * io/openat_2.c: ... this new file.
25644         * io/openat64.c (__openat64_2): Moved to ...
25645         * io/openat64_2.c: ... this new file.
25646         * io/Makefile (routines): Add them.
25647         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25648         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25649         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25650         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25651         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25652         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25653         (__openat64): Add hidden_ver.
25654         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25655         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25657         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25658         Separately conditionalize setting of GLRO(dl_sysinfo) so
25659         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25660         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25662 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25664         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25665         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25666         definition.
25667         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25668         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25669         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25670         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25671         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25673 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25675         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25676         test signgam value.
25678         * math/libm-test.inc (hypot_test): Do not use
25679         IGNORE_ZERO_INF_SIGN.
25681 2013-05-03  Andreas Jaeger  <aj@suse.de>
25683         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25684         Linux 3.9.
25685         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25686         (PF_MAX): Adjust for VSOCK change.
25688 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25692 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25694         [BZ #15264]
25695         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25696         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25697         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25699 2013-05-02  David S. Miller  <davem@davemloft.net>
25701         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25703 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25705         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25707 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25709         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25711 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25713         [BZ #14952]
25714         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25715         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25716         Use __attribute__ ((__gnu_inline__)).
25717         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25718         Don't use __attribute__ ((__gnu_inline__)).
25720 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25722         [BZ #15423]
25723         * math/s_catan.c (__catan): Handle small real or imaginary part of
25724         input specially to avoid spurious underflow.
25725         * math/s_catanf.c (__catanf): Likewise.
25726         * math/s_catanh.c (__catanh): Likewise.
25727         * math/s_catanhf.c (__catanhf): Likewise.
25728         * math/s_catanhl.c (__catanhl): Likewise.
25729         * math/s_catanl.c (__catanl): Likewise.
25730         * math/libm-test.inc (catan_test): Add more tests.
25731         (catanh_test): Likewise.
25732         * sysdeps/i386/fpu/libm-test-ulps: Update.
25733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25735 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25737         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25739 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25741         [BZ #15416]
25742         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25743         accurately for denominator in atan2.
25744         * math/s_catanf.c (__catanf): Likewise.
25745         * math/s_catanh.c (__catanh): Likewise.
25746         * math/s_catanhf.c (__catanhf): Likewise.
25747         * math/s_catanhl.c (__catanhl): Likewise.
25748         * math/s_catanl.c (__catanl): Likewise.
25749         * math/libm-test.inc (catan_test): Add more tests.
25750         (catanh_test): Likewise.
25751         * sysdeps/i386/fpu/libm-test-ulps: Update.
25752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25754 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25756         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25758         * benchtests/Makefile (bench): Remove slow benchmarks.
25759         * benchtests/atan-inputs: Add slow benchmark inputs.
25760         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25761         (BENCH_FUNC): Accept variant offset.
25762         (VARIANT): Define.
25763         * benchtests/bench-skeleton.c (main): Run benchmark for each
25764         variant.
25765         * benchtests/cos-inputs: Add slow benchmark inputs.
25766         * benchtests/exp-inputs: Likewise.
25767         * benchtests/pow-inputs: Likewise.
25768         * benchtests/sin-inputs: Likewise.
25769         * benchtests/slowatan-inputs: Remove.
25770         * benchtests/slowatan.c: Remove.
25771         * benchtests/slowcos-inputs: Remove.
25772         * benchtests/slowcos.c: Remove.
25773         * benchtests/slowexp-inputs: Remove.
25774         * benchtests/slowexp.c: Remove.
25775         * benchtests/slowpow-inputs: Remove.
25776         * benchtests/slowpow.c: Remove.
25777         * benchtests/slowsin-inputs: Remove.
25778         * benchtests/slowsin.c: Remove.
25779         * benchtests/slowtan-inputs: Remove.
25780         * benchtests/slowtan.c: Remove.
25781         * benchtests/tan-inputs: Add slow benchmark inputs.
25782         * scripts/bench.pl: Parse comments and directives.
25784         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25785         in CPPFLAGS.
25786         ($(objpfx)bench-%.c): Remove *-ITER.
25787         * benchtests/bench-modf.c: Remove definition of ITER.
25788         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25789         (main): Loop for DURATION seconds instead of fixed number of
25790         iterations.
25791         * scripts/bench.pl: Don't expect iterations in parameters.
25793 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25795         * io/fchdir.c (__fchdir): Renamed from fchdir.
25796         (fchdir): Define as weak alias.
25798 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25800         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25801         (ERRNO_EDOM): Likewise.
25802         (ERRNO_ERANGE): Likewise.
25803         (noErrnoTests): New variable.
25804         (init_max_error): Set errno to 0.
25805         (test_single_errno): New function.
25806         (test_errno): Likewise.
25807         (check_float_internal): Call test_errno.  Set errno to 0.
25808         (check_complex): Refer to errno tests in comment.
25809         (check_int): Call test_errno.  Set errno to 0.
25810         (check_long): Likewise.
25811         (check_bool): Likewise.
25812         (check_longlong): Likewise.
25813         (cos_test): Use ERRNO_* flags for errno tests instead of
25814         check_int.
25815         (expm1_test): Likewise.
25816         (fmod_test): Likewise.
25817         (ilogb_test): Likewise.
25818         (lgamma_test): Likewise.
25819         (pow_test): Likewise.
25820         (remainder_test): Likewise.
25821         (sin_test): Likewise.
25822         (tan_test): Likewise.
25823         (yn_test): Likewise.
25824         (initialize): Set errno to 0.
25825         (main): Print number of errno tests.
25826         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25828 2013-04-29  Andreas Jaeger  <aj@suse.de>
25830         [BZ #15084]
25831         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25832         and RES_USEVC.
25834         [BZ #15085]
25835         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25836         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25837         unimplemented.
25839         [BZ #15380]
25840         * stdlib/random.c (__initstate): Return NULL if
25841         __initstate fails.
25843         [BZ #15086]
25844         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25845         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25846         RES_SNGLKUPREOP.
25848 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25852 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25854         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25855         of individual tests.
25856         (casin_test): Likewise.
25857         (casinh_test): Likewise.
25859 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25861         [BZ #15409]
25862         * math/s_catan.c (__catan): Handle arguments with large real or
25863         imaginary part separately without squaring.
25864         * math/s_catanf.c (__catanf): Likewise.
25865         * math/s_catanh.c (__catanh): Likewise.
25866         * math/s_catanhf.c (__catanhf): Likewise.
25867         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25868         and redefine.
25869         (__catanhl): Handle arguments with large real or imaginary part
25870         separately without squaring.
25871         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25872         and redefine.
25873         (__catanl): Handle arguments with large real or imaginary part
25874         separately without squaring.
25875         * math/libm-test.inc (catan_test): Add more tests.
25876         (catanh_test): Likewise.
25877         * sysdeps/i386/fpu/libm-test-ulps: Update.
25878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25880 2013-04-27  Andreas Jaeger  <aj@suse.de>
25882         [BZ #15007]
25883         * stdlib/stdlib.h: Update guards for qecvt.
25884         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25885         <stdlib.h>.
25887 2013-04-27  Allan McRae  <allan@archlinux.org>
25889         * sysdeps/i386/fpu/libm-test-ulps: Update.
25891 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25893         [BZ #15406]
25894         * math/s_catan.c: Include <float.h>.
25895         (__catan): Ensure underflow exception occurs for underflowed
25896         result.
25897         * math/s_catanf.c: Include <float.h>.
25898         (__catanf): Ensure underflow exception occurs for underflowed
25899         result.
25900         * math/s_catanh.c: Include <float.h>.
25901         (__catanh): Ensure underflow exception occurs for underflowed
25902         result.
25903         * math/s_catanhf.c: Include <float.h>.
25904         (__catanhf): Ensure underflow exception occurs for underflowed
25905         result.
25906         * math/s_catanhl.c: Include <float.h>.
25907         (__catanhl): Ensure underflow exception occurs for underflowed
25908         result.
25909         * math/s_catanl.c: Include <float.h>.
25910         (__catanl): Ensure underflow exception occurs for underflowed
25911         result.
25912         * math/libm-test.inc (catan_test): Add more tests.
25913         (catanh_test): Likewise.
25915         [BZ #15405]
25916         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25917         underflowed result.
25918         * math/s_ccoshf.c (__ccoshf): Likewise.
25919         * math/s_ccoshl.c (__ccoshl): Likewise.
25920         * math/s_csin.c (__csin): Likewise.
25921         * math/s_csinf.c (__csinf): Likewise.
25922         * math/s_csinh.c (__csinh): Likewise.
25923         * math/s_csinhf.c (__csinhf): Likewise.
25924         * math/s_csinhl.c (__csinhl): Likewise.
25925         * math/s_csinl.c (__csinl): Likewise.
25926         * math/libm-test.inc (ccos_test): Add more tests.
25927         (ccosh_test): Likewise.
25928         (csin_test): Likewise.
25929         (csinh_test): Likewise.
25931 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25933         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25934         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25935         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25936         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25937         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25938         powerpc/power5+/fpu folders.
25939         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25942 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25944         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25946 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25948         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25949         additions to variable.
25950         [$(config-machine) = x86_64] (modules-names): Likewise.
25951         ($(objpfx)tst-audit3): Remove dependency.
25952         ($(objpfx)tst-audit3.out): Likewise.
25953         ($(objpfx)tst-audit4): Likewise.
25954         ($(objpfx)tst-audit4.out): Likewise.
25955         ($(objpfx)tst-audit5): Likewise.
25956         ($(objpfx)tst-audit5.out): Likewise.
25957         ($(objpfx)tst-audit6): Likewise.
25958         ($(objpfx)tst-audit6.out): Likewise.
25959         ($(objpfx)tst-audit7): Likewise.
25960         ($(objpfx)tst-audit7.out): Likewise.
25961         (tst-audit3-ENV): Remove variable.
25962         (tst-audit4-ENV): Likewise.
25963         (tst-audit5-ENV): Likewise.
25964         (tst-audit6-ENV): Likewise.
25965         (tst-audit7-ENV): Likewise.
25966         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25967         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25968         addition to variable.
25969         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25970         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25971         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25972         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25973         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25974         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25975         tst-audit3, tst-audit4 and tst-audit5.
25976         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25977         tst-audit6 and tst-audit7.
25978         [$(subdir) = elf] (modules-names): Add audit modules for those
25979         tests.
25980         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25981         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25982         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25983         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25984         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25985         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25986         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25987         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25988         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25989         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25990         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25991         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25992         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25993         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25994         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25995         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25996         Likewise.
25997         [$(subdir) = elf && $(config-cflags-avx) = yes]
25998         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25999         [$(subdir) = elf && $(config-cflags-avx) = yes]
26000         (CFLAGS-tst-auditmod4a.c): Likewise.
26001         [$(subdir) = elf && $(config-cflags-avx) = yes]
26002         (CFLAGS-tst-auditmod4b.c): Likewise.
26003         [$(subdir) = elf && $(config-cflags-avx) = yes]
26004         (CFLAGS-tst-auditmod6b.c): Likewise.
26005         [$(subdir) = elf && $(config-cflags-avx) = yes]
26006         (CFLAGS-tst-auditmod6c.c): Likewise.
26007         [$(subdir) = elf && $(config-cflags-avx) = yes]
26008         (CFLAGS-tst-auditmod7b.c): Likewise.
26009         * elf/tst-audit3.c: Move to ...
26010         * sysdeps/x86_64/tst-audit3.c: ... here.
26011         * elf/tst-audit4.c: Move to ...
26012         * sysdeps/x86_64/tst-audit4.c: ... here.
26013         * elf/tst-audit5.c: Move to ...
26014         * sysdeps/x86_64/tst-audit5.c: ... here.
26015         * elf/tst-audit6.c: Move to ...
26016         * sysdeps/x86_64/tst-audit6.c: ... here.
26017         * elf/tst-audit7.c: Move to ...
26018         * sysdeps/x86_64/tst-audit7.c: ... here.
26019         * elf/tst-auditmod3a.c: Move to ...
26020         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26021         * elf/tst-auditmod3b.c: Move to ...
26022         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26023         * elf/tst-auditmod4a.c: Move to ...
26024         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26025         * elf/tst-auditmod4b.c: Move to ...
26026         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26027         * elf/tst-auditmod5a.c: Move to ...
26028         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26029         * elf/tst-auditmod5b.c: Move to ...
26030         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26031         * elf/tst-auditmod6a.c: Move to ...
26032         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26033         * elf/tst-auditmod6b.c: Move to ...
26034         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26035         * elf/tst-auditmod6c.c: Move to ...
26036         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26037         * elf/tst-auditmod7a.c: Move to ...
26038         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26039         * elf/tst-auditmod7b.c: Move to ...
26040         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26042 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26044         [BZ #15366]
26045         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26046         define unconditionally.
26047         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26048         define unconditionally.
26049         (INT8_C, INT16_C, etc.): Likewise.
26051 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26053         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26054         __ehdr_start with hidden visibility.
26056         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26058 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26060         * math/libm-test.inc (cos_test): Use accurate hex constants.
26061         (sincost_test): Likewise.
26063 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26065         * math/libm-test.inc (catan_test): Add more tests.
26066         (catanh_test): Likewise.
26068         * math/s_catanf.c (__catanf): Use suffixed floating-point
26069         constants.
26070         * math/s_catanhf.c (__catanhf): Likewise.
26071         * math/s_catanhl.c (__catanhl): Likewise.
26072         * math/s_catanl.c (__catanl): Likewise.
26074         [BZ #15394]
26075         * math/s_catan.c (__catan): Calculate imaginary part of result
26076         with log1p not log unless computing log of number close to 0.
26077         * math/s_catanf.c (__catanf): Likewise.
26078         * math/s_catanl.c (__catanl): Likewise.
26079         * math/s_catanh.c (__catanh): Calculate real part of result with
26080         log1p not log unless computing log of number close to 0.
26081         * math/s_catanhf.c (__catanhf): Likewise.
26082         * math/s_catanhl.c (__catanhl): Likewise.
26083         * math/libm-test.inc (catan_test): Add more tests.
26084         (catanh_test): Likewise.
26085         * sysdeps/i386/fpu/libm-test-ulps: Update.
26086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26088 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26090         * benchtests/Makefile: Mention files in which fast and slow
26091         paths of math functions are implemented.
26093 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26095         * sysdeps/posix/timespec_get.c: New file.
26097 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26099         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26100         POWER.
26101         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26102         for POWER.
26103         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26104         powerpc/power5/fpu folders.
26105         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26106         * benchtests/Makefile: Add modf testcase.
26107         * benchtests/bench-modf.c: New file: Benchmark test for mo
26109 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26111         [BZ #14888]
26112         * time/Makefile (tests): Add tst-strptime-whitespace.
26113         * time/strptime_l.c (get_number): Use ISSPACE.
26114         (__strptime_internal): Likewise.
26115         * time/tst-strptime-whitespace.c: New test case.
26117 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26119         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26120         member.
26121         (_nss_files_init): Set it here.
26123 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26125         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26126         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26127         unsigned.
26129 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26131         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26133 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26135         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26136         size just once.
26138 2013-04-21  David S. Miller  <davem@davemloft.net>
26140         * po/ru.po: Update Russion translation from translation project.
26142 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26144         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26145         and setfsgid.
26147 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26149         * configure.in: Remove i386 configure warning. Remove i386 case.
26150         * configure: Regenerate.
26151         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26152         Add example to error message.
26153         * sysdeps/i386/configure: Regenerate.
26155 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26157         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26158         slowtan.
26159         * benchtests/cos-inputs: New file.
26160         * benchtests/slowcos-inputs: New file.
26161         * benchtests/slowcos.c: New file.
26162         * benchtests/slowtan-inputs: New file.
26163         * benchtests/slowtan.c: New file.
26164         * benchtests/tan-inputs: New file.
26166 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26168         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26169         considered kosher.
26171 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26173         * benchtests/Makefile: Include cppflags-iterator.mk to add
26174         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26176         * Makefile.in (bench-clean): New target.
26177         * benchtests/Makefile (bench-clean): Likewise.
26179 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26181         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26183 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26185         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26187 2013-04-15  Andreas Schwab  <schwab@suse.de>
26189         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26190         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26191         * nscd/pwdcache.c (cache_addpw): Likewise.
26192         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26193         more than recsize.
26195 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26197         * benchtests/Makefile (bench): Write all output to
26198         bench-out.tmp together.
26200 2013-04-15  Andreas Schwab  <schwab@suse.de>
26202         * nscd/nscd.c (main): Don't fork again after closing files.
26204 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26206         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26208         * benchtests/Rules (bench-deps): Collect dependencies into a
26209         single variable.  Add Makefile to dependencies.
26210         ($(objpfx)bench-%.c): Depend on bench-deps.
26212 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26213             Xavier Roche  <roche+kml2@exalead.com>
26215         [BZ #15361]
26216         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26217         just that it's a file descriptor.
26218         * manual/llio.texi (Synchronizing AIO Operations): Update description
26219         for EBADF error from aio_fsync.
26221 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26223         * Rules (bench): Move target definition...
26224         * benchtests/Makefile: ... here.
26226 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26228         * math/libm-test.inc (cos_test): Fix PI/2 test.
26229         (sincos_test): Likewise.
26230         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26231         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26233 2013-04-11  Andreas Schwab  <schwab@suse.de>
26235         [BZ #13988]
26236         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26237         accept exponent character only when digits were seen.
26238         * stdio-common/Makefile (tests): Add bug26.
26239         * stdio-common/bug26.c: New file.
26241         [BZ #14293]
26242         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26243         non-freeable.
26245 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26247         * Makeconfig (rtld-prefix): Define built linker prefix.
26248         * Rules (run-bench): Use it.
26249         * math/Makefile (run-regen-ulps): Likewise.
26251         * Rules (bench): Remove eval.
26253 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26254             Roland McGrath  <roland@hack.frob.com>
26255             Ondrej Bilka  <neleai@seznam.cz>
26257         [BZ #15346]
26258         * time/getdate.c: Include ctype.h and alloca.h.
26259         (__getdate_r): Trim leading and trailing spaces of input.
26260         * time/tst-getdate.c (tests): Add tests with leading and
26261         trailing spaces.
26263 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26265         [BZ #14280]
26266         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26267         when computing value.
26269 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26271         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26272         Use testrun.sh to run libm tests.
26274         [BZ #15309]
26275         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26277 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26279         [BZ #15264]
26280         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26282 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26284         * Makefile.in (regen-ulps): New target.
26285         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26286         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26287         [ifneq (no,$(PERL)] (regen-ulps): New target.
26288         [ifeq (no,$(PERL)] (regen-ulps): New target.
26289         * math/libm-test.inc (ulps_file_name): Define.
26290         (output_dir): New variable.
26291         (options): Add "output-dir" option.
26292         (parse_opt): Handle 'o' case.
26293         (main): If output_dir is non-NULL use it as a prefix
26294         otherwise use "".
26295         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26297 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26299         [BZ #10060, #10062]
26300         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26301         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26302         fail configure if __sync_val_compare_and_swap is not inlined.
26303         * sysdeps/i386/configure: Regenerate.
26304         * configure.in: Build for i686 when configured for i386.
26305         * configure: Regenerate.
26306         * README: Remove i386 reference.
26308 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26310         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26311         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26313 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26315         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26316         (lmsnanval): New variables.
26317         (F): Add conversion tests.
26318         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26319         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26321         * stdio-common/tstdiomisc.c (F): Properly collect individual
26322         tests' results.
26324         [BZ #14686, #15336]
26325         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26326         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26327         Instead, use input NaN values or generate a qNaN by arithmetic
26328         operation.  Also fix bugs to comply with the standard.
26329         * math/libm-test.inc (remainder_test): Add more tests.
26331         [BZ #15335, #15342]
26332         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26333         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26334         input NaN values or generate a qNaN by arithmetic operation.
26336         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26337         unreachable code.
26339         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26340         definitions.
26342 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26344         [BZ #14478]
26345         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26346         underflowed result.
26347         * math/s_cexpf.c (__cexpf): Likewise.
26348         * math/s_cexpl.c (__cexpl): Likewise.
26349         * math/libm-test.inc (cexp_test): Add more tests.
26351 2013-04-03  Andreas Schwab  <schwab@suse.de>
26353         [BZ #15330]
26354         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26355         order arrays from heap if bigger than alloca cutoff.
26357 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26359         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26360         (SNAN_TESTS_double): Refer to GCC PR56831.
26361         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26362         GCC PR56828.
26364 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26366         * Rules (bench): Move bench.out after the run is complete.
26368         * Rules (bench): Echo currently running benchmark.
26370         * benchtests/Makefile (bench): Add atan and slowatan.
26371         * benchtests/atan-inputs: New file.
26372         * benchtests/slowatan-inputs: New file.
26373         * benchtests/slowatan.c: New file.
26375         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26376         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26377         its value.
26379         [BZ #15305]
26380         * sysdeps/unix/sysv/linux/kernel-features.h
26381         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26382         __ASSUME_XFS_RESTRICTED_CHOWN.
26383         * sysdeps/unix/sysv/linux/pathconf.c
26384         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26385         Save and restore errno.
26387 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26389         [BZ #15327]
26390         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26391         arguments using __kernel_casinh.
26392         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26393         arguments using __kernel_casinhf.
26394         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26395         arguments using __kernel_casinhl.
26396         * math/libm-test.inc (cacosh_test): Add more tests.
26397         * sysdeps/i386/fpu/libm-test-ulps: Update.
26398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26400 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26402         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26403         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26405         * bench/Makefile (bench): Add sin and slowsin.
26406         * benchtests/sin-inputs: New file.
26407         * benchtests/slowsin-inputs: New file.
26408         * benchtests/slowsin.c: New file.
26410         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26411         (bench): Add slowexp and slowpow.
26412         (exp-ITER): Increase iterations.
26413         (pow-ITER): Likewise.
26414         * benchtests/exp-inputs: Change input.
26415         * benchtests/pow-inputs: Likewise.
26416         * benchtests/slowexp-inputs: New file.
26417         * benchtests/slowexp.c: New file.
26418         * benchtests/slowpow-inputs: New file.
26419         * benchtests/slowpow.c: New file.
26421 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26423         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26424         instructions.
26425         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26426         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26427         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26428         * benchtests/Makefile: Add rint benchtest.
26429         * benchtests/rint-inputs: Input for rint benchtest.
26431 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26433         * Versions.def (libm): Add GLIBC_2.18.
26434         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26435         hidden libm prototypes.
26436         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26437         * math/Makefile (libm-calls): Add s_issignaling.
26438         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26439         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26440         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26441         declaration.
26442         * math/math.h [__USE_GNU] (issignaling): New macro.
26443         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26444         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26445         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26446         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26447         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26448         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26449         * manual/arith.texi (issignaling): New section.
26450         * manual/libm-err-tab.pl (@all_functions): Update comment.
26451         * math/gen-libm-test.pl (parse_args): Apply special handling for
26452         issignaling.
26453         * math/libm-test.inc (print_float, issignaling_test): New
26454         functions.
26455         (check_float_internal): Add issignaling checks.
26456         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26457         default definition.
26458         * sysdeps/powerpc/math-tests.h: New file.
26459         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26460         tests.
26461         * math/test-snan.c (TEST_FUNC): Likewise.
26463 2013-03-30  David S. Miller  <davem@davemloft.net>
26465         * po/de.po: Update from translation team.
26467 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26469         [BZ #10357]
26470         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26471         imaginary part less than 1.0 and real part less than 0.5
26472         specially.
26473         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26474         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26475         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26476         (cacos_test): Add more tests.
26477         (casin_test): Likewise.
26478         (casinh_test): Likewise.
26479         * sysdeps/i386/fpu/libm-test-ulps: Update.
26480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26482 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26484         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26485         ONE with its value.
26487         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26488         (__pow_mp): Replace ONE and MONE with their values.
26489         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26490         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26491         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26492         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26493         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26494         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26496         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26498         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26499         (__pow_mp): Replace ZERO and MZERO with their values.
26500         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26501         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26502         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26503         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26504         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26505         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26506         (__sqr): Likewise.
26508         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26510         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26512 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26514         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26515         Declare with __attribute__ ((weak)).
26516         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26517         Call __call_tls_dtors only if it's not NULL.
26519 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26521         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26522         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26523         magic __ehdr_start linker symbol if it's defined.
26524         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26525         them up here if it was already done.
26527         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26528         (_dl_aux_init): Use const in cast when setting it.
26529         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26530         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26531         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26533         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26534         Declare them here.
26535         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26536         * csu/libc-tls.c: Nor here.
26537         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26539         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26540         (__libc_message): Never call vsyslog.
26542 2013-03-28  Alan Modra  <amodra@gmail.com>
26544         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26545         Define as empty.
26546         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26547         Likewise.
26549 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26551         [BZ #15214]
26552         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26553         underflow.
26554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26556 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26558         [BZ #15304]
26559         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26560         Don't add gid passed as argument.
26562         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26564 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26566         [BZ #15307]
26567         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26568         imaginary part between 1.0 and 1.5 and real part less than 0.5
26569         specially.
26570         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26571         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26572         * math/libm-test.inc (cacos_test): Add more tests.
26573         (casin_test): Likewise.
26574         (casinh_test): Likewise.
26575         * sysdeps/i386/fpu/libm-test-ulps: Update.
26576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26578 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26580         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26581         constants.
26582         (norm): Likewise.
26583         (denorm): Likewise.
26584         (__dbl_mp): Likewise.
26585         (add_magnitudes): Likewise.
26586         (sub_magnitudes): Likewise.
26587         (__add): Likewise.
26588         (__sub): Likewise.
26589         (__mul): Likewise.
26590         (__sqr): Likewise.
26591         (__inv): Likewise.
26592         (__dvd): Likewise.
26594         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26595         commented code.
26596         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26597         (__dubcos): Likewise.
26598         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26599         (__ieee754_acos): Likewise.
26600         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26601         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26602         (__exp1): Likewise.
26603         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26604         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26605         (log1): Likewise.
26606         (my_log2): Likewise.
26607         (checkint): Likewise.
26608         * sysdeps/ieee754/dbl-64/e_remainder.c
26609         (__ieee754_remainder): Likewise.
26610         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26611         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26612         (bsloww): Likewise.
26613         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26615         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26616         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26617         MANTISSA_STORE_T to store computations on mantissa.  Use
26618         macros for rounding and division.
26619         (denorm): Likewise.
26620         (__dbl_mp): Likewise.
26621         (add_magnitudes): Likewise.
26622         (sub_magnitudes): Likewise.
26623         (__mul): Likewise.
26624         (__sqr): Likewise.
26625         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26626         powers of two in terms of TWOPOW macro.
26627         (mp_no): Make type of mantissa as MANTISSA_T.
26628         [!RADIXI]: Define RADIXI.
26629         [!TWO52]: Define TWO52.
26630         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26632 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26634         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26635         llroundl symbol when building for PPC32.
26637 2013-03-24  Mark H Weaver  <mhw@netris.org>
26639         * manual/arith.texi (Normalization Functions): Fix prototypes for
26640         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26642 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26644         [BZ #13889]
26645         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26646         high value to check if expl overflow.
26647         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26648         to check for underflow and overflow.
26649         * math/libm-test.inc: Add exp test.
26651 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26653         [BZ #11120]
26654         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26655         with NOT_IN_libc.
26657 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26659         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26660         symbol.
26662 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26664         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26665         wrap blocks consisting of several statements.
26667         * sysdeps/generic/math-tests.h: New file.
26668         * sysdeps/i386/fpu/math-tests.h: Likewise.
26669         * math/test-snan.c: Include it.
26670         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26672 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26674         [BZ #15285]
26675         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26676         (__ieee754_j0l): Do not improve calculations using cos of twice
26677         input for inputs above LDBL_MAX / 2.0L.
26678         (__ieee754_y0l): Likewise.
26679         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26680         (__ieee754_j1l): Do not improve calculations using cos of twice
26681         input for inputs above LDBL_MAX / 2.0L.
26682         (__ieee754_y1l): Likewise.
26683         * math/libm-test.inc (j0_test): Add another test.
26684         (j1_test): Likewise.
26685         (y0_test): Likewise.
26686         (y1_test): Likewise.
26687         * sysdeps/i386/fpu/libm-test-ulps: Update.
26689 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26691         * Rules ($(objpfx)bench-%.c): Include code from a C source
26692         file.
26694 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26696         [BZ #15287]
26697         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26698         imaginary part 1.0 and real part less than 0.5 specially.
26699         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26700         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26701         * math/libm-test.inc (cacos_test): Add more tests.
26702         (casin_test): Likewise.
26703         (casinh_test): Likewise.
26704         * sysdeps/i386/fpu/libm-test-ulps: Update.
26705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26707 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26709         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26710         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26712 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26714         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26715         * config.make.in (config-cflags-sse4): Remove variable.
26716         (config-cflags-avx): Likewise.
26717         (config-cflags-sse2avx): Likewise.
26718         (config-cflags-novzeroupper): Likewise.
26719         (config-asflags-i686): Likewise.
26720         (have-mfma4): Likewise.
26721         (have-as-vis3): Likewise.
26722         (MIG): Likewise.
26723         * configure.in (MIG): Do not AC_SUBST.
26724         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26725         (libc_cv_cc_sse4): Do not AC_SUBST.
26726         (libc_cv_cc_avx): Likewise.
26727         (libc_cv_cc_sse2avx): Likewise.
26728         (libc_cv_cc_novzeroupper): Likewise.
26729         (libc_cv_cc_fma4): Likewise.
26730         (libc_cv_as_i686): Likewise.
26731         (libc_cv_sparc_as_vis3): Likewise.
26732         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26733         LIBC_CONFIG_VAR.
26734         (config-asflags-i686): Likewise.
26735         (config-cflags-avx): Likewise.
26736         (config-cflags-sse2avx): Likewise.
26737         (have-mfma4): Likewise.
26738         (config-cflags-novzeroupper): Likewise.
26739         * sysdeps/mach/configure.in (MIG): Likewise.
26740         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26741         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26742         LIBC_CONFIG_VAR.
26743         (config-cflags-avx): Likewise.
26744         (config-cflags-sse2avx): Likewise.
26745         (have-mfma4): Likewise.
26746         (config-cflags-novzeroupper): Likewise.
26747         * configure: Regenerated.
26748         * sysdeps/i386/configure: Likewise.
26749         * sysdeps/mach/configure: Likewise.
26750         * sysdeps/sparc/configure: Likewise.
26751         * sysdeps/x86_64/configure: Likewise.
26753 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26755         [BZ #14812]
26756         * locale/programs/localedef.c (options): Put N_ translation marker
26757         on argument names, not just descriptions.
26759 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26761         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26763 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26765         [BZ #14176]
26766         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26768 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26770         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26771         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26772         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26773         [!BEFORE_ABORT] (before_abort): New function.
26774         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26775         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26776         (writev_for_fatal): New function.
26777         (WRITEV_FOR_FATAL): New macro; call that.
26778         (backtrace_and_maps): New function.
26779         (BEFORE_ABORT): New macro; call that.
26780         (struct str_list): Type removed.
26781         (__libc_message, __libc_fatal): Functions removed.
26782         Include <sysdeps/posix/libc_fatal.c> instead.
26784 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26786         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26787         constants.
26788         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26789         double constants.
26791 2013-03-19  Andreas Schwab  <schwab@suse.de>
26793         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26794         * sysdeps/gnu/configure: Regenerate.
26796         * configure.in: Substitute libc_cv_rtlddir.
26797         * configure: Regenerate.
26798         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26799         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26800         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26801         * elf/Makefile (install-others, CFLAGS-interp.c)
26802         (ldso_install, common-ldd-rewrite): Likewise.
26803         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26804         $(inst_slibdir)/$(rtld-installed-name).
26805         * scripts/rellns-sh: Add -p option.
26806         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26807         for source.
26809 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26811         * manual/nptl.texi: Renamed to ...
26812         * manual/threads.texi: ... this.
26813         * manual/Makefile (chapters): Update.
26815 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26817         [BZ #14812]
26818         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26819         on argument names, not just descriptions.
26820         * malloc/memusagestat.c (options): Likewise.
26821         * nss/getent.c (options): Likewise.
26823 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26825         [BZ #14812]
26826         * iconv/iconv_prog.c (options): Put N_ translation marker
26827         on argument names, not just descriptions.
26828         * iconv/iconvconfig.c (options): Likewise.
26830 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26832         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26833         implementation which is faster on all x86_64 architectures.
26834         Tested on AMD, Intel Nehalem, SNB, IVB.
26835         * sysdeps/x86_64/strnlen.S: Likewise.
26837         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26838         Remove all multiarch strlen and strnlen versions.
26839         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26840         Remove strlen and strnlen related parts.
26842         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26843         Inline strlen part.
26844         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26846         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26847         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26848         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26849         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26850         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26851         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26853 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26855         * manual/memory.texi (Malloc Tunable Parameters):
26856         Sort parameters alphabetically. Add comments for missing entries.
26858 2013-03-17  David S. Miller  <davem@davemloft.net>
26860         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26862 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26864         [BZ #15283]
26865         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26866         for arguments at most half maximum finite value.
26867         * math/libm-test.inc (j0_test): Add more tests.
26868         (j1_test): Likewise.
26869         (y0_test): Likewise.
26870         (y1_test): Likewise.
26871         * sysdeps/i386/fpu/libm-test-ulps: Update.
26872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26874         [BZ #14155]
26875         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26876         1 / x and functions P and Q for arguments above 0x1p256L.
26877         (__ieee754_y0l): Likewise.
26878         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26879         (__ieee754_y1l): Likewise.
26880         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26881         (j1_test): Likewise.
26882         (y0_test): Likewise.
26883         (y1_test): Likewise.
26885 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26887         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26888         variable.
26890 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26892         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26893         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26894         zero since it's initialized to EXEC_PAGESIZE.
26896         * sysdeps/unix/sysv/linux/ldsodefs.h
26897         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26898         * sysdeps/generic/ldsodefs.h: ... here.
26900 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26902         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26904         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26905         math/test-snan.c.
26906         * math/test-snan.c: Renamed from
26907         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26908         * math/Makefile (tests): Add test-snan.
26909         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26910         test-powerpc-snan.
26912         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26913         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26914         functions.
26915         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26916         __builtin_nan family of functions.
26917         * math/libm-test.inc (initialize): Initialize qnan_value with
26918         __builtin_nan family of functions.
26919         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26920         Remove variables.
26921         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26922         Remove functions.
26923         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26924         storage class.  Initialize qNaN_var and sNaN_var with
26925         __builtin_nan and __builtin_nans families of functions,
26926         respectively.
26928         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26929         (sqrt_test): Remove duplicate test with qNaN input.
26930         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26931         (round_test, signbit_test, significand_test): Note missing +/-Inf
26932         as well as qNaN tests.
26934         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26935         qNaN_var.  Fix a few strings, too.
26936         * math/libm-test.inc (nan_value): Rename to qnan_value.
26937         * math/gen-libm-test.pl (%beautify): Adjust to that.
26938         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26939         * math/test-misc.c (main): Likewise.
26940         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26941         to __qnan_bytes, and __qnan_union, respectively.
26942         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26943         Likewise.
26944         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26945         and lqnanval, respectively.
26946         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26947         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26948         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26949         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26951         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26952         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26953         doubles.
26955         * math/test-misc.c (main): Fix copy'n'pastos.
26956         * misc/tst-efgcvt.c (special): Likewise.
26958         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26959         Remove declarations.
26961 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26963         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26964         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26965         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26966         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26968 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26970         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26971         macro to return vdso values correctly in IFUNC implementations.
26972         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26973         Optimization by using IFUNC.
26975 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26976             Richard Henderson  <rth@redhat.com>
26977             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26979         * Makefile.in (bench): New target.
26980         * NEWS: Mention the benchmark framework.
26981         * Rules (bench): Likewise.
26982         (binaries-bench): Generate binaries for functions to
26983         benchmark.
26984         * benchtests/Makefile: New makefile for benchmark tests.
26985         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26986         programs.
26987         * benchtests/exp-inputs: New input file for EXP function.
26988         * benchtests/pow-inputs: New input file for POW function.
26989         * scripts/bench.pl: New script to generate source files for
26990         benchmark programs.
26992 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26994         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26995         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26996         computations on mantissa.  Use macros for rounding and
26997         division.
26998         (denorm): Likewise.
26999         (__dbl_mp): Likewise.
27000         (add_magnitudes): Likewise.
27001         (sub_magnitudes): Likewise.
27002         (__mul): Likewise.
27003         (__sqr): Likewise.
27004         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27005         powers of two in terms of TWOPOW macro.
27006         (mp_no): Make type of mantissa as MANTISSA_T.
27007         [!RADIXI]: Define RADIXI.
27008         [!TWO52]: Define TWO52.
27009         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27011         * manual/nptl.texi (cindex): Modify threads to pthreads.
27013 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27015         * sysdeps/x86_64/preconfigure: Regenerated.
27017 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27019         [BZ #14155]
27020         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27021         0x1p28 and above.
27022         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27023         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27024         0x1p28 and above.
27025         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27026         * math/libm-test.inc (j0_test): Do not allow one spurious
27027         underflow exception.
27028         (y1_test): Likewise.
27030 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27032         * manual/Makefile (chapters): Add nptl.
27033         * manual/debug.texi (Debugging Support): Add link to Threads
27034         chapter.
27035         * manual/nptl.texi: New file.
27037         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27039 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27041         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27042         for non-NULL pointer before the memory validity test. Pointed
27043         out by Holger Brunck <holger.brunck@keymile.com>.
27045 2013-03-13  Andreas Schwab  <schwab@suse.de>
27047         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27048         instead of .os.
27050 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27052         * timezone/zic.c: Update from tzcode 2013b.
27054 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27056         * manual/install.texi (Configuring and compiling):
27057         Mention i686 and i586.
27058         * INSTALL: Regenerate.
27060 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27062         * sysdeps/init_array/elf-init.c: New file.
27063         * csu/elf-init.c
27064         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27065         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27067         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27068         __gmon_start__ as global, but as static with a .preinit_array pointer.
27069         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27070         * sysdeps/init_array/crti.S: New file, empty except for comments.
27071         * sysdeps/init_array/crtn.S: Likewise.
27073 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27075         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27076         definining bcopy.
27077         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27078         Remove Prefer_SSE_for_memop.
27079         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27080         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27081         HAS_PREFER_SSE_FOR_MEMOP.
27082         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27083         memset-x86-64.
27084         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27085         Remove bzero, memset ifunc support.
27086         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27087         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27088         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27089         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27091 2013-03-11  Andreas Schwab  <schwab@suse.de>
27093         [BZ #15234]
27094         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27095         by SHLIB_COMPAT.
27096         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27097         (GLIBC_2.16): Remove pthread_atfork.
27099 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27101         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27102         (ptestcases.h): Likewise.
27104 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27106         * Makeconfig ($(common-objpfx)config.status): Depend on
27107         sysdeps/*/preconfigure{,.in} too.
27109 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27111         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27112         (__free_hook): Use void * instead of __malloc_ptr_t.
27113         (__malloc_hook): Likewise.
27114         (__realloc_hook): Likewise.
27115         (__memalign_hook): Likewise.
27116         (__after_morecore_hook): Likewise.
27117         * malloc/arena.c (save_malloc_hook): Likewise.
27118         (save_free_hook): Likewise.
27119         * malloc/hooks.c (malloc_hook_ini): Likewise.
27120         (realloc_hook_ini): Likewise.
27121         (memalign_hook_ini): Likewise.
27122         * malloc/malloc.c (malloc_hook_ini): Likewise.
27123         (realloc_hook_ini): Likewise.
27124         (memalign_hook_ini): Likewise.
27125         (__free_hook): Likewise.
27126         (__malloc_hook): Likewise.
27127         (__realloc_hook): Likewise.
27128         (__memalign_hook): Likewise.
27129         (__libc_malloc): Likewise.
27130         (__libc_free): Likewise.
27131         (__libc_realloc): Likewise.
27132         (__libc_memalign): Likewise.
27133         (__libc_valloc): Likewise.
27134         (__libc_pvalloc): Likewise.
27135         (__libc_calloc): Likewise.
27136         (__posix_memalign): Likewise.
27137         * malloc/morecore.c (__sbrk): Likewise.
27138         (__default_morecore): Likewise.
27140         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27142         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27143         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27144         __malloc_ptrdiff_t.
27146         * malloc/malloc.h (__malloc_size_t): Remove macro.
27147         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27148         __malloc_size_t.
27149         (old_memalign_hook): Likewise.
27150         (old_realloc_hook): Likewise.
27151         (struct hdr): Likewise.
27152         (flood): Likewise.
27153         (mallochook): Likewise.
27154         (memalignhook): Likewise.
27155         (reallochook): Likewise.
27156         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27157         (tr_old_realloc_hook): Likewise.
27158         (tr_old_memalign_hook): Likewise.
27159         (tr_mallochook): Likewise.
27160         (tr_reallochook): Likewise.
27161         (tr_memalignhook): Likewise.
27163 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27165         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27166         default_ldbl_pack and using as default implementation.
27167         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27168         implementation.
27169         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27170         redundant definition.
27171         (ldbl_insert_mantissa): Likewise.
27172         (ldbl_canonicalize): Likewise.
27173         (ldbl_nearbyint): Likewise.
27174         (ldbl_pack): Rename to ldbl_pack_ppc.
27175         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27176         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27177         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27179 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27181         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27182         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27183         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27184         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27185         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27186         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27187         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27188         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27190 2013-03-07  Andreas Jaeger  <aj@suse.de>
27192         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27193         bits/mman-linux.h.
27195 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27197         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27198         Include mpa.h and declare __MPEXP.
27199         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27200         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27201         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27202         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27203         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27204         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27205         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27207         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27208         (__slowpow): Use long double EXPL and LOGL functions to
27209         compute POW.
27210         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27211         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27212         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27213         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27214         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27215         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27217         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27218         intermediate variable to calculate exponent.
27219         (__sqr): Likewise.
27220         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27221         Likewise.
27222         (__sqr): Likewise.
27224         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27225         [!NO__SQR]: Define __sqr.
27226         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27227         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27228         sysdeps/ieee754/dbl-64/mpa.c.
27229         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27231         [BZ #12723]
27232         * posix/Makefile (tests): Add tst-pathconf.
27233         * posix/tst-pathconf.c: New test case.
27234         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27235         _PC_PIPE_BUF.
27236         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27238 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27240         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27242 2013-03-06  Andreas Jaeger  <aj@suse.de>
27244         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27245         definition via __MAP_ANONYMOUS.
27247         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27248         it's not part of Linux headers.
27250         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27251         (MAP_HUGE_MASK): Define.
27253         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27254         Define.
27255         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27256         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27257         Define.
27258         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27259         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27260         Define.
27261         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27262         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27263         Define.
27264         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27266         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27267         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27268         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27269         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27270         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27271         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27273         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27274         Handle f2fs.
27276         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27277         Handle f2fs and efivarfs.
27279         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27280         f2fs.
27282         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27283         (EFIVARFS_MAGIC): Add.
27284         (F2FS_LINK_MAX): Add.
27286 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27288         * stdio-common/vfprintf.c: Replace __builtin_expect with
27289         __glibc_unlikely.
27291 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27293         [BZ #13550]
27294         * sysdeps/generic/bp-sym.h: Remove file.
27295         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27296         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27297         <bp-sym.h> and <bp-asm.h>.
27298         (__longjmp): Don't use BP_SYM.
27299         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27300         and <bp-asm.h>.
27301         (memcpy): Don't use BP_SYM.
27302         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27303         <bp-sym.h> and <bp-asm.h>.
27304         (memcpy): Don't use BP_SYM.
27305         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27306         <bp-asm.h>.
27307         (memcpy): Don't use BP_SYM.
27308         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27309         <bp-asm.h>.
27310         (memset): Don't use BP_SYM.
27311         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27312         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27313         (__bzero): Don't use BP_SYM.
27314         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27315         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27316         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27317         <bp-sym.h> and <bp-asm.h>.
27318         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27319         pointers.
27320         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27321         <bp-sym.h> and <bp-asm.h>.
27322         (memcpy): Don't use BP_SYM.
27323         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27324         <bp-sym.h> and <bp-asm.h>.
27325         (memset): Don't use BP_SYM.
27326         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27327         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27328         (__bzero): Don't use BP_SYM.
27329         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27330         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27331         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27332         <bp-sym.h> and <bp-asm.h>.
27333         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27334         pointers.
27335         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27336         <bp-sym.h> and <bp-asm.h>.
27337         (memcpy): Don't use BP_SYM.
27338         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27339         <bp-sym.h> and <bp-asm.h>.
27340         (memset): Don't use BP_SYM.
27341         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27342         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27343         (__bzero): Don't use BP_SYM.
27344         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27345         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27346         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27347         <bp-sym.h> and <bp-asm.h>.
27348         (__memchr): Don't use BP_SYM.
27349         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27350         <bp-sym.h> and <bp-asm.h>.
27351         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27352         pointers.
27353         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27354         <bp-sym.h> and <bp-asm.h>.
27355         (memcpy): Don't use BP_SYM.
27356         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27357         <bp-sym.h> and <bp-asm.h>.
27358         (__mempcpy): Don't use BP_SYM.
27359         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27360         <bp-sym.h> and <bp-asm.h>.
27361         (__memrchr): Don't use BP_SYM.
27362         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27363         <bp-sym.h> and <bp-asm.h>.
27364         (memset): Don't use BP_SYM.
27365         (__bzero): Likewise.
27366         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27367         <bp-sym.h> and <bp-asm.h>.
27368         (__rawmemchr): Don't use BP_SYM.
27369         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27370         <bp-sym.h> and <bp-asm.h>.
27371         (__STRCMP): Don't use BP_SYM.
27372         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27373         <bp-sym.h> and <bp-asm.h>.
27374         (strchr): Don't use BP_SYM.
27375         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27376         <bp-sym.h> and <bp-asm.h>.
27377         (__strchrnul): Don't use BP_SYM.
27378         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27379         <bp-sym.h> and <bp-asm.h>.
27380         (strlen): Don't use BP_SYM.
27381         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27382         <bp-sym.h> and <bp-asm.h>.
27383         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27384         pointers.
27385         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27386         <bp-sym.h> and <bp-asm.h>.
27387         (__strnlen): Don't use BP_SYM.
27388         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27389         <bp-sym.h> and <bp-asm.h>.
27390         (__GI__setjmp): Don't use BP_SYM.
27391         (_setjmp): Likewise.
27392         (__sigsetjmp): Likewise.
27393         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27394         (L(start_addresses)): Don't use BP_SYM.
27395         (_start): Likewise.
27396         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27397         <bp-asm.h>.
27398         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27399         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27400         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27401         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27402         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27403         <bp-asm.h>.
27404         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27405         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27406         about bounded pointers.
27407         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27408         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27409         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27410         <bp-asm.h>.
27411         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27412         about bounded pointers.  Remove GKM FIXME comments.
27413         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27414         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27415         <bp-asm.h>.
27416         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27417         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27418         Remove GKM FIXME comments.
27419         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27420         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27421         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27422         <bp-asm.h>.
27423         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27424         about bounded pointers.  Remove GKM FIXME comment.
27425         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27426         and <bp-asm.h>.
27427         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27428         pointers.
27429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27430         <bp-sym.h> and <bp-asm.h>.
27431         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27433         <bp-sym.h> and <bp-asm.h>.
27434         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27435         comment.
27437 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27439         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27440         call free(NULL).
27442 2013-03-05  David S. Miller  <davem@davemloft.net>
27444         * po/es.po: Update from translation team.
27446 2013-03-05  Andreas Jaeger  <aj@suse.de>
27448         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27449         <bits/mman-linux.h>.
27450         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27451         is fine.
27452         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27453         <bits/mman-linux.h> to end of file.
27454         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27455         is fine.
27456         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27457         <bits/mman-linux.h> to end of file.
27458         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27459         is fine.
27460         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27461         <bits/mman-linux.h> to end of file.
27463         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27464         (MCL_CURRENT, MCL_FUTURE): Define here.
27466 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27468         [BZ #15232]
27469         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27470         attribute_hidden.
27471         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27473 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27475         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27476         fourth parameter needed for rt_sigprocmask syscall.
27477         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27478         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27479         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27480         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27481         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27482         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27484 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27486         [BZ #13550]
27487         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27488         comment about bounded pointers.
27489         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27490         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27492 2013-03-04  Andreas Jaeger  <aj@suse.de>
27494         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27495         common definitions.
27497         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27498         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27499         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27500         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27501         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27502         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27504 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27506         [BZ #15055]
27507         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27508         __ieee754_sqrl instead of __sqrl.
27510 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27512         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27513         * sysdeps/powerpc/fpu_control.h: ... here.
27514         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27515         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27516         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27517         * sysdeps/powerpc/bits/mathinline.h: ... here.
27519 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27521         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27522         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27523         to just [NEED_DL_SYSINFO_DSO].
27524         * elf/dl-support.c: Likewise.
27525         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27526         * elf/rtld.c (dl_main): Likewise.
27527         * elf/setup-vdso.h (setup_vdso): Likewise.
27528         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27529         * sysdeps/unix/sysv/linux/dl-sysdep.c
27530         (_dl_discover_osversion): Likewise.
27532 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27534         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27535         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27537 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27539         * NEWS: Mention libm performance improvements and non-x86 PI
27540         futex support.
27542         * csu/libc-start.c (__pthread_initialize_minimal): Change
27543         function arguments.
27544         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27546 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27548         [BZ #13550]
27549         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27550         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27551         <bp-sym.h> and <bp-asm.h>.
27552         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27553         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27554         and <bp-asm.h>.
27555         (memcpy): Don't use BP_SYM.
27556         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27557         <bp-asm.h>.
27558         (__mpn_add_n): Don't use BP_SYM.
27559         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27560         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27561         and <bp-asm.h>.
27562         (__mpn_addmul_1): Don't use BP_SYM.
27563         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27564         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27565         <bp-sym.h>.
27566         (_setjmp): Don't use BP_SYM.
27567         (__novmx_setjmp): Likewise.
27568         (__GI__setjmp): Likewise.
27569         (__vmx_setjmp): Likewise.
27570         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27571         <bp-sym.h>.
27572         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27573         (__bzero): Don't use BP_SYM.
27574         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27575         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27576         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27577         <bp-sym.h> and <bp-asm.h>.
27578         (memcpy): Don't use BP_SYM.
27579         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27580         <bp-sym.h> and <bp-asm.h>.
27581         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27582         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27583         <bp-sym.h> and <bp-asm.h>.
27584         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27585         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27586         <bp-asm.h>.
27587         (__mpn_lshift): Don't use BP_SYM.
27588         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27589         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27590         <bp-asm.h>.
27591         (memset): Don't use BP_SYM.
27592         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27593         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27594         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27595         <bp-asm.h>.
27596         (__mpn_mul_1): Don't use BP_SYM.
27597         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27598         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27599         <bp-sym.h> and <bp-asm.h>.
27600         (memcmp): Don't use BP_SYM.
27601         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27602         <bp-sym.h> and <bp-asm.h>.
27603         (memcpy): Don't use BP_SYM.
27604         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27605         <bp-sym.h> and <bp-asm.h>.
27606         (memset): Don't use BP_SYM.
27607         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27608         <bp-sym.h> and <bp-asm.h>.
27609         (strncmp): Don't use BP_SYM.
27610         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27611         <bp-sym.h> and <bp-asm.h>.
27612         (memcpy): Don't use BP_SYM.
27613         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27614         <bp-sym.h> and <bp-asm.h>.
27615         (memset): Don't use BP_SYM.
27616         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27617         <bp-sym.h> and <bp-asm.h>.
27618         (__memchr): Don't use BP_SYM.
27619         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27620         <bp-sym.h> and <bp-asm.h>.
27621         (memcmp): Don't use BP_SYM.
27622         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27623         <bp-sym.h> and <bp-asm.h>.
27624         (memcpy): Don't use BP_SYM.
27625         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27626         <bp-sym.h> and <bp-asm.h>.
27627         (__mempcpy): Don't use BP_SYM.
27628         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27629         <bp-sym.h> and <bp-asm.h>.
27630         (__memrchr): Don't use BP_SYM.
27631         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27632         <bp-sym.h> and <bp-asm.h>.
27633         (memset): Don't use BP_SYM.
27634         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27635         <bp-sym.h> and <bp-asm.h>.
27636         (__rawmemchr): Don't use BP_SYM.
27637         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27638         <bp-sym.h> and <bp-asm.h>.
27639         (__STRCMP): Don't use BP_SYM.
27640         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27641         <bp-sym.h> and <bp-asm.h>.
27642         (strchr): Don't use BP_SYM.
27643         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27644         <bp-sym.h> and <bp-asm.h>.
27645         (__strchrnul): Don't use BP_SYM.
27646         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27647         <bp-sym.h> and <bp-asm.h>.
27648         (strlen): Don't use BP_SYM.
27649         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27650         <bp-sym.h> and <bp-asm.h>.
27651         (strncmp): Don't use BP_SYM.
27652         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27653         <bp-sym.h> and <bp-asm.h>.
27654         (__strnlen): Don't use BP_SYM.
27655         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27656         <bp-asm.h>.
27657         (__mpn_rshift): Don't use BP_SYM.
27658         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27659         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27660         <bp-sym.h> and <bp-asm.h>.
27661         (__sigsetjmp): Don't use BP_SYM.
27662         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27663         (L(start_addresses)): Don't use BP_SYM.
27664         (_start): Likewise.
27665         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27666         <bp-asm.h>.
27667         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27668         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27669         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27670         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27671         <bp-asm.h>.
27672         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27673         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27674         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27675         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27676         <bp-asm.h>.
27677         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27678         comments.
27679         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27680         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27681         <bp-asm.h>.
27682         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27683         FIXME comments.
27684         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27685         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27686         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27687         <bp-asm.h>.
27688         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27689         comment.
27690         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27691         and <bp-asm.h>.
27692         (strncmp): Don't use BP_SYM,
27693         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27694         <bp-asm.h>.
27695         (__mpn_sub_n): Don't use BP_SYM.
27696         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27697         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27698         and <bp-asm.h>.
27699         (__mpn_submul_1): Don't use BP_SYM.
27700         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27702         <bp-sym.h> and <bp-asm.h>.
27703         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27705         <bp-sym.h> and <bp-asm.h>.
27706         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27707         comment.
27709 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27711         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27712         Use ZK to minimize writes to Z.
27713         (sub_magnitudes): Simplify code a bit.
27714         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27715         Use ZK to minimize writes to Z.
27716         (sub_magnitudes): Simplify code a bit.
27718 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27720         * csu/gmon-start.c: Add special exception to license text.
27722 2013-02-27  Richard Henderson  <rth@redhat.com>
27724         * scripts/config.guess: Update from config.git.
27725         * scripts/config.sub: Likewise.
27727 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27729         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27731         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27733         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27735         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27737         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27739 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27741         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27742         [$(build-shared = yes].
27744 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27746         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27747         (__mul): Reduce iterations for calculating mantissa.
27749         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27750         MPTWO.
27751         (__mpranred): Likewise.
27753         [BZ #15160]
27754         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27755         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27757 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27759         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27760         Define __attribute__.
27762 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27764         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27765         unused.
27766         * posix/regex_internal.h (__attribute): Remove.
27767         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27768         (re_string_context_at): Likewise.
27769         (bitset_not): Use __attribute__ and mark function as possibly
27770         unused.
27771         (bitset_merge): Likewise.
27772         (bitset_mask): Likewise.
27773         (re_string_char_size_at): Likewise.
27774         (re_string_wchar_at): Likewise.
27775         (re_string_elem_size_at): Likewise.
27777 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27779         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27780         code.
27781         (cc32): Likewise.
27783         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27784         (__acr): Likewise.
27785         (__cpy): Likewise.
27786         (norm): Likewise.
27787         (denorm): Likewise.
27788         (__dbl_mp): Likewise.
27789         (add_magnitudes): Likewise.
27790         (sub_magnitudes): Likewise.
27791         (__mul): Likewise.
27792         (__inv): Likewise.
27794         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27795         style.
27797         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27798         style.
27800         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27801         code.
27803         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27804         up changes with default code.
27805         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27806         Likewise.
27808 2013-02-24  Allan McRae  <allan@archlinux.org>
27810         * manual/socket.texi (The Internet Namespace): Order menu items
27811         to match that in the file.
27813         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27814         node listing of the info page menu.
27816 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27818         [BZ #13550]
27819         * sysdeps/i386/bp-asm.h: Remove file.
27820         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27821         (PARMS): Do not use macros from bp-asm.h.
27822         (S1): Likewise.
27823         (S2): Likewise.
27824         (SIZE): Likewise.
27825         (__mpn_add_n): Do not use BP_SYM
27826         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27827         "bp-asm.h".
27828         (PARMS): Do not use macros from bp-asm.h.
27829         (S1): Likewise.
27830         (SIZE): Likewise.
27831         (__mpn_addmul_1): Do not use BP_SYM
27832         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27833         "bp-asm.h".
27834         (PARMS): Do not use macros from bp-asm.h.
27835         (SIGMSK): Likewise.
27836         (_setjmp): Likewise.  Do not use BP_SYM.
27837         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27838         "bp-asm.h".
27839         (PARMS): Do not use macros from bp-asm.h.
27840         (SIGMSK): Likewise.
27841         (setjmp): Likewise.  Do not use BP_SYM.
27842         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27843         "bp-asm.h".
27844         (PARMS): Do not use macros from bp-asm.h.
27845         (__frexp): Do not use BP_SYM.
27846         (frexp): Likewise.
27847         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27848         "bp-asm.h".
27849         (PARMS): Do not use macros from bp-asm.h.
27850         (__frexpf): Do not use BP_SYM.
27851         (frexpf): Likewise.
27852         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27853         "bp-asm.h".
27854         (PARMS): Do not use macros from bp-asm.h.
27855         (__frexpl): Do not use BP_SYM.
27856         (frexpl): Likewise.
27857         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27858         "bp-asm.h".
27859         (PARMS): Do not use macros from bp-asm.h.
27860         (__remquo): Do not use BP_SYM.
27861         (remquo): Likewise.
27862         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27863         "bp-asm.h".
27864         (PARMS): Do not use macros from bp-asm.h.
27865         (__remquof): Do not use BP_SYM.
27866         (remquof): Likewise.
27867         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27868         "bp-asm.h".
27869         (PARMS): Do not use macros from bp-asm.h.
27870         (__remquol): Do not use BP_SYM.
27871         (remquol): Likewise.
27872         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27873         "bp-asm.h".
27874         (PARMS): Do not use macros from bp-asm.h.
27875         (DEST): Likewise.
27876         (SRC): Likewise.
27877         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27878         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27879         "bp-asm.h".
27880         (PARMS): Do not use macros from bp-asm.h.
27881         (strlen): Do not use BP_SYM.
27882         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27883         "bp-asm.h".
27884         (PARMS): Do not use macros from bp-asm.h.
27885         (S1): Likewise.
27886         (S2): Likewise.
27887         (SIZE): Likewise.
27888         (__mpn_add_n): Do not use BP_SYM.
27889         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27890         "bp-asm.h".
27891         (PARMS): Do not use macros from bp-asm.h.
27892         (S1): Likewise.
27893         (SIZE): Likewise.
27894         (__mpn_addmul_1): Do not use BP_SYM.
27895         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27896         weak_alias.
27897         (bzero): Likewise.
27898         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27899         "bp-asm.h".
27900         (PARMS): Do not use macros from bp-asm.h.
27901         (S): Likewise.
27902         (SIZE): Likewise.
27903         (__mpn_lshift): Do not use BP_SYM.
27904         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27905         "bp-asm.h".
27906         (PARMS): Do not use macros from bp-asm.h.
27907         (DEST): Likewise.
27908         (SRC): Likewise.
27909         (LEN): Likewise.
27910         (memcpy): Likewise.  Do not use BP_SYM.
27911         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27912         libc_hidden_def and weak_alias.
27913         (mempcpy): Do not use BP_SYM in weak_alias.
27914         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27915         "bp-asm.h".
27916         (PARMS): Do not use macros from bp-asm.h.
27917         (DEST): Likewise.
27918         (LEN): Likewise.
27919         [!BZERO_P] (CHR): Likewise.
27920         (memset): Likewise.  Do not use BP_SYM.
27921         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27922         "bp-asm.h".
27923         (PARMS): Do not use macros from bp-asm.h.
27924         (S1): Likewise.
27925         (SIZE): Likewise.
27926         (__mpn_mul_1): Do not use BP_SYM.
27927         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27928         "bp-asm.h".
27929         (PARMS): Do not use macros from bp-asm.h.
27930         (S): Likewise.
27931         (SIZE): Likewise.
27932         (__mpn_rshift): Do not use BP_SYM.
27933         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27934         "bp-asm.h".
27935         (PARMS): Do not use macros from bp-asm.h.
27936         (STR): Likewise.
27937         (CHR): Likewise.
27938         (strchr): Likewise.  Do not use BP_SYM.
27939         (index): Do not use BP_SYM in weak_alias.
27940         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27941         "bp-asm.h".
27942         (PARMS): Do not use macros from bp-asm.h.
27943         (DEST): Likewise.
27944         (SRC): Likewise.
27945         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27946         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27947         "bp-asm.h".
27948         (PARMS): Do not use macros from bp-asm.h.
27949         (strlen): Do not use BP_SYM.
27950         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27951         "bp-asm.h".
27952         (PARMS): Do not use macros from bp-asm.h.
27953         (S1): Likewise.
27954         (S2): Likewise.
27955         (SIZE): Likewise.
27956         (__mpn_sub_n): Do not use BP_SYM.
27957         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27958         "bp-asm.h".
27959         (PARMS): Do not use macros from bp-asm.h.
27960         (S1): Likewise.
27961         (SIZE): Likewise.
27962         (__mpn_submul_1): Do not use BP_SYM.
27963         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27964         "bp-asm.h".
27965         (PARMS): Do not use macros from bp-asm.h.
27966         (S1): Likewise.
27967         (S2): Likewise.
27968         (SIZE): Likewise.
27969         (__mpn_add_n): Do not use BP_SYM.
27970         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27971         weak_alias.
27972         (bzero): Likewise.
27973         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27974         "bp-asm.h".
27975         (PARMS): Do not use macros from bp-asm.h.
27976         (BLK2): Likewise.
27977         (LEN): Likewise.
27978         (memcmp): Do not use BP_SYM.
27979         (bcmp): Do not use BP_SYM in weak_alias.
27980         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27981         "bp-asm.h".
27982         (PARMS): Do not use macros from bp-asm.h.
27983         (DEST): Likewise.
27984         (SRC): Likewise.
27985         (LEN): Likewise.
27986         (memcpy): Likewise.  Do not use BP_SYM.
27987         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27988         "bp-asm.h".
27989         (PARMS): Do not use macros from bp-asm.h.
27990         (DEST): Likewise.
27991         (SRC): Likewise.
27992         (LEN): Likewise.
27993         (memmove): Likewise.  Do not use BP_SYM.
27994         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27995         "bp-asm.h".
27996         (PARMS): Do not use macros from bp-asm.h.
27997         (DEST): Likewise.
27998         (SRC): Likewise.
27999         (LEN): Likewise.
28000         (__mempcpy): Likewise.  Do not use BP_SYM.
28001         (mempcpy): Do not use BP_SYM in weak_alias.
28002         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28003         "bp-asm.h".
28004         (PARMS): Do not use macros from bp-asm.h.
28005         (DEST): Likewise.
28006         (LEN): Likewise.
28007         [!BZERO_P] (CHR): Likewise.
28008         (memset): Likewise.  Do not use BP_SYM.
28009         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28010         "bp-asm.h".
28011         (PARMS): Do not use macros from bp-asm.h.
28012         (STR2): Likewise.
28013         (strcmp): Do not use BP_SYM.
28014         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28015         "bp-asm.h".
28016         (PARMS): Do not use macros from bp-asm.h.
28017         (STR): Likewise.
28018         (DELIM): Likewise.
28019         [USE_AS_STRTOK_R] (SAVE): Likewise.
28020         (FUNCTION): Likewise.  Do not use BP_SYM.
28021         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28022         aliases.
28023         (strtok_r): Likewise.
28024         (__GI___strtok_r): Likewise.
28025         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28026         (PARMS): Do not use macros from bp-asm.h.
28027         (S): Likewise.
28028         (SIZE): Likewise.
28029         (__mpn_lshift): Do not use BP_SYM.
28030         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28031         (PARMS): Do not use macros from bp-asm.h.
28032         (STR): Likewise.
28033         (CHR): Likewise.
28034         (__memchr): Do not use BP_SYM.
28035         (memchr): Do not use BP_SYM in weak_alias.
28036         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28037         (PARMS): Do not use macros from bp-asm.h.
28038         (BLK2): Likewise.
28039         (LEN): Likewise.
28040         (memcmp): Do not use BP_SYM.
28041         (bcmp): Do not use BP_SYM in weak_alias.
28042         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28043         (PARMS): Do not use macros from bp-asm.h.
28044         (S1): Likewise.
28045         (SIZE): Likewise.
28046         (__mpn_mul_1): Do not use BP_SYM.
28047         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28048         "bp-asm.h".
28049         (PARMS): Do not use macros from bp-asm.h.
28050         (STR): Likewise.
28051         (CHR): Likewise.
28052         (__rawmemchr): Do not use BP_SYM.
28053         (rawmemchr): Do not use BP_SYM in weak_alias.
28054         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28055         (PARMS): Do not use macros from bp-asm.h.
28056         (S): Likewise.
28057         (SIZE): Likewise.
28058         (__mpn_rshift): Do not use BP_SYM.
28059         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28060         (PARMS): Do not use macros from bp-asm.h.
28061         (SIGMSK): Likewise.
28062         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28063         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28064         (_start): Do not use BP_SYM.
28065         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28066         (PARMS): Do not use macros from bp-asm.h.
28067         (DEST): Likewise.
28068         (SRC): Likewise.
28069         (__stpcpy): Likewise.  Do not use BP_SYM.
28070         (stpcpy): Do not use BP_SYM in weak_alias.
28071         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28072         "bp-asm.h".
28073         (PARMS): Do not use macros from bp-asm.h.
28074         (DEST): Likewise.
28075         (SRC): Likewise.
28076         (LEN): Likewise.
28077         (__stpncpy): Likewise.  Do not use BP_SYM.
28078         (stpncpy): Do not use BP_SYM in weak_alias.
28079         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28080         (PARMS): Do not use macros from bp-asm.h.
28081         (STR): Likewise.
28082         (CHR): Likewise.
28083         (strchr): Likewise.  Do not use BP_SYM.
28084         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28085         "bp-asm.h".
28086         (PARMS): Do not use macros from bp-asm.h.
28087         (STR): Likewise.
28088         (CHR): Likewise.
28089         (__strchrnul): Likewise.  Do not use BP_SYM.
28090         (strchrnul): Do not use BP_SYM in weak_alias.
28091         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28092         "bp-asm.h".
28093         (PARMS): Do not use macros from bp-asm.h.
28094         (STOP): Likewise.
28095         (strcspn): Do not use BP_SYM.
28096         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28097         "bp-asm.h".
28098         (PARMS): Do not use macros from bp-asm.h.
28099         (STR): Likewise.
28100         (STOP): Likewise.
28101         (strpbrk): Likewise.  Do not use BP_SYM.
28102         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28103         "bp-asm.h".
28104         (PARMS): Do not use macros from bp-asm.h.
28105         (STR): Likewise.
28106         (CHR): Likewise.
28107         (strrchr): Likewise.  Do not use BP_SYM.
28108         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28109         (PARMS): Do not use macros from bp-asm.h.
28110         (SKIP): Likewise.
28111         (strspn): Do not use BP_SYM.
28112         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28113         (PARMS): Do not use macros from bp-asm.h.
28114         (STR): Likewise.
28115         (DELIM): Likewise.
28116         (SAVE): Likewise.
28117         (FUNCTION): Likewise.  Do not use BP_SYM.
28118         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28119         aliases.
28120         (strtok_r): Likewise.
28121         (__GI___strtok_r): Likewise.
28122         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28123         (PARMS): Do not use macros from bp-asm.h.
28124         (S1): Likewise.
28125         (S2): Likewise.
28126         (SIZE): Likewise.
28127         (__mpn_sub_n): Do not use BP_SYM.
28128         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28129         "bp-asm.h".
28130         (PARMS): Do not use macros from bp-asm.h.
28131         (S1): Likewise.
28132         (SIZE): Likewise.
28133         (__mpn_submul_1): Do not use BP_SYM.
28134         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28135         <bp-sym.h>.
28136         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28137         and <bp-asm.h>.
28138         (PARMS): Do not use macros from bp-asm.h.
28139         (FLAGS): Likewise.
28140         (PTID): Likewise.
28141         (TLS): Likewise.
28142         (CTID): Likewise.
28143         (__clone): Do not use BP_SYM.
28144         (clone): Do not use BP_SYM in weak_alias.
28145         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28146         and <bp-asm.h>.
28147         (PARMS): Do not use macros from bp-asm.h.
28148         (LEN): Likewise.
28149         (__mmap64): Do not use BP_SYM.
28150         (mmap64): Do not use BP_SYM in weak_alias.
28151         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28152         <bp-sym.h> and <bp-asm.h>.
28153         (PARMS): Do not use macros from bp-asm.h.
28154         (__posix_fadvise64_l64): Do not use BP_SYM.
28155         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28156         (PARMS): Do not use macros from bp-asm.h.
28157         (NSOPS): Likewise.
28158         (semtimedop): Do not use BP_SYM.
28159         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28160         and <bp-asm.h>.
28162 2013-02-21  Allan McRae  <allan@archlinux.org>
28164         * manual/message.texi (Charset conversion in gettext):
28165         Move @end statement to beginning of line.
28167 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28169         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28170         static.
28171         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28172         Likewise.
28174         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28175         (denorm): Likewise.
28176         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28177         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28179 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28181         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28182         tail-call to the resolved function if pltexit isn't needed.
28184 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28186         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28187         or Y being zero as being unlikely.
28188         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28189         Likewise.
28191 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28193         * manual/nss.texi (System Databases and Name Service Switch):
28194         Remove frobnicate @pxref.
28196 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28198         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28199         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28201 2013-02-20  Petr Machata  <pmachata@redhat.com>
28203         * elf/elf.h (R_ARM_TARGET1): New macro.
28204         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28205         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28206         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28207         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28208         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28209         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28210         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28211         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28212         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28213         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28214         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28215         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28216         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28217         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28218         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28219         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28220         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28221         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28222         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28223         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28224         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28225         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28226         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28227         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28228         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28229         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28230         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28231         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28232         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28233         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28234         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28235         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28236         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28237         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28238         (R_ARM_THM_GOT_BREL12): Likewise.
28239         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28240         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28241         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28242         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28243         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28244         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28245         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28246         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28247         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28249 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28251         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28252         __attribute_used__ to __attribute__ ((unused)).
28254 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28256         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28257         powerpc mpa.c.
28258         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28259         comment formatting.
28260         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28262 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28264         [BZ #13550]
28265         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28266         Remove macro.
28267         (ENTER): Remove both macro definitions.
28268         (LEAVE): Likewise.
28269         (CHECK_BOUNDS_LOW): Likewise.
28270         (CHECK_BOUNDS_HIGH): Likewise.
28271         (CHECK_BOUNDS_BOTH): Likewise.
28272         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28273         (RETURN_BOUNDED_POINTER): Likewise.
28274         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28275         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28276         (POP_ERRNO_LOCATION_RETURN): Likewise.
28277         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28278         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28279         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28280         macros.
28281         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28282         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28283         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28284         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28285         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28286         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28287         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28288         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28289         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28290         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28291         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28292         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28293         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28294         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28295         removed macros.
28296         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28297         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28298         macros.
28299         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28300         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28301         * sysdeps/i386/i586/memset.S (memset): Likewise.
28302         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28303         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28304         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28305         macros.
28306         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28307         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28308         Change uses of L(2) to L(out).
28309         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28310         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28311         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28312         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28313         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28314         removed macros.
28315         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28316         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28317         macros.
28318         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28319         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28320         (RETURN): Do not use macro LEAVE.
28321         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28322         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28323         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28324         * sysdeps/i386/i686/memset.S (memset): Likewise.
28325         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28326         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28327         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28328         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28329         Likewise.
28330         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28331         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28332         L(1_2) and L(1_3) into L(1).
28333         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28334         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28335         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28336         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28337         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28338         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28339         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28340         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28341         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28342         macros.
28343         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28344         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28345         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28346         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28347         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28348         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28349         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28350         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28351         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28352         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28353         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28354         * sysdeps/i386/strspn.S (strspn): Likewise.
28355         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28356         conditional code.
28357         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28358         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28359         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28360         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28361         L(1_3) into L(1_1).
28362         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28363         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28364         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28365         macros.
28366         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28368 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28370         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28371         macro.
28373 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28375         * math/atest-exp.c (exp_mpn): Remove ROUND.
28376         * math/atest-exp2.c (exp_mpn): Likewise.
28377         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28379         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28380         * stdlib/tst-tls-atexit-lib.c: Likewise.
28381         * stdlib/tst-tls-atexit.c: Likewise.
28383 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28385         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28386         and __attribute_alloc_size__.
28388 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28390         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28391         __attribute_alloc_size__.
28392         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28393         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28395 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28397         * include/programs/xmalloc.h: New file.
28398         * catgets/gencat.c: Include it.
28399         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28400         * elf/pldd.c: Likewise.
28401         * iconv/iconv_charmap.c: Likewise.
28402         * iconv/iconvconfig.c: Likewise.
28403         * iconv/strtab.c: Likewise.
28404         * locale/programs/locale.c: Likewise.
28405         * locale/programs/localedef.h: Likewise.
28406         * locale/programs/simple-hash.c: Likewise.
28407         * nscd/nscd.h: Likewise.
28408         * nss/makedb.c: Likewise.
28409         * sysdeps/generic/ldconfig.h: Likewise.
28411 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28413         * Versions.def: Add GLIBC_2.18.
28414         * include/link.h (struct link_map): New member l_tls_dtor_count.
28415         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28416         (__call_tls_dtors): Likewise.
28417         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28418         __cxa_thread_atexit_impl.
28419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28420         Likewise.
28421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28422         Likewise.
28423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28424         Likewise.
28425         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28426         Likewise.
28427         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28428         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28429         Likewise.
28430         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28431         Likewise.
28432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28433         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28434         Likewise.
28435         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28436         (tests): Add test case tst-tls-atexit.
28437         (modules-names): Add shared library for tst-tls-atexit.
28438         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28439         (GLIBC_PRIVATE): Add __call_tls_dtors.
28440         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28441         for libstdc++.
28442         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28443         * stdlib/tst-tls-atexit.c: New test case.
28444         * stdlib/tst-tls-atexit-lib.c: New test case.
28446         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28448         * elf/Versions (ld): Add _dl_find_dso_for_object.
28449         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28450         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28451         (dl_open_worker): Use _dl_find_dso_for_object.
28452         * elf/dl-sym.c (do_sym): Likewise.
28453         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28455 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28457         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28458         Syntactic changes only.
28459         (_dl_runtime_profile): Do a tail-call to the resolved function.
28461 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28463         [BZ #13550]
28464         * sysdeps/x86_64/bp-asm.h: Remove file.
28465         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28466         <bp-sym.h> and <bp-asm.h>.
28467         (__clone): Do not use BP_SYM.
28468         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28469         <bp-sym.h> and <bp-asm.h>.
28470         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28471         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28472         "bp-asm.h".
28473         (_setjmp): Do not use BP_SYM.
28474         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28475         "bp-asm.h".
28476         (setjmp): Do not use BP_SYM.
28477         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28478         libc_hidden_def.
28479         (mempcpy): Do not use BP_SYM in weak_alias.
28480         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28481         "bp-asm.h".
28482         (strchr): Do not use BP_SYM.
28483         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28484         "bp-asm.h".
28485         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28486         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28487         (_start): Do not use BP_SYM.
28488         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28489         "bp-asm.h".
28490         (strcat): Do not use BP_SYM.
28491         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28492         "bp-asm.h".
28493         (STRCMP): Do not use BP_SYM.
28494         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28495         "bp-asm.h".
28496         (STRCPY): Do not use BP_SYM.
28497         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28498         "bp-asm.h".
28499         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28500         "bp-asm.h".
28501         (FUNCTION): Do not use BP_SYM.
28502         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28503         weak_alias.
28504         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28506 2013-02-17  Andreas Jaeger  <aj@suse.de>
28508         * time/Versions: Sort entries.
28509         * string/Versions: Likewise.
28510         * resolv/Versions: Likewise.
28511         * posix/Versions: Likewise.
28512         * iconv/Versions: Likewise.
28513         * elf/Versions: Likewise.
28514         * wcsmbs/Versions: Likewise.
28516 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28518         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28519         loop termination condition.
28521         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28522         variable to calculate EZ.
28523         (__sqr): Likewise.
28525         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28526         the lower precision input.
28528 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28530         [BZ #13550]
28531         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28532         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28533         (run-via-rtld-prefix): Do not handle %-bp tests.
28534         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28535         (all-object-suffixes): Remove .ob.
28536         (bppfx): Remove variable.
28537         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28538         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28539         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28540         [$(build-bounded) = yes] (libtype.ob): Likewise.
28541         * Makerules (elide-routines.ob): Remove variable.
28542         (do-tests-clean): Do not handle *-bp.out.
28543         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28544         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28545         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28546         (tests): Do not include $(tests-bp.out).
28547         (xtests): Do not include $(xtests-bp.out).
28548         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28549         [$(build-bounded) = yes] ($(addprefix
28550         $(objpfx),$(binaries-bounded))): Remove rule.
28551         ($(objpfx)%-bp.out): Remove rule.
28552         * config.make.in (build-bounded): Remove variable.
28553         * crypt/Makefile [$(build-bounded) = yes]
28554         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28555         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28556         append to variable.
28557         [$(build-bounded) = yes] (install-lib): Likewise.
28558         [$(build-bounded) = yes] (generated): Likewise.
28559         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28560         Remove rule.
28561         * intl/Makefile [$(build-bounded) = yes]
28562         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28563         * math/Makefile [$(build-bounded) = yes]
28564         ($(tests:%=$(objpfx)%-bp): Likewise.
28565         * misc/Makefile [$(build-bounded) = yes]
28566         ($(objpfx)tst-tsearch-bp): Likewise.
28567         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28568         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28569         Remove dependency.
28570         * string/Makefile (o-objects.ob): Remove variable.
28571         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28572         (CFLAGS-.ob): Remove variable.
28573         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28574         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28575         both definitions of variable.
28576         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28577         (ASFLAGS-.ob): Remove variable.
28579 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28581         [BZ #13550]
28582         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28583         Remove __BOUNDED_POINTERS__ from condition.
28584         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28585         * string/bits/string2.h [!__NO_STRING_INLINES &&
28586         !__BOUNDED_POINTERS__]: Likewise.
28587         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28588         Likewise.
28589         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28590         Remove conditional code.
28591         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28592         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28593         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28594         condition.
28596         [BZ #13550]
28597         * csu/libc-start.c: Do not include <bp-sym.h>.
28598         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28599         * elf/dl-open.c: Do not include <bp-sym.h>.
28600         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28601         * math/fegetenv.c: Do not include <bp-sym.h>.
28602         (fegetenv): Do not use BP_SYM in versioned symbols.
28603         * nptl/sysdeps/pthread/bits/libc-lockP.h
28604         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28605         <bp-sym.h>.
28606         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28607         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28609         (__pthread_mutex_destroy): Likewise.
28610         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28611         (__pthread_mutex_lock): Likewise.
28612         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28613         (__pthread_mutex_trylock): Likewise.
28614         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28615         (__pthread_mutex_unlock): Likewise.
28616         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28617         (__pthread_mutexattr_init): Likewise.
28618         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28619         (__pthread_mutexattr_destroy): Likewise.
28620         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28621         (__pthread_mutexattr_settype): Likewise.
28622         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28623         (__pthread_rwlock_init): Likewise.
28624         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28625         (__pthread_rwlock_destroy): Likewise.
28626         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28627         (__pthread_rwlock_rdlock): Likewise.
28628         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28629         (__pthread_rwlock_tryrdlock): Likewise.
28630         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28631         (__pthread_rwlock_wrlock): Likewise.
28632         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28633         (__pthread_rwlock_trywrlock): Likewise.
28634         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28635         (__pthread_rwlock_unlock): Likewise.
28636         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28637         (__pthread_key_create): Likewise.
28638         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28639         (__pthread_setspecific): Likewise.
28640         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28641         (__pthread_getspecific): Likewise.
28642         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28643         Likewise.
28644         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28645         (_pthread_cleanup_push_defer): Likewise.
28646         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28647         (_pthread_cleanup_pop_restore): Likewise.
28648         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28649         (pthread_setcancelstate): Likewise.
28650         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28651         <bp-sym.h>.
28652         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28653         (memchr): Do not use BP_SYM in weak_alias.
28654         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28655         (fegetenv): Do not use BP_SYM in versioned symbols.
28656         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28657         (fesetenv): Do not use BP_SYM in versioned symbols.
28658         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28659         (feupdateenv): Do not use BP_SYM in versioned symbols.
28660         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28661         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28662         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28663         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28664         (open64): Do not use BP_SYM in weak_alias.
28665         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28666         (fegetenv): Do not use BP_SYM in versioned symbols.
28667         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28668         (fesetenv): Do not use BP_SYM in versioned symbols.
28669         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28670         (feupdateenv): Do not use BP_SYM in versioned symbols.
28671         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28672         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28673         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28674         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28675         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28676         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28677         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28678         <bp-sym.h>.
28679         (__libc_start_main): Do not use BP_SYM.
28681 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28683         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28684         redundant return line.
28685         (norm): Likewise.
28686         (denorm): Likewise.
28687         (dbl_mp): Likewise.
28688         (sub_magnitudes): Likewise.
28689         (__add): Likewise.
28690         (__sub): Likewise.
28691         (__mul): Likewise.
28692         (__inv): Likewise.
28693         (__dvd): Likewise.
28694         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28695         (norm): Likewise.
28696         (denorm): Likewise.
28697         (dbl_mp): Likewise.
28698         (sub_magnitudes): Likewise.
28699         (__add): Likewise.
28700         (__sub): Likewise.
28701         (__mul): Likewise.
28702         (__inv): Likewise.
28703         (__dvd): Likewise.
28705         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28706         instead of __mul.
28707         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28708         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28709         (cc32): Likewise.
28711         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28712         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28713         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28714         of __mul for squares.
28715         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28716         function
28717         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28718         Likewise.
28719         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28720         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28722 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28724         [BZ #13550]
28725         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28726         code.
28727         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28728         prototype or function definition.  Rename ubp_* variables and
28729         parameters.  Remove argv definitions conditional on
28730         [__BOUNDED_POINTERS__].
28731         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28732         * elf/dl-runtime.c (_dl_fixup): Likewise.
28733         * include/set-hooks.h (RUN_HOOK): Likewise.
28734         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28735         definition.
28736         * string/strcpy.c (strcpy): Do not use __unbounded.
28737         * sysdeps/generic/frame.h (struct layout): Likewise.
28738         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28739         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28740         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28741         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28742         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28743         (__backtrace): Likewise.
28744         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28745         use __ptrvalue.
28746         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28747         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28748         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28749         Likewise.
28750         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28751         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28752         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28753         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28754         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28755         Do not use __unbounded.
28756         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28757         Rename __unboundedrlimits parameter to rlimits in prototype.
28758         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28759         Do not use __unbounded.
28760         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28761         not use __ptrvalue.
28762         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28763         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28764         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28765         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28766         __ptrvalue or __unbounded.
28767         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28768         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28769         use __unbounded.
28770         (__new_msgctl): Do not use __ptrvalue.
28771         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28772         __unbounded.
28773         (__libc_msgrcv): Do not use __ptrvalue.
28774         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28775         startup_info): Do not use __unbounded.
28776         (__libc_start_main): Likewise.  Rename ubp_* variables and
28777         parameters.  Remove argv definitions conditional on
28778         [__BOUNDED_POINTERS__].
28779         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28780         __ptrvalue.
28781         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28782         use __unbounded.
28783         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28784         or __ptrvalue.
28785         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28786         use __unbounded.
28787         (__new_shmctl): Do not use __ptrvalue.
28788         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28789         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28790         Likewise.
28791         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28792         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28793         (__libc_sigaction): Likewise.
28794         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28795         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28796         Likewise.
28797         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28799 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28801         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28803         * string/mempcpy.c: Implement by calling memcpy.
28805 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28807         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28809         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28810         evaluation.
28812         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28813         values in the mantissa.
28815         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28816         minimize writes to Z.
28817         (sub_magnitudes): Simplify code a bit.
28819 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28821         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28822         from the message.  The linker prefixes all warnings with that already.
28824 2013-02-12  Andreas Schwab  <schwab@suse.de>
28826         [BZ #15078]
28827         * posix/regexec.c (extend_buffers): Add parameter min_len.
28828         (check_matching): Pass minimum needed length.
28829         (clean_state_log_if_needed): Likewise.
28830         (get_subexp): Likewise.
28831         * posix/Makefile (tests): Add bug-regex34.
28832         (bug-regex34-ENV): Define.
28833         * posix/bug-regex34.c: New file.
28835         [BZ #11561]
28836         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28837         elements compare against the byte sequence of it, not its name.
28838         * posix/Makefile (tests): Add bug-regex35.
28839         (bug-regex35-ENV): Define.
28840         * posix/bug-regex35.c: New file.
28842 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28844         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28845         comment.
28846         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28847         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28848         (CHECK_EOL): Add undef.
28850 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28852         * bits/stdlib-bsearch.h: New file.
28853         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28854         * stdlib/stdlib.h: Likewise.
28856 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28858         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28859         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28860         declaration.
28861         * manual/search.texi (Array Search Function): Add missing const in
28862         lfind prototype.
28863         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28864         declaration to use rlim_t.
28865         (Basic Scheduling Functions): Remove erroneous const from
28866         sched_getparam prototype.  Remove erroneous * from
28867         sched_get_priority_max and sched_get_priority_min prototypes.
28868         (Resource Usage): Fix summary @comment on vtimes to refer to
28869         sys/vtimes.h rather than vtimes.h.
28870         Add missing *s in vtimes prototype.
28871         (Limits on Resources): Fix ulimit prototype to return long int.
28872         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28873         prototypes to use long int rather than double.
28874         (BSD Random): Fix initstate and setstate to use char *, not void *.
28875         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28876         prototype to make second argument 'struct aiocb64 *const[]'.
28877         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28878         (Status of AIO Operations): Remove erroneous const in aio_return and
28879         aio_return64 prototypes.
28880         (Synchronizing I/O): Fix sync prototype to return void.
28881         * manual/startup.texi (Suboptions): Remove an erroneous const in
28882         getsubopt prototype.
28883         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28884         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28885         use size_t rather than int.
28886         (Scanning All Users): Likewise for getpwent_r.
28887         (Setting Groups): Add missing const to setgroups prototype.
28888         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28889         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28890         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28891         'const void *' rather than 'const char *'.
28892         (Host Address Functions): Likewise for inet_ntop.
28893         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28894         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28895         ssize_t for return value.
28896         (Sending Data): Likewise for send, sendto, sendmsg.
28897         (Socket Option Functions): Add a missing const in setsockopt prototype.
28898         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28899         use wchar_t for the argument.
28900         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28901         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28902         take no arguments.
28903         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28904         double/float/long double for second argument.
28905         Fix return types of significand, significandf, significandl.
28906         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28907         argument in fchmod prototype.
28908         (File Owner): Use uid_t and gid_t in fchown prototype.
28909         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28910         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28911         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28912         use 'const struct dirent **' as argument types to CMP function pointer
28913         argument.
28914         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28915         (File Times): Fix summary magic @comment for struct utimbuf and utime
28916         to refer to utime.h, not time.h.
28917         * manual/string.texi (Argz Functions): Add missing const in
28918         argz_extract and argz_next prototypes.
28919         (Finding Tokens in a String): Likewise for basename.
28920         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28921         (Copying and Concatenation): Fix typo in wmemmove prototype.
28922         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28923         (Signal Stack): Remove erroneous const in sigstack prototype.
28924         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28925         prototype.
28926         (Simple Calendar Time): Likewise for stime.
28927         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28928         prototype.
28929         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28930         say sys/sysctl.h instead.
28931         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28932         and vsyslog prototypes.
28934 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28936         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28937         Remove.
28939 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28941         * misc/sys/mman.h: Fix typo in mremap comment.
28943 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28945         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28946         the '\0' terminator.
28948 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28950         [BZ #13550]
28951         * debug/segfault.c: Don't include <bp-checks.h>.
28952         * sysdeps/generic/bp-checks.h: Remove file.
28953         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28954         (__GETDENTS): Don't use CHECK_N.
28955         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28956         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28957         (__getgroups): Don't use CHECK_N.
28958         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28959         (setgroups): Don't use CHECK_N.
28960         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28961         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28962         (__libc_msgrcv): Don't use CHECK_N.
28963         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28964         (__libc_msgsnd): Don't use CHECK_N.
28965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28966         <bp-checks.h>.
28967         (__libc_pread): Don't use CHECK_N.
28968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28969         include <bp-checks.h>.
28970         (__libc_pread64): Don't use CHECK_N.
28971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28972         include <bp-checks.h>.
28973         (__libc_pwrite): Don't use CHECK_N.
28974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28975         include <bp-checks.h>.
28976         (__libc_pwrite64): Don't use CHECK_N.
28977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28978         <bp-checks.h>.
28979         (__libc_pread): Don't use CHECK_N.
28980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28981         include <bp-checks.h>.
28982         (__libc_pread64): Don't use CHECK_N.
28983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28984         include <bp-checks.h>.
28985         (__libc_pwrite): Don't use CHECK_N.
28986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28987         include <bp-checks.h>.
28988         (__libc_pwrite64): Don't use CHECK_N.
28989         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28990         (do_pread): Don't use CHECK_N.
28991         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28992         (do_pread64): Don't use CHECK_N.
28993         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28994         (do_pwrite): Don't use CHECK_N.
28995         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28996         (do_pwrite64): Don't use CHECK_N.
28997         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28998         (__libc_readv): Don't use CHECK_N.
28999         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29000         (semop): Don't use CHECK_N.
29001         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29002         <bp-checks.h>.
29003         (semtimedop): Don't use CHECK_N.
29004         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29005         (__libc_pread): Don't use CHECK_N.
29006         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29007         <bp-checks.h>.
29008         (__libc_pread64): Don't use CHECK_N.
29009         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29010         <bp-checks.h>.
29011         (__libc_pwrite): Don't use CHECK_N.
29012         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29013         <bp-checks.h>.
29014         (__libc_pwrite64): Don't use CHECK_N.
29015         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29016         <bp-checks.h>.
29017         (__libc_msgrcv): Don't use CHECK_N.
29018         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29019         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29020         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29021         (__libc_writev): Don't use CHECK_N.
29023 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29025         * string/strcpy.c: Removed unused variable.
29027         * Makeconfig (+sysdep-includes): Define with := rather than =.
29028         Use an existing include/ subdir of each sysdeps dir before it.
29030 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29032         * nscd/connection.c (register_traced_file): Comment function.
29033         [HAVE_INOTIFY] (union __inev): Define.
29034         [HAVE_INOTIFY] (inotify_check_files): New function.
29035         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29036         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29037         clear_db_cache.
29038         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29040 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29042         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29043         loaded if not already and that a failure is permanent.
29045 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29047         [BZ #15006]
29048         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29049         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29051 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29053         [BZ #13550]
29054         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29055         (CHECK_1_NULL_OK): Likewise.
29056         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29057         (__fxstat): Do not use CHECK_1.
29058         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29059         <bp-checks.h>.
29060         (___fxstat64): Do not use CHECK_1.
29061         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29062         <bp-checks.h>.
29063         (__fxstatat): Do not use CHECK_1.
29064         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29065         <bp-checks.h>.
29066         (__fxstatat64): Do not use CHECK_1.
29067         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29068         <bp-checks.h>.
29069         (__fxstat): Do not use CHECK_1.
29070         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29071         <bp-checks.h>.
29072         (__fxstatat): Do not use CHECK_1.
29073         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29074         <bp-checks.h>.
29075         (__getresgid): Do not use CHECK_1.
29076         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29077         <bp-checks.h>.
29078         (__getresuid): Do not use CHECK_1.
29079         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29080         <bp-checks.h>.
29081         (__lxstat): Do not use CHECK_1.
29082         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29083         <bp-checks.h>.
29084         (__old_msgctl): Do not use CHECK_1.
29085         (__new_msgctl): Likewise.
29086         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29087         <bp-checks.h>.
29088         (__new_setrlimit): Do not use CHECK_1.
29089         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29090         <bp-checks.h>.
29091         (__old_shmctl): Do not use CHECK_1.
29092         (__new_shmctl): Likewise.
29093         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29094         <bp-checks.h>.
29095         (__xstat): Do not use CHECK_1.
29096         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29097         (__lxstat): Do not use CHECK_1.
29098         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29099         <bp-checks.h>.
29100         (___lxstat64): Do not use CHECK_1.
29101         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29102         (__old_msgctl): Do not use CHECK_1.
29103         (__new_msgctl): Likewise.
29104         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29105         <bp-checks.h>.
29106         (__gettimeofday): Do not use CHECK_1.
29107         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29108         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29109         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29110         <bp-checks.h>.
29111         (__gettimeofday): Do not use CHECK_1.
29112         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29113         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29114         (__new_shmctl): Do not use CHECK_1.
29115         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29116         <bp-checks.h>.
29117         (do_sigtimedwait): Do not use CHECK_1.
29118         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29119         <bp-checks.h>.
29120         (do_sigwaitinfo): Do not use CHECK_1.
29121         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29122         <bp-checks.h>.
29123         (msgctl): Do not use CHECK_1.
29124         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29125         <bp-checks.h>.
29126         (shmctl): Do not use CHECK_1.
29127         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29128         (ustat): Do not use CHECK_1.
29129         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29130         <bp-checks.h>.
29131         (__fxstat): Do not use CHECK_1.
29132         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29133         <bp-checks.h>.
29134         (__fxstatat): Do not use CHECK_1.
29135         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29136         <bp-checks.h>.
29137         (__lxstat): Do not use CHECK_1.
29138         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29139         <bp-checks.h>.
29140         (__xstat): Do not use CHECK_1.
29141         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29142         (__xstat): Do not use CHECK_1.
29143         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29144         (___xstat64): Do not use CHECK_1.
29146         [BZ #13550]
29147         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29148         definitions.
29149         (CHECK_BOUNDS_HIGH): Likewise.
29150         * string/strcpy.c: Do not include <bp-checks.h>.
29151         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29153 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29155         * nscd/nscd-client.h (__nscd_drop_map_ref):
29156         Add __attribute__ ((unused)).
29157         * nis/nss-nisplus.h (niserr2nss): Likewise.
29159         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29160         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29162         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29163         Remove inline keyword.
29164         * include/rounding-mode.h (round_away): Likewise.
29165         * libio/wfileops.c (adjust_wide_data): Likewise.
29166         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29167         (__m128i_strloadu_tolower): Likewise.
29168         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29169         (__m128i_strloadu_tolower): Likewise.
29170         * time/mktime.c (ydhms_diff): Likewise.
29171         * locale/elem-hash.h (elem_hash): Likewise.
29172         * locale/setlocale.c (setdata): Likewise.
29173         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29174         (re_string_wchar_at): Likewise.
29175         (bitset_not, bitset_merge, bitset_mask): Likewise.
29176         [!(__GNUC__ > 3)] (inline): Remove macro.
29177         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29178         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29179         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29180         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29181         * string/memcmp.c (memcmp_bytes): Likewise.
29182         * locale/programs/locarchive.c (compute_hashval): Likewise.
29183         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29184         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29185         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29186         * nss/getent.c (print_rpc, print_protocols): Likewise.
29187         (print_passwd, print_group, print_aliases): Likewise.
29188         * nis/nss-nisplus.h (niserr2nss): Likewise.
29189         * nscd/connections.c (restart_p): Likewise.
29190         Change return type to bool.
29192 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29194         * Makeconfig (all-Depend-files): Add existing
29195         $(sorted-subdirs:=/Depend) files.
29196         (all-subdirs): Remove nss.
29197         * sysdeps/unix/inet/Subdirs: Add it here instead.
29198         * hesiod/Depend: New file.
29200         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29201         instead of calling alloca.
29203         * io/lseek.c (__lseek): Rename to __libc_lseek.
29204         Define __lseek as an alias.
29206         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29208 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29210         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29211         else clause and remove check for non-standard endianness.
29213 2013-02-04  David S. Miller  <davem@davemloft.net>
29215         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29217 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29219         [BZ #13550]
29220         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29221         (__ubp_memchr): Remove prototype.
29222         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29223         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29224         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29225         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29226         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29227         Remove alias.
29228         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29229         (__ubp_memchr): Likewise.
29230         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29231         (__ubp_memchr): Likewise.
29232         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29233         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29234         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29235         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29236         CHECK_STRING.
29237         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29238         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29239         (__getcwd): Do not use CHECK_STRING.
29240         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29241         <bp-checks.h>.
29242         (__real_chown): Do not use CHECK_STRING.
29243         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29244         <bp-checks.h>.
29245         (fchownat): Do not use CHECK_STRING.
29246         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29247         CHECK_STRING.
29248         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29249         <bp-checks.h>.
29250         (__lchown): Do not use CHECK_STRING.
29251         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29252         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29253         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29254         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29256         include <bp-checks.h>.
29257         (truncate64): Do not use CHECK_STRING.
29258         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29259         <bp-checks.h>.
29260         (__real_chown): Do not use CHECK_STRING.
29261         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29262         <bp-checks.h>.
29263         (__lchown): Do not use CHECK_STRING.
29264         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29265         <bp-checks.h>.
29266         (__chown): Do not use CHECK_STRING.
29267         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29268         <bp-checks.h>.
29269         (truncate64): Do not use CHECK_STRING.
29270         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29271         Likewise.
29272         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29273         (__xmknod): Do not use CHECK_STRING.
29274         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29275         <bp-checks.h>.
29276         (__xmknodat): Do not use CHECK_STRING.
29277         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29278         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29280 2013-02-04  Andreas Schwab  <schwab@suse.de>
29282         [BZ #14142]
29283         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29284         * include/netdb.h: Likewise for h_errno.
29285         * elf/tst-stackguard1.c: Include <tls.h>.
29287 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29289         * elf/link.h (struct link_map): Extend the l_addr comment.
29290         * include/link.h (struct link_map): Likewise.
29292 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29294         [BZ #13550]
29295         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29296         (BOUNDED_1): Remove macro.
29297         * debug/backtrace.c: Don't include <bp-checks.h>.
29298         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29299         (__backtrace): Likewise.
29300         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29301         <bp-checks.h>.
29302         (__backtrace): Don't use BOUNDED_1.
29303         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29304         <bp-checks.h>.
29305         (__backtrace): Don't use BOUNDED_1.
29306         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29307         (__backtrace): Don't use BOUNDED_1.
29308         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29309         (shmat): Don't use BOUNDED_N.
29311 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29313         [BZ #13550]
29314         * sysdeps/generic/bp-start.h: Remove file.
29315         * csu/libc-start.c: Don't include <bp-start.h>.
29316         (LIBC_START_MAIN): Set up __environ directly instead of using
29317         INIT_ARGV_and_ENVIRON.
29318         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29319         <bp-start.h>.
29321         [BZ #13550]
29322         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29323         definitions.
29324         (CHECK_FCNTL): Likewise.
29325         (CHECK_N_PAGES): Likewise.
29327         [BZ #13550]
29328         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29329         definitions.
29330         (CHECK_SIGSET_NULL_OK): Likewise.
29331         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29332         <bp-checks.h>.
29333         (sigpending): Don't use CHECK_SIGSET.
29334         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29335         <bp-checks.h>.
29336         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29337         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29338         <bp-checks.h>.
29339         (do_sigsuspend): Don't use CHECK_SIGSET.
29340         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29341         use CHECK_SIGSET.
29342         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29343         (do_sigwait): Don't use CHECK_SIGSET.
29344         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29345         use CHECK_SIGSET.
29346         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29347         include <bp-checks.h>.
29348         (sigpending): Don't use CHECK_SIGSET.
29349         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29350         include <bp-checks.h>.
29351         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29352         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29353         <bp-checks.h>.
29354         (sigpending): Don't use CHECK_SIGSET.
29355         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29356         <bp-checks.h>.
29357         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29359         [BZ #13550]
29360         * sysdeps/generic/bp-semctl.h: Remove file.
29361         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29362         <bp-checks.h> and <bp-semctl.h>.
29363         (__old_semctl): Don't use CHECK_SEMCTL.
29364         (__new_semctl): Likewise.
29365         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29366         and <bp-semctl.h>.
29367         (__old_semctl): Don't use CHECK_SEMCTL.
29368         (__new_semctl): Likewise.
29369         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29370         <bp-checks.h> and <bp-semctl.h>.
29371         (__old_semctl): Don't use CHECK_SEMCTL.
29372         (__new_semctl): Likewise.
29373         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29374         <bp-checks.h> and <bp-semctl.h>.
29375         (semctl): Don't use CHECK_SEMCTL.
29377         [BZ #13550]
29378         * Makerules (elide-bp-thunks): Remove variable.
29379         (elide-routines.oS): Don't use $(elide-bp-thunks).
29380         (elide-routines.os): Likewise.
29381         (elide-routines.o): Likewise.
29382         (elide-routines.op): Likewise.
29383         (elide-routines.og): Likewise.
29384         (objects): Don't use $(bp-thunks).
29385         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29386         include.
29387         (common-generated): Do not add s-proto-bp.d.
29388         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29389         (int): Likewise.
29390         (typ): Likewise.
29391         Do not generate makefile rules for bounded-pointer thunks.
29392         * sysdeps/generic/bp-thunks.h: Remove file.
29393         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29394         * sysdeps/unix/s-proto-bp.S: Likewise.
29396         [BZ #15062]
29397         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29398         parts of result separately when argument is not close to line from
29399         -i to i and one part of argument is small.
29400         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29401         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29402         * math/libm-test.inc (cacos_test): Add more tests.
29403         (casin_test): Likewise.
29404         (casinh_test): Likewise.
29405         * sysdeps/i386/fpu/libm-test-ulps: Update.
29406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29408 2013-01-31  David S. Miller  <davem@davemloft.net>
29410         * po/de.po: Update from translation team.
29412 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29414         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29416 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29418         * configure.in (_AC_PROG_CC_C89): New definition.
29419         * configure: Regenerate.
29421         * configure.in (AC_PROG_CPP): New definition.
29422         * configure: Regenerate.
29424 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29426         * debug/tst-backtrace.h: New file.
29427         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29428         (ret): Remove variable.
29429         (x): Likewise.
29430         (FAIL): Remove macro.
29431         (NO_INLINE): Likewise.
29432         (fn1): Use match function instead of strstr.
29433         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29434         (ret): Remove variable.
29435         (x): Likewise.
29436         (FAIL): Remove macro.
29437         (NO_INLINE): Likewise.
29438         (fn): Use match function instead of strstr.
29439         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29440         (ret): Remove variable.
29441         (x): Likewise.
29442         (FAIL): Remove macro.
29443         (NO_INLINE): Likewise.
29444         (handle_signal): Use match function instead of strstr.
29445         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29446         (ret): Remove variable.
29447         (x): Likewise.
29448         (FAIL): Remove macro.
29449         (NO_INLINE): Likewise.
29450         (handle_signal): Use match function instead of strstr.
29452 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29454         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29456 2013-01-23  David S. Miller  <davem@davemloft.net>
29458         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29459         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29460         argument of CAS if possible.
29461         * sysdeps/sparc/sparc64/bits/atomic.h
29462         (__arch_compare_and_exchange_val_32_acq): Likewise.
29463         (__arch_compare_and_exchange_val_64_acq): Likewise.
29465 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29467         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29468         * sysdeps/posix/ulimit.c: ... this.
29469         Include <limits.h>.
29470         * sysdeps/unix/bsd/ulimit.c: Remove file.
29472 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29474         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29475         (LDFLAGS-tst-array5): Likewise.
29477 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29479         [BZ #15036]
29480         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29481         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29482         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29483         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29485 2013-01-21  David S. Miller  <davem@davemloft.net>
29487         * sysdeps/sparc/backtrace.c: New file.
29488         * sysdeps/sparc/sparc32/backtrace.h: New file.
29489         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29490         * sysdeps/sparc/sparc64/backtrace.h: New file.
29491         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29492         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29493         -funwind-tables.
29495 2013-01-21  Andreas Schwab  <schwab@suse.de>
29497         [BZ #15020]
29498         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29499         closed its stdout.
29501 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29503         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29504         "mpa2.h".
29505         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29507 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29508             Mark Mitchell  <mark@codesourcery.com>
29509             Tom de Vries  <tom@codesourcery.com>
29510             Paul Pluzhnikov  <ppluzhnikov@google.com>
29512         * debug/tst-backtrace2.c: New file.
29513         * debug/tst-backtrace3.c: Likewise.
29514         * debug/tst-backtrace4.c: Likewise.
29515         * debug/tst-backtrace5.c: Likewise.
29516         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29517         (CFLAGS-tst-backtrace3.c): Likewise.
29518         (CFLAGS-tst-backtrace4.c): Likewise.
29519         (CFLAGS-tst-backtrace5.c): Likewise.
29520         (LDFLAGS-tst-backtrace2): Likewise.
29521         (LDFLAGS-tst-backtrace3): Likewise.
29522         (LDFLAGS-tst-backtrace4): Likewise.
29523         (LDFLAGS-tst-backtrace5): Likewise.
29524         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29525         tst-backtrace4 and tst-backtrace5.
29527 2013-01-18  Anton Blanchard  <anton@samba.org>
29528             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29530         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29531         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29532         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29533         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29535         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29536         "+r" and remove output regs list as redundant.  Add explicit inline
29537         asm to specify register of return val to work around compiler codegen
29538         bug.  Remove (int) cast on return value.  Add return type parameter to
29539         use in macro so that this macro does not truncate return value for
29540         64-bit values.
29541         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29542         pass to INTERNAL_VSYSCALL_NCS.
29543         (INLINE_VSYSCALL): Add 'long int' as return type to
29544         INTERNAL_VSYSCALL_NCS macro invocation.
29545         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29546         INTERNAL_VSYSCALL_NCS macro invocation.
29547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29549 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29551         [BZ #14496]
29552         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29553         Fix application of SIMD FP exception mask.
29555         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29556         mp_no from a power of two.
29557         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29558         __mpexp_twomm1.  Use __pow_mp.
29560         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29561         multiplication.
29563 2013-01-17  David S. Miller  <davem@davemloft.net>
29565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29567 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29569         [BZ #15023]
29570         * include/complex.h: Condition contents on [!_COMPLEX_H].
29571         (__kernel_casinhf): New prototype.
29572         (__kernel_casinh): Likewise.
29573         (__kernel_casinhl): Likewise.
29574         * math/Makefile (libm_calls): Add k_casinh.
29575         * math/k_casinh.c: New file.
29576         * math/k_casinhf.c: Likewise.
29577         * math/k_casinhl.c: Likewise.
29578         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29579         finite nonzero arguments.
29580         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29581         finite nonzero arguments.
29582         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29583         finite nonzero arguments.
29584         * math/s_casinh.c: Do not include <float.h>.
29585         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29586         * math/s_casinhf.c: Do not include <float.h>.
29587         (__casinhf): Move code for finite nonzero arguments to
29588         k_casinhf.c.
29589         * math/s_casinhl.c: Do not include <float.h>.
29590         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29591         redefine.
29592         (__casinhl): Move code for finite nonzero arguments to
29593         k_casinhl.c.
29594         * math/libm-test.inc (cacos_test): Add more tests.
29595         * sysdeps/i386/fpu/libm-test-ulps: Update.
29596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29598 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29600         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29601         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29602         [!HAVE_MREMAP]: Remove [defined linux] case.
29603         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29605 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29607         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29609 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29611         * elf/elf.h (R_386_SIZE32): New relocation.
29612         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29613         R_386_SIZE32.
29614         (elf_machine_rela): Likewise.
29615         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29616         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29618 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29620         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29621         (FP_FAST_FMA): Do not define.
29622         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29623         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29624         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29625         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29626         !_SOFT_FLOAT]: Likewise.
29627         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29628         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29629         value.
29630         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29631         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29632         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29633         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29634         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29635         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29636         file.
29638 2013-01-16  Andreas Schwab  <schwab@suse.de>
29640         [BZ #14327]
29641         * include/stdlib.h (__mktemp): Add declaration.
29642         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29643         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29645 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29647         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29648         definitions.
29649         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29650         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29651         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29652         definitions here.
29653         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29654         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29655         definitions.
29656         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29657         and ONE.
29658         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29659         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29660         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29661         definitions.
29662         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29663         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29664         definitions.
29665         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29667         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29669 2013-01-15  David S. Miller  <davem@davemloft.net>
29671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29672         trunc{,f} to libm-sysdep_routes.
29673         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29675         file.
29676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29678         file.
29679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29680         file.
29681         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29682         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29683         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29684         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29685         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29686         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29687         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29688         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29691         nearbyint{,f} to libm-sysdep_routes.
29692         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29694         New file.
29695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29696         file.
29697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29698         New file.
29699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29700         file.
29701         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29702         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29703         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29704         file.
29705         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29706         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29707         file.
29708         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29709         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29710         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29712         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29713         libc_feholdexcept and libc_fesetenv.
29715 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29717         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29719 2013-01-14  David S. Miller  <davem@davemloft.net>
29721         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29722         (SPARC_ASM_VIS2_IFUNC): Likewise.
29723         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29725         use of 'siam' instruction.
29726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29727         Likewise.
29728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29729         Likewise.
29730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29731         Likewise.
29732         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29733         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29734         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29735         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29737         file.
29738         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29739         file.
29740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29741         file.
29742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29743         file.
29744         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29745         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29746         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29747         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29749         new VIS2 routines.
29750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29753         Likewise.
29754         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29755         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29756         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29757         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29759         routines to libm-sysdep_routines.
29760         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29763         fdim/fdimf to libm-sysdep_routines.
29764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29765         file.
29766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29768         file.
29769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29771         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29772         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29773         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29774         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29775         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29777 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29779         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29780         to optimize copies.
29782         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29783         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29784         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29787         local variable MPTWO.
29788         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29789         Likewise.
29791 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29793         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29794         GLOB_NOESCAPE.
29796 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29798         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29800 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29802         * manual/pattern.texi (glob_t): Document gl_flags.
29803         (glob64_t): Likewise.
29805 2013-01-11  David S. Miller  <davem@davemloft.net>
29807         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29808         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29809         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29810         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29811         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29812         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29813         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29814         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29815         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29816         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29817         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29818         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29819         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29821         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29822         sparc V9 rather than using V8 code.
29823         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29824         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29826         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29827         Move to...
29828         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29829         Here.
29831 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29833         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29834         not in the main loop.
29835         * configure: Regenerated.
29837 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29839         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29840         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29841         to just #else.
29842         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29843         [!__GLIBC_HAVE_LONG_LONG] case.
29844         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29845         condition to just #else.
29846         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29847         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29848         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29849         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29850         unconditional.
29851         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29852         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29853         #elif condition to just #else.
29854         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29855         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29856         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29857         #elif condition to just #else.
29859 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29861         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29862         (EF_MIPS_ARCH_64): Fix value.
29863         (EF_MIPS_ARCH_32R2): New.
29864         (EF_MIPS_ARCH_64R2): New.
29866 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29868         * Makeconfig (+link-pie-before-libc): New.
29869         (+link-pie-after-libc): Likewise.
29870         (+link-pie-tests): Likewise.
29871         (+link-pie): Rewritten.
29872         (link-before-libc): Remove $(config-LDFLAGS).
29873         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29874         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29875         (config-LDFLAGS): Renamed to ...
29876         (rtld-LDFLAGS): This.
29877         (rtld-tests-LDFLAGS): New macro.
29878         (link-libc-rpath-link): Likewise.
29879         (link-libc-tests-rpath-link): Likewise.
29880         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29881         (link-libc): Prepand $(link-libc-rpath-link).
29882         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29883         (test-program-prefix): New macro.
29884         (test-via-rtld-prefix): Likewise.
29885         (test-program-cmd): Likewise.
29886         (host-test-program-cmd): Likewise.
29887         * Makefile ($(common-objpfx)testrun.sh): Replace
29888         $(run-program-prefix) with $(test-program-prefix).
29889         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29890         $(rtld-LDFLAGS).
29891         ($(common-objpfx)shlib.lds): Likewise.
29892         (build-module-helper): Likewise.
29893         ($(common-objpfx)format.lds): Likewise.
29894         * Rules (binaries-pie-tests): New.
29895         (binaries-pie-notests): Likewise.
29896         (binaries-pie): Rewritten.
29897         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29898         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29899         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29900         (make-test-out): Replace $(host-built-program-cmd) with
29901         $(host-test-program-cmd).
29902         * config.make.in (build-hardcoded-path-in-tests): New variable.
29903         * configure.in (--enable-hardcoded-path-in-tests): New configure
29904         option.
29905         (hardcoded_path_in_tests): New AC_SUBST.
29906         * configure: Regenerated.
29907         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29908         $(built-program-cmd) with $(test-program-cmd).
29909         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29910         (test_program_cmd): This.
29911         * elf/Makefile ($(objpfx)order.out): Run test with
29912         $(test-program-prefix).
29913         ($(objpfx)order2.out): Likewise.
29914         ($(objpfx)tst-initorder.out): Likewise.
29915         ($(objpfx)tst-initorder2.out): Likewise.
29916         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29917         $(test-program-cmd).
29918         ($(objpfx)tst-array1-static.out): Likewise.
29919         ($(objpfx)tst-array2.out): Likewise.
29920         ($(objpfx)tst-array3.out): Likewise.
29921         ($(objpfx)tst-array4.out): Likewise.
29922         ($(objpfx)tst-array5.out): Likewise.
29923         ($(objpfx)tst-array5-static.out): Likewise.
29924         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29925         $(test-program-cmd).
29926         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29927         $(run-program-prefix) with $(test-program-prefix).
29928         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29929         (test_program_prefix): This.
29930         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29931         $(run-program-prefix) with $(test-program-prefix).
29932         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29933         (test_program_prefix): This.
29934         * iconvdata/tst-tables.sh: Likewise.
29935         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29936         $(run-program-prefix) with $(test-program-prefix).
29937         ($(objpfx)tst-translit.out): Likewise.
29938         ($(objpfx)tst-gettext2.out): Likewise.
29939         ($(objpfx)tst-gettext4.out): Likewise.
29940         ($(objpfx)tst-gettext6.out): Likewise.
29941         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29942         (test_program_prefix): This.
29943         * intl/tst-gettext2.sh: Likewise.
29944         * intl/tst-gettext4.sh  Likewise.
29945         * intl/tst-gettext6.sh: Likewise.
29946         * intl/tst-translit.sh: Likewise.
29947         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29948         with $(test-program-cmd).
29949         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29950         $(run-program-prefix) with $(test-program-prefix).
29951         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29952         (test_program_prefix): This.
29953         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29954         $(run-program-prefix) with $(test-program-prefix).
29955         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29956         (test_program_prefix): This.
29957         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29958         * posix/Makefile ($(objpfx)globtest.out): Replace
29959         $(run-via-rtld-prefix) and $(test-wrapper) with
29960         $(test-program-prefix) and $(test-via-rtld-prefix).
29961         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29962         $(test-program-prefix).
29963         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29964         $(host-test-program-cmd).
29965         (tst-spawn-ARGS): Likewise.
29966         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29967         $(test-program-prefix).
29968         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29969         (test_via_rtld_prefix): This.
29970         (test_wrapper): Renamed to ...
29971         (test_program_prefix): This.
29972         (run_program_prefix): Replaced by test_program_prefix.
29973         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29974         (test_program_prefix): This.
29975         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29976         with $(host-test-program-cmd).
29977         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29978         $(run-program-prefix) with $(test-program-prefix).
29979         ($(objpfx)tst-printf.out): Likewise.
29980         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29981         $(test-program-cmd).
29982         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29983         (test_program_prefix): This.
29984         * stdio-common/tst-unbputc.sh: Likewise.
29985         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29986         $(run-program-prefix) with $(test-program-prefix).
29987         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29988         (test_program_prefix): This.
29989         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29990         $(built-program-cmd) with $(test-program-cmd).
29992 2013-01-11  Andreas Jaeger  <aj@suse.de>
29994         [BZ #15003]
29995         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29996         value. Sync with Linux 3.7.
29998 2013-01-10  David S. Miller  <davem@davemloft.net>
30000         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30001         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30002         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30004 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30006         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30007         never set.
30008         * configure: Regenerated.
30010 2013-01-10  David S. Miller  <davem@davemloft.net>
30012         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30013         sparc V9 rather than using V8 code.
30014         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30015         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30017 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30019         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30020         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30021         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30022         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30023         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30024         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30025         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30026         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30027         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30028         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30029         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30030         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30031         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30032         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30033         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30034         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30035         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30036         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30037         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30038         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30039         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30040         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30041         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30042         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30043         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30044         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30045         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30047 2013-01-10  David S. Miller  <davem@davemloft.net>
30049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30051 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30053         * posix/Makefile (tests-static): New variable.
30054         (tests): Add $(tests-static).
30055         (tst-exec-static-ARGS): New variable.
30056         (tst-spawn-static-ARGS): Likewise.
30057         * posix/tst-exec-static.c: New file.
30058         * posix/tst-spawn-static.c: Likewise.
30059         * posix/tst-exec.c: Support run directly.
30060         * posix/tst-spawn.c: Likewise.
30062 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30064         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30065         long.
30066         * math/bits/mathcalls.h (llrint): Likewise.
30067         (llround): Likewise.
30068         * stdlib/stdlib.h (struct drand48_data): Likewise.
30069         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30070         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30071         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30072         Likewise.
30073         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30074         Likewise.
30075         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30076         (elf_greg_t): Likewise.
30077         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30078         (__jmp_buf): Likewise.
30079         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30080         definitions.
30081         (llrint): Likewise, for all definitions.
30082         (llrintl): Likewise.
30084         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30085         Remove [__GNUC__] condition.
30086         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30087         condition to just [__USE_ISOC99].
30088         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30090 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30092         [BZ #14200]
30093         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30094         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30095         defined.
30096         (_POSIX_V6_ILP32_OFF32): Likewise.
30097         (_XBS5_ILP32_OFF32): Likewise.
30098         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30099         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30101 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30103         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30105         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30106         doubles __mpexp_twomm1.  Adjust usage.
30107         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30108         Remove.
30110 2013-01-10  Andreas Schwab  <schwab@suse.de>
30112         [BZ #14964]
30113         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30114         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30116 2013-01-09  David S. Miller  <davem@davemloft.net>
30118         [BZ #15003]
30119         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30120         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30121         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30122         (TCP_FASTOPEN): Define.
30123         (tcp_repair_opt): New structure.
30124         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30125         enum values.
30126         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30127         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30128         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30129         (tcp_cookie_transactions): New structure.
30131 2013-01-09  Anton Blanchard  <anton@samba.org>
30133         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30134         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30135         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30136         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30138 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30140         * include/features.h (__USE_ANSI): Remove.
30142 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30144         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30146         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30148 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30150         * sysdeps/s390/fpu/libm-test-ulps: Update.
30152         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30154         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30155         (__acr): Likewise.
30156         (__cpy): Likewise.
30157         (norm): Likewise.
30158         (denorm): Likewise.
30159         (__mp_dbl): Likewise.
30160         (__dbl_mp): Likewise.
30161         (add_magnitudes): Likewise.
30162         (sub_magnitudes): Likewise.
30163         (__add): Likewise.
30164         (__sub): Likewise.
30165         (__mul): Likewise.
30166         (__inv): Likewise.
30167         (__dvd): Likewise.
30168         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30169         (__acr): Likewise.
30170         (__cpy): Likewise.
30171         (norm): Likewise.
30172         (denorm): Likewise.
30173         (__mp_dbl): Likewise.
30174         (__dbl_mp): Likewise.
30175         (add_magnitudes): Likewise.
30176         (sub_magnitudes): Likewise.
30177         (__add): Likewise.
30178         (__sub): Likewise.
30179         (__mul): Likewise.
30180         (__inv): Likewise.
30181         (__dvd): Likewise.
30182         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30183         (__acr): Likewise.
30184         (__cpy): Likewise.
30185         (norm): Likewise.
30186         (denorm): Likewise.
30187         (__mp_dbl): Likewise.
30188         (__dbl_mp): Likewise.
30189         (add_magnitudes): Likewise.
30190         (sub_magnitudes): Likewise.
30191         (__add): Likewise.
30192         (__sub): Likewise.
30193         (__mul): Likewise.
30194         (__inv): Likewise.
30195         (__dvd): Likewise.
30197 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30199         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30200         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30201         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30202         2 && __USE_EXTERN_INLINES]: Likewise.
30204 2013-01-08  Andreas Jaeger  <aj@suse.de>
30206         [BZ# 14985]
30207         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30208         Remove.
30209         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30210         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30212 2013-01-07  Anton Blanchard  <anton@samba.org>
30214         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30215         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30216         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30217         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30218         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30219         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30220         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30221         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30222         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30223         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30224         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30225         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30226         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30227         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30228         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30229         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30230         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30231         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30232         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30233         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30234         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30235         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30236         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30237         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30238         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30239         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30240         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30241         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30242         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30243         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30244         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30245         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30246         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30247         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30248         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30249         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30250         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30251         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30252         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30253         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30254         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30255         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30256         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30258 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30260         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30261         (__MALLOC_PMT): Likewise.
30262         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30263         [__GNUC__], only on [_LIBC].
30264         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30265         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30266         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30267         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30268         forward declaration.
30269         (realloc_hook_ini): Likewise.
30270         (memalign_hook_ini): Likewise.
30271         (__libc_memalign): Do not use __MALLOC_PMT in variable
30272         declaration.
30273         (__libc_valloc): Likewise.
30274         (__libc_pvalloc): Likewise.
30275         (__libc_calloc): Likewise.
30276         (__posix_memalign): Likewise.
30278         [BZ #14996]
30279         * math/s_casinh.c: Include <float.h>.
30280         (__casinh): Do not do computation with squaring and square root
30281         for large arguments.
30282         * math/s_casinhf.c: Include <float.h>.
30283         (__casinhf): Do not do computation with squaring and square root
30284         for large arguments.
30285         * math/s_casinhl.c: Include <float.h>.
30286         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30287         (__casinhl): Do not do computation with squaring and square root
30288         for large arguments.
30289         * math/libm-test.inc (casin_test): Add more tests.
30290         (casinh_test): Likewise.
30291         * sysdeps/i386/fpu/libm-test-ulps: Update.
30292         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30294 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30296         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30297         (__x86_64_raw_data_cache_size): Likewise.
30298         (__x86_64_data_cache_size_half): Likewise.
30299         (__x86_64_raw_data_cache_size_half): Likewise.
30300         (__x86_64_shared_cache_size): Likewise.
30301         (__x86_64_raw_shared_cache_size): Likewise.
30302         (__x86_64_shared_cache_size_half): Likewise.
30303         (__x86_64_raw_shared_cache_size_half): Likewise.
30304         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30305         to ...
30306         (__x86_data_cache_size): This.
30307         (__x86_64_raw_data_cache_size): Renamed to ...
30308         (__x86_raw_data_cache_size): This.
30309         (__x86_64_data_cache_size_half): Renamed to ...
30310         (__x86_data_cache_size_half): This.
30311         (__x86_64_raw_data_cache_size_half): Renamed to ...
30312         (__x86_raw_data_cache_size_half): This.
30313         (__x86_64_shared_cache_size): Renamed to ...
30314         (__x86_shared_cache_size): This.
30315         (__x86_64_raw_shared_cache_size): Renamed to ...
30316         (__x86_raw_shared_cache_size): This.
30317         (__x86_64_shared_cache_size_half): Renamed to ...
30318         (__x86_shared_cache_size_half): This.
30319         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30320         (__x86_raw_shared_cache_size_half): This.
30321         * sysdeps/x86_64/memcpy.S: Updated.
30322         * sysdeps/x86_64/memset.S: Likewise.
30323         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30324         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30325         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30327 2013-01-04  David S. Miller  <davem@davemloft.net>
30329         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30331 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30333         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30334         1 to avoid redefinition warning.
30335         (__USE_GNU): Don't define.
30336         (init_signaling_nan): Protoize.
30338         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30340 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30342         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30343         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30344         (__cpymn): Likewise.
30345         (norm): Remove commented code.
30346         (denorm): Likewise.
30347         (__mp_dbl): Likewise.
30348         (__inv): Likewise.
30349         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30350         (__cpymn): Likewise.
30351         (norm): Remove commented code.
30352         (denorm): Likewise.
30353         (__mp_dbl): Likewise.
30354         (__inv): Likewise.
30356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30357         mp_no value for 1.0 and 2.0.
30358         (norm): Use RADIXI instead of radixi.d.
30359         (denorm): Likewise.
30360         (__mul): Use 0.0 instead of zero.d.
30361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30362         mp_no value for 1.0 and 2.0.
30363         (norm): Use RADIXI instead of radixi.d.
30364         (denorm): Likewise.
30365         (__mul): Use 0.0 instead of zero.d.
30367 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30369         [BZ #14994]
30370         * math/s_casinh.c (__casinh): Reduce finite argument to first
30371         quadrant then set signs of results at the end.
30372         * math/s_casinhf.c (__casinhf): Likewise.
30373         * math/s_casinhl.c (__casinhl): Likewise.
30374         * math/libm-test.inc (casin_test): Add more tests.
30375         (casinh_test): Likewise.
30376         * sysdeps/i386/fpu/libm-test-ulps: Update.
30377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30379 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30381         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30383         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30385         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30386         declarations.
30387         (denorm): Likewise.
30388         (__mp_dbl): Likewise.
30389         (__inv): Likewise.
30391         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30392         and adjust the header comment.
30394         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30395         variable name from declaration.
30397 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30399         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30400         Initialize COMMON_CPUID_INDEX_7 element.
30401         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30402         (CPUID_RTM): Likewise.
30403         (HAS_RTM): Likewise.
30404         (COMMON_CPUID_INDEX_7): New enum.
30406 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30408         [BZ #14981]
30409         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30410         size is zero, record memory as freed.
30412 2013-01-03  Andreas Jaeger  <aj@suse.de>
30414         * po/ia.po: Add new Interlingua translation.
30416 2012-01-03  Allan McRae  <allan@archlinux.org>
30418         * locale/programs/localedef.c: Fix description of '--posix' flag.
30420 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30422         * NEWS: Update dates in second copyright notice.
30423         * README: Update copyright dates in example.
30424         * manual/libc.texinfo: Update copyright dates.
30425         * scripts/test-installation.pl: Update copyright date in --version
30426         output.
30428         * hurd/ctty-input.c: Fix copyright notice formatting.
30429         * hurd/ctty-output.c: Likewise.
30430         * hurd/dtable.c: Likewise.
30431         * hurd/hurd-raise.c: Likewise.
30432         * hurd/hurdprio.c: Likewise.
30433         * hurd/msgportdemux.c: Likewise.
30434         * misc/sys/file.h: Likewise.
30435         * misc/sys/ioctl.h: Likewise.
30436         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30437         * sysdeps/mach/hurd/chdir.c: Likewise.
30438         * sysdeps/mach/hurd/fchdir.c: Likewise.
30439         * sysdeps/mach/hurd/rename.c: Likewise.
30440         * sysdeps/mach/hurd/rmdir.c: Likewise.
30441         * sysdeps/mach/hurd/seekdir.c: Likewise.
30442         * sysdeps/mach/hurd/setsid.c: Likewise.
30443         * sysdeps/posix/wait3.c: Likewise.
30445         * All files with FSF copyright notices: Update copyright dates
30446         using scripts/update-copyrights.
30447         * intl/plural.c: Regenerated.
30448         * locale/programs/charmap-kw.h: Likewise.
30449         * locale/programs/locfile-kw.h: Likewise.
30451 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30453         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30454         four values.
30456         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30457         calculation loop and add branch prediction.
30459         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30460         check access beyond bounds of m1np.
30462         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30463         MPTWO.
30464         (__inv): Remove local variable MPTWO to use the global
30465         constant.
30466         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30467         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30468         variable MPTWO.
30469         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30470         MP3HALFS static const.
30472 2013-01-01  David S. Miller  <davem@davemloft.net>
30474         * po/ca.po: Update from translation team.
30476 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30478         * scripts/update-copyrights: New file.
30479         * Makeconfig: Reformat copyright notice.
30480         * ctype/ctype.h: Likewise.
30481         * debug/swprintf_chk.c: Likewise.
30482         * elf/dl-cache.c: Likewise.
30483         * elf/dl-debug.c: Likewise.
30484         * elf/dl-object.c: Likewise.
30485         * grp/initgroups.c: Likewise.
30486         * hurd/Makefile: Likewise.
30487         * hurd/hurd/signal.h: Likewise.
30488         * hurd/hurdfault.c: Likewise.
30489         * hurd/hurdioctl.c: Likewise.
30490         * hurd/hurdlookup.c: Likewise.
30491         * hurd/intr-msg.c: Likewise.
30492         * iconv/gconv_open.c: Likewise.
30493         * libio/swprintf.c: Likewise.
30494         * locale/lc-ctype.c: Likewise.
30495         * locale/nl_langinfo.c: Likewise.
30496         * mach/Machrules: Likewise.
30497         * mach/Makefile: Likewise.
30498         * malloc/obstack.h: Likewise.
30499         * manual/Makefile: Likewise.
30500         * manual/tsort.awk: Likewise.
30501         * misc/bits/stab.def: Likewise.
30502         * nis/nis_print_group_entry.c: Likewise.
30503         * nis/nis_table.c: Likewise.
30504         * nis/nss_compat/compat-pwd.c: Likewise.
30505         * nis/nss_compat/compat-spwd.c: Likewise.
30506         * po/Makefile: Likewise.
30507         * posix/fnmatch.c: Likewise.
30508         * posix/regex.h: Likewise.
30509         * resolv/Makefile: Likewise.
30510         * resolv/nss_dns/dns-network.c: Likewise.
30511         * resolv/res_hconf.c: Likewise.
30512         * scripts/gen-sorted.awk: Likewise.
30513         * soft-fp/soft-fp.h: Likewise.
30514         * stdio-common/printf.h: Likewise.
30515         * stdlib/monetary.h: Likewise.
30516         * stdlib/random.c: Likewise.
30517         * stdlib/random_r.c: Likewise.
30518         * sysdeps/generic/Makefile: Likewise.
30519         * sysdeps/gnu/Makefile: Likewise.
30520         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30521         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30522         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30523         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30524         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30525         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30526         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30527         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30528         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30529         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30530         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30531         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30532         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30533         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30534         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30535         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30536         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30537         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30538         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30539         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30540         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30541         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30542         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30543         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30544         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30545         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30546         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30547         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30548         * sysdeps/mach/hurd/errnos.awk: Likewise.
30549         * sysdeps/mach/hurd/fork.c: Likewise.
30550         * sysdeps/mach/hurd/getcwd.c: Likewise.
30551         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30552         * sysdeps/mach/hurd/mmap.c: Likewise.
30553         * sysdeps/mach/hurd/utimes.c: Likewise.
30554         * sysdeps/mach/hurd/xmknod.c: Likewise.
30555         * sysdeps/posix/profil.c: Likewise.
30556         * sysdeps/posix/readdir_r.c: Likewise.
30557         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30558         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30559         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30560         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30561         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30562         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30563         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30564         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30565         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30566         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30567         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30568         * sysdeps/pthread/lio_listio.c: Likewise.
30569         * sysdeps/sparc/dl-procinfo.h: Likewise.
30570         * sysdeps/unix/i386/sysdep.S: Likewise.
30571         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30572         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30573         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30574         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30576         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30577         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30578         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30579         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30580         * sysdeps/wordsize-32/divdi3.c: Likewise.
30581         * time/sys/time.h: Likewise.
30582         * wcsmbs/Makefile: Likewise.
30584 2013-01-01  David S. Miller  <davem@davemloft.net>
30586         * po/fr.po: Update from translation team.
30588         * catgets/gencat.c: Update copyright year.
30589         * csu/version.c: Likewise.
30590         * debug/catchsegv.sh: Likewise.
30591         * debug/pcprofiledump.c: Likewise.
30592         * debug/xtrace.sh: Likewise.
30593         * elf/ldconfig.c: Likewise.
30594         * elf/ldd.bash.in: Likewise.
30595         * elf/pldd.c: Likewise.
30596         * elf/sotruss.ksh: Likewise.
30597         * elf/sprof.c: Likewise.
30598         * iconv/iconv_prog.c: Likewise.
30599         * iconv/iconvconfig.c: Likewise.
30600         * locale/programs/locale.c: Likewise.
30601         * locale/programs/localedef.c: Likewise.
30602         * login/programs/pt_chown.c: Likewise.
30603         * malloc/memusage.sh: Likewise.
30604         * malloc/memusagestat.c: Likewise.
30605         * malloc/mtrace.pl: Likewise.
30606         * nscd/nscd.c: Likewise.
30607         * nss/getent.c: Likewise.
30608         * nss/makedb.c: Likewise.
30609         * posix/getconf.c: Likewise.
30611 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30613         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30614         numbers.
30616 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30618         * math/bits/mathcalls.h (modf): Use __nonnull.
30620 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30622         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30623         (split): Use macro CN instead of the bare value.
30624         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30625         could be used.
30626         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30627         instead of the bare value.
30628         (power1): Likewise.
30630 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30632         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30633         __ATAN_TWOM.
30634         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30636         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30637         their values.
30638         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30639         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30640         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30641         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30643 2012-12-28  Andreas Jaeger  <aj@suse.de>
30645         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30646         values are from Linux 3.7.
30648         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30649         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30651 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30653         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30654         TRUE case.
30656         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30657         (norm): Likewise.
30658         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30659         variables with preprocessor constants.
30660         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30661         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30662         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30664 2012-12-27  Bruno Haible  <bruno@clisp.org>
30666         [BZ #14317]
30667         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30668         only if needed.
30670 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30672         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30673         and use variable directly.
30674         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30676         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30677         MPONE.
30678         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30679         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30680         variable MPONE.
30681         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30682         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30683         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30684         include directive.  Remove local variable MPONE.
30685         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30686         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30687         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30689 2012-12-25  David S. Miller  <davem@davemloft.net>
30691         * version.h (RELEASE): Set to "development".
30692         (VERSION): Set to "2.17.90".
30693         * NEWS: Add 2.18 section.
30695 2012-12-21  David S. Miller  <davem@davemloft.net>
30697         * po/hr.po: Update from translation team.
30699 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30701         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30703 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30705         * NEWS:  Mention new memcpy for MIPS.
30707 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30709         * manual/contrib.texi (Contributors): Spelling correction.
30711 2012-12-15  David S. Miller  <davem@davemloft.net>
30713         * po/ru.po: Update from translation team.
30715 2012-12-13  David S. Miller  <davem@davemloft.net>
30717         * NEWS: Mention IFUNC testsuite enhancements.
30719         * po/pl.po: Update from translation team.
30720         * po/bg.po: Likewise.
30722         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30723         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30725 2012-12-11  David S. Miller  <davem@davemloft.net>
30727         * po/sv.po: Update from translation team.
30729         * po/vi.po: Update from translation team.
30731         * po/cs.po: Update from translation team.
30733         * po/de.po: Update from translation team.
30734         * po/eo.po: Likewise.
30735         * po/nl.po: Likewise.
30737 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30739         [BZ #14246]
30740         * manual/argp.texi (Argp Helper Functions): Move node to follow
30741         Argp Parsing State.
30743         [BZ #14872]
30744         * manual/conf.texi (Limits on File System Capacity): Mention if
30745         terminating null is included in the max size.
30747 2012-12-10  Andreas Jaeger  <aj@suse.de>
30749         * po/cs.po: Update from translation team.
30751 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30753         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30754         void pointer and cast to uintptr_t.
30755         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30756         path.
30757         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30758         * sysdeps/s390/s390-64/memset.S: Likewise.
30760 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30762         [BZ #14833]
30763         * menual/message.texi (Message Translation): Fix typos.
30764         (Helper programs for gettext): Likewise.
30766 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30768         [BZ #14898]
30769         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30770         Change to -1.
30772 2012-12-07  David S. Miller  <davem@davemloft.net>
30774         * po/libc.pot: Update.
30776 2012-12-07  Richard Henderson  <rth@redhat.com>
30778         [BZ #10114]
30779         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30780         normal/normal case to before the switch.
30781         (_FP_DIV): Likewise.
30783 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30784             Mike Frysinger  <vapier@gentoo.org>
30786         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30787         check for __NR_fadvise64_64.
30789 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30791         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30792         0, not just to plain "0" as a statement.
30793         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30794         with cw.
30796 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30798         * NEWS: Use sourceware.org in Bugzilla URL.
30800 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30803         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30805         * stdio-common/tst-put-error.c (do_test): Add newline to the
30806         padded test to ensure flush.
30808 2012-12-05  Jeff Law  <law@redhat.com>
30810         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30812 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30814         * README: Don't refer to ports add-on as distributed separately.
30815         Mention AArch64 in list of systems supported in the ports add-on.
30817         * LICENSES: Add more non-FSF copyright and license notices.
30819         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30820         ((unused)).
30822         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30824         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30825         10000 as width of padded output.
30827 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30829         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30831         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30832         variable LX with __attribute__ ((unused)).
30833         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30834         Likewise.
30835         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30836         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30837         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30838         with __attribute__ ((unused)).
30840 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30842         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30844 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30846         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30847         (CFLAGS-nldbl-acos.c): New variable.
30848         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30849         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30850         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30851         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30852         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30853         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30854         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30855         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30856         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30857         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30858         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30859         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30860         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30861         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30862         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30863         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30864         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30865         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30866         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30867         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30868         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30869         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30870         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30871         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30872         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30873         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30874         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30875         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30876         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30877         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30878         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30879         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30880         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30881         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30882         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30883         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30884         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30885         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30886         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30887         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30888         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30889         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30890         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30891         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30892         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30893         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30894         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30895         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30896         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30897         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30898         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30899         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30900         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30901         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30902         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30903         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30904         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30905         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30906         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30907         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30908         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30909         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30910         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30911         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30912         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30913         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30914         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30915         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30916         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30917         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30918         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30919         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30920         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30921         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30922         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30923         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30924         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30925         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30926         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30927         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30928         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30929         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30930         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30931         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30932         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30933         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30934         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30935         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30936         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30937         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30938         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30939         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30940         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30941         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30942         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30943         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30944         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30947         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30949         [BZ #14914]
30950         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30951         whole low double instead of just low 47 bits when splitting values
30952         into two parts.
30954 2012-12-03  Allan McRae  <allan@archlinux.org>
30956         * manual/stdio.texi (Predefined Printf Handlers): Remove
30957         @hsep and @vsep usage.
30959 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30961         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30962         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30964 2012-12-03  Jeff Law  <law@redhat.com>
30966         * time/sys/time.h (settimeofday): Do not mark TV argument
30967         as __nonnull.
30969 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30971         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30972         when currently writing and seek to current position when not.
30973         * libio/Makefile (tests): Remove bug-fclose1.
30974         * libio/bug-fclose1.c: Delete.
30976 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30978         * manual/arith.texi (feenableexcept): Fix typo.
30979         (fedisableexcept): Likewise.
30981 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30983         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30984         second, differently-typed declaration, rather than a cast.
30986 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30988         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30989         * include/rpc/svc.h: ... here.
30991 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30993         [BZ #13013]
30994         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30995         depending n and resplen2 to catch cases where answer
30996         equals answerp2.
30998 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31000         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31001         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31003 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31005         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31007 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31009         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31011 2012-11-28  Jeff Law  <law@redhat.com>
31013         [BZ #13761]
31014         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31015         dataset_temporary.  Track alloca usage into alloca_used.
31016         If dataset is large allocate and release it via malloc/free.
31018 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31020         [BZ #14197]
31021         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31023 2012-11-28  David S. Miller  <davem@davemloft.net>
31025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31027 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31029         [BZ #14803]
31030         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31031         of pi/2 rounded to nearest to 64 bits.
31032         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31033         nearest to 64 bits.
31034         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31035         bits.
31037 2012-11-28  Jeff Law <law@redhat.com>
31038             Martin Osvald <mosvald@redhat.com>
31040         [BZ #14889]
31041         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31042         * sunrpc/svc.c: Include time.h.
31043         (__svc_accept_failed): New function.
31044         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31045         any reason other than EINTR, call __svc_accept_failed.
31046         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31047         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31049 2012-11-28  Andreas Schwab  <schwab@suse.de>
31051         * scripts/abilist.awk: Also handle indirect functions in .opd
31052         section.
31054 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31056         [BZ #13881]
31057         * sysdeps/x86/fpu/powl_helper.c: New file.
31058         * sysdeps/x86/fpu/Makefile: Likewise.
31059         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31060         (p3): New object.
31061         (__ieee754_powl): Use __powl_helper for finite arguments except
31062         integer exponents below 8.
31063         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31064         (p3): New object.
31065         (__ieee754_powl): Use __powl_helper for finite arguments except
31066         integer exponents below 8.
31067         * math/libm-test.inc (pow_test): Add more tests and enable some
31068         previously disabled tests.
31069         * sysdeps/i386/fpu/libm-test-ulps: Update.
31070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31072 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31073             Carlos O'Donell  <carlos_odonell@mentor.com>
31075         * nss/makedb.c (is_prime): Assert that input is odd and greater
31076         than 4.  Note that fact in a comment too.
31077         (next_prime): Add 4 to input.
31079 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31081         [BZ #11741]
31082         * libio/Makefile (tests): Add test case tst-fwrite-error.
31083         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31084         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31085         * libio/tst-fwrite-error.c: New test case.
31087 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31089         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31090         before casting to void *.
31091         * include/libc-internal.h (__pointer_type): New macro.
31092         (__integer_if_pointer_type_sub): Likewise.
31093         (__integer_if_pointer_type): Likewise.
31094         (cast_to_integer): Likewise.
31095         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31096         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31097         before casting to atomic64_t.
31098         (atomic_exchange_acq): Likewise.
31099         (__arch_exchange_and_add_body): Likewise.
31100         (__arch_add_body): Likewise.
31101         (atomic_add_negative): Likewise.
31102         (atomic_add_zero): Likewise.
31104 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31106         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31107         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31108         (add_fdes): Likewise.
31109         (linear_search_fdes): Likewise.
31110         (binary_search_unencoded_fdes): Likewise.
31112 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31114         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31116 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31118         * configure.in: Autodetect C++ header directories.
31119         * configure: Regenerated.
31121 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31123         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31125 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31127         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31129 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31131         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31132         LDBL_MANT_DIG == 106]: Disable some tests.
31133         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31134         Likewise.
31135         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31136         Likewise.
31138         [BZ #14871]
31139         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31140         input for small inputs.  Return +/- pi/2 for large inputs.
31141         * math/libm-test.inc (atan_test): Add more tests.
31143         * sysdeps/generic/unwind-dw2-fde-glibc.c
31144         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31145         __attribute__ ((unused)).
31147         [BZ #14645]
31148         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31149         x * y if x and y are nonzero and z is zero.
31151         [BZ #14811]
31152         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31153         nonzero exponents with absolute value below 0x1p-117 to +/-
31154         0x1p-117.
31156         [BZ #14869]
31157         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31158         up arguments below 2**-450, not just those below 2**-500.
31159         * math/libm-test.inc (hypot_test): Add another test.
31161         [BZ #14868]
31162         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31163         Return a+b for ratio over 2**120, not 2**60.
31164         * math/libm-test.inc (hypot_test): Add another test.
31166         * math/libm-test.inc (clog_test): Use
31167         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31168         (clog10_test): Likewise.
31170         [BZ #6778]
31171         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31173 2012-11-22  Andreas Schwab  <schwab@suse.de>
31175         * sysdeps/i386/fpu/libm-test-ulps: Update.
31177 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31179         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31180         printf output with newline.
31182 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31184         [BZ #14865]
31185         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31186         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31187         -z nodlopen, -z initfirst and -z execstack support.
31188         * configure: Regenerated.
31190         * elf/elf.h (DF_1_NODIRECT): New macro.
31191         (DF_1_IGNMULDEF): Likewise.
31192         (DF_1_NOKSYMS): Likewise.
31193         (DF_1_NOHDR): Likewise.
31194         (DF_1_EDITED): Likewise.
31195         (DF_1_NORELOC): Likewise.
31196         (DF_1_SYMINTPOSE): Likewise.
31197         (DF_1_GLOBAUDIT): Likewise.
31198         (DF_1_SINGLETON): Likewise.
31199         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31200         DT_1_SUPPORTED_MASK bits.
31201         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31203 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31205         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31207 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31209         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31210         macro.
31212         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31213         (sendmmsg): Move declarations...
31214         * socket/sys/socket.h: ... here.
31215         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31216         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31217         include it from...
31218         * socket/recvmmsg.c: ... this new file.
31219         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31220         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31221         definition of __sendmmsg hidden.
31222         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31223         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31224         Move ENOSYS stub into and include it from...
31225         * socket/sendmmsg.c: ... this new file.
31226         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31227         (sysdep_routines): Move recvmmsg and sendmmsg...
31228         * socket/Makefile (routines): ... here.
31229         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31230         (GLIBC_PRIVATE): Add __sendmmsg.
31231         * include/sys/socket.h (__sendmmsg): Add declarations.
31232         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31233         sendmmsg.
31235 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31237         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31238         variable I1 with __attribute__ ((unused)).
31239         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31241 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31243         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31244         DUMMY variables with __attribute__ ((unused)).
31246         * bits/byteswap.h: Include <bits/types.h>.
31247         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31249 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31251         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31252         string_t.  Do not manually set errno.
31253         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31254         length with __strnlen.  Make sure to both set errno and return it on
31255         failure.
31257 2012-11-19  David S. Miller  <davem@davemloft.net>
31259         With help from Joseph Myers.
31260         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31261         very large arguments properly.
31262         * math/libm-test.inc (atan_test): New tests.
31263         (atan2_test): New tests.
31264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31265         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31267 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31269         [BZ #14856]
31270         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31271         Define to 3.
31273         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31274         [POSIX] (EADDRNOTAVAIL): Likewise.
31275         [POSIX] (EAFNOSUPPORT): Likewise.
31276         [POSIX] (EALREADY): Likewise.
31277         [POSIX] (ECONNABORTED): Likewise.
31278         [POSIX] (ECONNREFUSED): Likewise.
31279         [POSIX] (ECONNRESET): Likewise.
31280         [POSIX] (EDESTADDRREQ): Likewise.
31281         [POSIX] (EDQUOT): Likewise.
31282         [POSIX] (EHOSTUNREACH): Likewise.
31283         [POSIX] (EIDRM): Likewise.
31284         [POSIX] (EISCONN): Likewise.
31285         [POSIX] (ELOOP): Likewise.
31286         [POSIX] (EMULTIHOP): Likewise.
31287         [POSIX] (ENETDOWN): Likewise.
31288         [POSIX] (ENETUNREACH): Likewise.
31289         [POSIX] (ENOBUFS): Likewise.
31290         [POSIX] (ENODATA): Likewise.
31291         [POSIX] (ENOLINK): Likewise.
31292         [POSIX] (ENOMSG): Likewise.
31293         [POSIX] (ENOPROTOOPT): Likewise.
31294         [POSIX] (ENOSR): Likewise.
31295         [POSIX] (ENOSTR): Likewise.
31296         [POSIX] (ENOTCONN): Likewise.
31297         [POSIX] (ENOTSOCK): Likewise.
31298         [POSIX] (EOPNOTSUPP): Likewise.
31299         [POSIX] (EOVERFLOW): Likewise.
31300         [POSIX] (EPROTO): Likewise.
31301         [POSIX] (EPROTONOSUPPORT): Likewise.
31302         [POSIX] (EPROTOTYPE): Likewise.
31303         [POSIX] (ESTALE): Likewise.
31304         [POSIX] (ETIME): Likewise.
31305         [POSIX] (ETXTBSY): Likewise.
31306         [POSIX] (EWOULDBLOCK): Likewise.
31307         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31308         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31309         [POSIX] (SEEK_CUR): Likewise.
31310         [POSIX] (SEEK_END): Likewise.
31311         [POSIX || UNIX98] (mode_t): Do not require.
31312         [POSIX] (off_t): Likewise.
31313         [POSIX] (pid_t): Likewise.
31314         [POSIX] (sys/stat.h): Do not allow header.
31315         [POSIX] (unistd.h): Likewise.
31316         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31317         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31318         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31319         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31320         require.
31321         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31322         sigevent): Specify elements.
31323         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31324         entry.
31325         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31326         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31328         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31329         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31330         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31331         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31332         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31333         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31334         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31335         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31336         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31337         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31338         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31339         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31340         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31341         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31342         Likewise.
31343         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31344         Likewise.
31345         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31346         Likewise.
31347         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31348         Likewise.
31349         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31350         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31351         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31352         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31353         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31354         Specify lower bound on value.
31355         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31356         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31357         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31358         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31359         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31360         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31361         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31362         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31363         value.
31364         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31365         as optional.
31366         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31367         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31368         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31369         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31370         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31371         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31372         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31373         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31374         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31375         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31376         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31377         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31378         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31379         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31380         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31381         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31382         entry.
31383         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31384         optional.
31385         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31386         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31387         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31388         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31389         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31390         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31391         Likewise.
31392         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31393         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31394         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31395         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31396         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31397         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31398         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31399         as optional.
31400         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31401         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31402         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31403         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31404         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31405         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31406         specify as optional.
31407         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31408         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31409         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31410         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31411         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31412         [XPG3] (NL_LANGMAX): Likewise.
31413         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31414         [POSIX || XPG3] (NL_NMAX): Likewise.
31415         [POSIX || XPG3] (NL_SETMAX): Likewise.
31416         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31417         [XPG3] (NZERO): Likewise.
31418         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31419         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31420         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31421         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31422         (REG_ERANGE): Expect.
31423         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31424         optional-constant.
31425         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31426         Use (void) in prototype.
31427         [POSIX] (*_t): Allow.
31428         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31429         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31430         (WRDE_BADVAL): Expect.
31432         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31433         expect.
31434         [XPG3 || XPG4] (O_RSYNC): Likewise.
31435         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31436         Likewise.
31437         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31438         [XPG3 || XPG4] (sigqueue): Likewise.
31439         [XPG3 || XPG4] (sigtimedwait): Likewise.
31440         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31441         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31442         [XPG3 || XPG4] (vsnprintf): Likewise.
31443         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31444         Likewise.
31445         [XPG3 || XPG4] (blksize_t): Likewise.
31446         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31447         Likewise.
31448         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31449         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31450         [XPG3 || XPG4] (struct itimerspec): Likewise.
31451         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31452         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31453         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31454         [XPG3 || XPG4] (clockid_t): Likewise.
31455         [XPG3 || XPG4] (timer_t): Likewise.
31456         [XPG3 || XPG4] (clock_getres): Likewise.
31457         [XPG3 || XPG4] (clock_gettime): Likewise.
31458         [XPG3 || XPG4] (clock_settime): Likewise.
31459         [XPG3 || XPG4] (nanosleep): Likewise.
31460         [XPG3 || XPG4] (timer_create): Likewise.
31461         [XPG3 || XPG4] (timer_delete): Likewise.
31462         [XPG3 || XPG4] (timer_gettime): Likewise.
31463         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31464         [XPG3 || XPG4] (timer_settime): Likewise.
31465         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31466         [XPG3 || XPG4] (getlogin_r): Likewise.
31467         [XPG3 || XPG4] (pread): Likewise.
31468         [XPG3 || XPG4] (pthread_atfork): Likewise.
31469         [XPG3 || XPG4] (pwrite): Likewise.
31471         [BZ #14835]
31472         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31473         <bits/siginfo.h>.
31475 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31477         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31478         finalizing MALLSTREAM.
31480         * sysdeps/mach/hurd/syncfs.c: New file.
31482 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31484         [BZ #14719]
31485         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31486         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31487         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31488         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31489         (_nss_dns_gethostbyname4_r): Likewise.
31490         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31491         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31493 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31495         [BZ #13763]
31496         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31498 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31500         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31501         * elf/cache.c (print_entry): Print ",AArch64" for
31502         FLAG_AARCH64_LIB64
31504         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31505         * elf/cache.c (print_entry): Print ",hard-float" for
31506         FLAG_ARM_LIBHF.
31508 2012-11-18  David S. Miller  <davem@davemloft.net>
31510         With help from Joseph Myers.
31511         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31512         cutoff to 2**-13.
31513         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31514         cutoff to 2**-25.
31515         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31516         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31517         small.
31518         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31519         * math/libm-test.inc (y0_test): New tests.
31520         (y1_test): New tests.
31521         * sysdeps/i386/fpu/libm-test-ulps: Update.
31522         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31525 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31527         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31528         64-bit targets.
31529         * configure: Regenerated.
31531 2012-11-17  David S. Miller  <davem@davemloft.net>
31533         [BZ #14811]
31534         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31535         nonzero exponents with absolute value below 0x1p-128 to +/-
31536         0x1p-128.
31538 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31540         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31542         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31544         * posix/getconf-speclist.c: New file.
31545         * posix/posix-envs.def: Likewise.
31546         * posix/confstr.c (START_ENV_GROUP): New macro.
31547         (END_ENV_GROUP): Likewise.
31548         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31549         (KNOWN_PRESENT_ENV_STRING): Likewise.
31550         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31551         (UNKNOWN_ENVIRONMENT): Likewise.
31552         (confstr): Include posix-envs.def instead of handling
31553         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31554         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31555         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31556         (END_ENV_GROUP): Likewise.
31557         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31558         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31559         (UNKNOWN_ENVIRONMENT): Likewise.
31560         (__sysconf): Include posix-envs.def instead of handling associated
31561         cases directly here.
31562         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31563         preprocessing getconf-speclist.c rather than running getconf or
31564         generating empty file.
31566 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31568         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31570 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31572         [BZ #14672]
31573         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31575 2012-11-16  David S. Miller  <davem@davemloft.net>
31577         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31578         smaller than LDBL_EPSILON/2.0L, just return xm1.
31580 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31582         * elf/tst-array1.c (init): Set constructor priority to 1000.
31583         (fini): Set destructor priority to 1000.
31584         * elf/tst-array2dep.c: Likewise.
31586 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31588         [BZ #11741]
31589         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31590         (_IO_new_file_xsputn): Also return EOF if none of the input
31591         data was written when overflow failed.
31592         * libio/iopadn.c (_IO_padn): Likewise.
31593         * libio/iowpadn.c (_IO_wpadn): Likewise.
31594         * stdio-common/tst-put-error.c: Add copyright notice.
31595         (do_test): Add case for printing padded string.
31596         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31597         _IO_padn returned error.
31598         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31599         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31600         return EOF.
31602 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31604         * libio/libioP.h: Add comment note that the references to C++
31605         bits are now obsolete.
31607 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31609         * math/libm-test.inc (check_complex): Use asprintf.
31611 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31613         * debug/pcprofiledump.c (print_version): Update copyright year.
31614         * malloc/memusagestat.c (print_version): Likewise.
31616 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31618         [BZ #14831]
31619         * elf/Makefile (tests): Add tst-audit8.
31620         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31621         ($(objpfx)tst-audit8.out): New target.
31622         (tst-audit8-ENV): New variable.
31623         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31624         audit if l_reloc_result is NULL.
31625         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31626         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31627         * elf/tst-audit8.c: New file.
31629 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31631         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31632         * misc/Makefile (CFLAGS-select.c): Define.
31633         * posix/Makefile (CFLAGS-pause.c): Define.
31635 2012-11-13  David S. Miller  <davem@davemloft.net>
31637         * crypt/Makefile: Move test targets after toplevel Rules
31638         inclusion.  Grab any necessary sysdep routines when linking.
31639         * crypt/md5.c (md5_process_block): Remove define, we will always
31640         name it __md5_process_block.
31641         (md5_finish_ctx): Update md5_process_block call.
31642         (md5_stream): Likewise.
31643         (md5_process_bytes): Likewise.
31644         (md5_process_block): Rename to __md5_process_block and move to ...
31645         * crypt/md5-block.c: ... here.
31646         * crypt/sha256.c (sha256_process_block): Move to ...
31647         * crypt/sha256-block.c: ... here.
31648         * crypt/sha512.c (sha512_process_block): Move to ...
31649         * crypt/sha512-block.c: ... here.
31650         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31651         path.
31652         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31653         * sysdeps/sparc/sparc64/multiarch/Makefile
31654         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31655         crypt subdir.
31656         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31657         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31658         multiarch changes.
31659         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31660         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31661         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31662         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31663         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31664         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31665         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31666         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31667         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31668         file.
31669         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31670         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31671         file.
31672         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31674 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31676         * timezone/tzselect.ksh: Update from tzcode git revision
31677         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31678         * timezone/zdump.c: Likewise.
31679         * timezone/zic.c: Likewise.
31680         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31681         in TZVERSION setting, not $(PKGVERSION).
31682         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31683         REPORT_BUGS_TO settings.
31685         [BZ #14838]
31686         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31687         macro.
31689 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31691         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31692         detection to immediately after _FP_ROUND().
31693         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31694         bits are 0.
31696 2012-11-11  David S. Miller  <davem@davemloft.net>
31698         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31699         inttypes.h
31700         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31701         __close rather than their public counterparts.
31703 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31705         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31706         file.
31707         [UNIX98] (sem_timedwait): Do not expect.
31708         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31709         [XPG4 || UNIX98] (sockatmark): Do not expect.
31710         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31711         (clock_getcpuclockid): Do not expect.
31712         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31713         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31714         Do not expect.
31715         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31716         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31717         [UNIX98] (vwscanf): Likewise.
31718         [UNIX98] (vswscanf): Likewise.
31720 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31722         * timezone/version.h: Remove file.
31723         * timezone/README: Do not refer to version.h.
31724         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31725         $(objpfx)version.h.
31726         ($(objpfx)zdump.o): Likewise.
31727         ($(objpfx)version.h): New target.
31729         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31730         2012i.
31731         * timezone/README: Don't mention modification to tzselect.ksh.
31732         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31733         work on unmodified tzselect.ksh.  Substitute version numbers in
31734         tzselect.ksh.
31736         * Makefile (format-me): Remove.
31737         (INSTALL): Adjust indentation.  Use commands directly instead of
31738         using $(format-me).
31740         * aclocal.m4 (ACX_PKGVERSION): New macro.
31741         (ACX_BUGURL): Likewise.
31742         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31743         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31744         (REPORT_BUGS_TO): Likewise.
31745         * configure: Regenerated.
31746         * config.h.in (PKGVERSION): New macro.
31747         (REPORT_BUGS_TO): Likewise.
31748         * config.make.in (PKGVERSION): New variable.
31749         (PKGVERSION_TEXI): Likewise.
31750         (REPORT_BUGS_TO): Likewise.
31751         (REPORT_BUGS_TEXI): Likewise.
31752         * Makefile (format-me): Use -I$(common-objpfx)manual.
31753         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31754         ($(common-objpfx)manual/%): New target.
31755         (manual/%): Remove target.
31756         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31757         (print_version): Use PKGVERSION.
31758         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31759         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31760         and REPORT_BUGS_TO.
31761         ($(objpfx)xtrace): Likewise.
31762         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31763         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31764         (print_version): Use PKGVERSION.
31765         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31766         (do_version): Use PKGVERSION.
31767         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31768         REPORT_BUGS_TO.
31769         (common-ldd-rewrite): Likewise.
31770         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31771         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31772         (print_version): Use PKGVERSION.
31773         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31774         * elf/pldd.c (argp_program_bug_address): Remove variable.
31775         (more_help): New function.
31776         (argp): Use more_help.
31777         (print_version): Use PKGVERSION.
31778         * elf/sln.c (main): Use PKGVERSION.
31779         (usage): Use REPORT_BUGS_TO.
31780         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31781         (top level): Use PKGVERSION.
31782         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31783         (print_version): Use PKGVERSION.
31784         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31785         (print_version): Use PKGVERSION.
31786         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31787         (print_version): Use PKGVERSION.
31788         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31789         (print_version): Use PKGVERSION.
31790         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31791         (print_version): Use PKGVERSION.
31792         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31793         (print_version): Use PKGVERSION.
31794         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31795         and BUGURL.
31796         ($(objpfx)memusage): Likewise.
31797         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31798         (do_version): Use PKGVERSION.
31799         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31800         (print_version): Use PKGVERSION.
31801         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31802         ($PKGVERSION): New variable.
31803         ($REPORT_BUGS_TO): Likewise.
31804         (usage): Use $REPORT_BUGS_TO.
31805         (top level): Use $PKGVERSION.
31806         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31807         ($(objpfx)pkgvers.texi): New rule.
31808         ($(objpfx)stamp-pkgvers): Likewise.
31809         * manual/install.texi: Include pkgvers.texi.
31810         (--with-pkgversion): Document new configure option.
31811         (--with-bugurl): Likewise.
31812         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31813         than necessarily for this particular distribution.  Use
31814         REPORT_BUGS_TO for where to report bugs.
31815         * INSTALL: Regenerated.
31816         * manual/libc.texinfo: Include pkgvers.texi.
31817         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31818         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31819         (print_version): Use PKGVERSION.
31820         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31821         (print_version): Use PKGVERSION.
31822         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31823         (print_version): Use PKGVERSION.
31824         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31825         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31826         macro.
31827         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31828         (print_version): Use PKGVERSION.
31829         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31830         (print_version): Use PKGVERSION.
31831         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31832         and PKGVERSION.
31834         * timezone/checktab.awk: Update from tzcode 2012i.
31835         * timezone/ialloc.c: Likewise.
31836         * timezone/private.h: Likewise.
31837         * timezone/scheck.c: Likewise.
31838         * timezone/tzfile.h: Likewise.
31839         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31840         (TZVERSION): Hardcode tzcode version number.
31841         * timezone/zdump.c: Update from tzcode 2012i.
31842         * timezone/zic.c: Likewise.
31843         * timezone/version.h: New file.
31844         * timezone/README: Describe version.h.  Update upstream location.
31846         [BZ #14824]
31847         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31848         (mktemp): Enable declaration.
31849         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31850         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31851         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31852         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31853         Likewise.
31854         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31855         Likewise.
31856         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31857         Likewise.
31858         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31859         Likewise.
31860         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31861         Likewise.
31862         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31863         Likewise.
31865         [BZ #14821]
31866         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31867         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31868         for copies of such integer values.
31869         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31870         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31872 2012-11-09  Andreas Jaeger  <aj@suse.de>
31874         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31875         definitions and declarations that are provided by
31876         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31878 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31880         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31881         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31882         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31883         definition.
31885 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31887         * elf/elf.h: Update comment before AArch64 relocations.
31889 2012-11-07  David S. Miller  <davem@davemloft.net>
31891         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31892         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31893         (__start_context): Declare.
31894         (__makecontext_ret): Delete.
31895         (__makecontext): Hook up __start_context instead of
31896         __makecontext_ret.
31897         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31898         (sysdep_routines): Add __start_context when in stdlib.
31900 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31902         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31903         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31904         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31905         hardcoded "nm".
31906         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31907         (READELF): New variable.  Use it instead of hardcoded "readelf".
31909 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31911         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31912         * sysdeps/x86/Makefile: Here.
31913         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31914         * sysdeps/x86/tst-xmmymm.sh: This.
31916 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31918         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31919         expectations.
31920         [UNIX98] (pthread_barrier_t): Do not expect.
31921         [UNIX98] (pthread_barrierattr_t): Likewise.
31922         [UNIX98] (pthread_spinlock_t): Likewise.
31923         [UNIX98] (pthread_barrier_destroy): Likewise.
31924         [UNIX98] (pthread_barrier_init): Likewise.
31925         [UNIX98] (pthread_barrier_wait): Likewise.
31926         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31927         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31928         [UNIX98] (pthread_barrierattr_init): Likewise.
31929         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31930         [UNIX98] (pthread_getcpuclockid): Likewise.
31931         [UNIX98] (pthread_mutex_timedlock): Likewise.
31932         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31933         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31934         [UNIX98] (pthread_sigmask): Likewise.
31935         [UNIX98] (pthread_spin_destroy): Likewise.
31936         [UNIX98] (pthread_spin_init): Likewise.
31937         [UNIX98] (pthread_spin_lock): Likewise.
31938         [UNIX98] (pthread_spin_trylock): Likewise.
31939         [UNIX98] (pthread_spin_unlock): Likewise.
31940         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31941         Do not expect.
31942         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31943         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31944         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31945         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31946         [XPG3 || XPG4] (pthread_key_t): Likewise.
31947         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31948         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31949         [XPG3 || XPG4] (pthread_once_t): Likewise.
31950         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31951         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31952         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31953         [XPG3 || XPG4] (pthread_t): Likewise.
31955         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31956         not expect.
31957         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31959         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31960         Change function return type to int.
31962         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31963         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31964         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31965         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31966         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31967         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31968         [!POSIX] (posix_madvise): Likewise.
31969         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31970         && !UNIX98].
31971         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31972         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31973         (mode_t): Likewise.
31974         (posix_mem_offset): Likewise.
31975         (posix_typed_mem_get_info): Likewise.
31976         (posix_typed_mem_open): Likewise.
31978         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31979         Change condition to [XOPEN2K8].
31981         * conform/conformtest.pl: Preprocess allow-header data with -x c
31982         instead of from stdin.
31983         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31984         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31985         [C99-based standards] (cerfc): Likewise.
31986         [C99-based standards] (cexp2): Likewise.
31987         [C99-based standards] (cexpm1): Likewise.
31988         [C99-based standards] (clog10): Likewise.
31989         [C99-based standards] (clog1p): Likewise.
31990         [C99-based standards] (clog2): Likewise.
31991         [C99-based standards] (clgamma): Likewise.
31992         [C99-based standards] (ctgamma): Likewise.
31993         [C99-based standards] (cerff): Likewise.
31994         [C99-based standards] (cerfcf): Likewise.
31995         [C99-based standards] (cexp2f): Likewise.
31996         [C99-based standards] (cexpm1f): Likewise.
31997         [C99-based standards] (clog10f): Likewise.
31998         [C99-based standards] (clog1pf): Likewise.
31999         [C99-based standards] (clog2f): Likewise.
32000         [C99-based standards] (clgammaf): Likewise.
32001         [C99-based standards] (ctgammaf): Likewise.
32002         [C99-based standards] (cerfl): Likewise.
32003         [C99-based standards] (cerfcl): Likewise.
32004         [C99-based standards] (cexp2l): Likewise.
32005         [C99-based standards] (cexpm1l): Likewise.
32006         [C99-based standards] (clog10l): Likewise.
32007         [C99-based standards] (clog1pl): Likewise.
32008         [C99-based standards] (clog2l): Likewise.
32009         [C99-based standards] (clgammal): Likewise.
32010         [C99-based standards] (ctgammal): Likewise.
32011         * conform/data/inttypes.h-data [C99-based standards]: Include
32012         stdint.h-data.  Remove all expectations for stdint.h contents.
32013         [C99-based standards] (PRI*): Do not allow.
32014         [C99-based standards] (SCN*): Likewise.
32015         [C99-based standards] (*_t): Likewise.
32016         [C99-based-standards] (PRId8): Expect macro.
32017         [C99-based-standards] (PRIi8): Likewise.
32018         [C99-based-standards] (PRIo8): Likewise.
32019         [C99-based-standards] (PRIu8): Likewise.
32020         [C99-based-standards] (PRIx8): Likewise.
32021         [C99-based-standards] (PRIX8): Likewise.
32022         [C99-based-standards] (SCNd8): Likewise.
32023         [C99-based-standards] (SCNi8): Likewise.
32024         [C99-based-standards] (SCNo8): Likewise.
32025         [C99-based-standards] (SCNu8): Likewise.
32026         [C99-based-standards] (SCNx8): Likewise.
32027         [C99-based-standards] (PRIdLEAST8): Likewise.
32028         [C99-based-standards] (PRIiLEAST8): Likewise.
32029         [C99-based-standards] (PRIoLEAST8): Likewise.
32030         [C99-based-standards] (PRIuLEAST8): Likewise.
32031         [C99-based-standards] (PRIxLEAST8): Likewise.
32032         [C99-based-standards] (PRIXLEAST8): Likewise.
32033         [C99-based-standards] (SCNdLEAST8): Likewise.
32034         [C99-based-standards] (SCNiLEAST8): Likewise.
32035         [C99-based-standards] (SCNoLEAST8): Likewise.
32036         [C99-based-standards] (SCNuLEAST8): Likewise.
32037         [C99-based-standards] (SCNxLEAST8): Likewise.
32038         [C99-based-standards] (PRIdFAST8): Likewise.
32039         [C99-based-standards] (PRIiFAST8): Likewise.
32040         [C99-based-standards] (PRIoFAST8): Likewise.
32041         [C99-based-standards] (PRIuFAST8): Likewise.
32042         [C99-based-standards] (PRIxFAST8): Likewise.
32043         [C99-based-standards] (PRIXFAST8): Likewise.
32044         [C99-based-standards] (SCNdFAST8): Likewise.
32045         [C99-based-standards] (SCNiFAST8): Likewise.
32046         [C99-based-standards] (SCNoFAST8): Likewise.
32047         [C99-based-standards] (SCNuFAST8): Likewise.
32048         [C99-based-standards] (SCNxFAST8): Likewise.
32049         [C99-based-standards] (PRId16): Likewise.
32050         [C99-based-standards] (PRIi16): Likewise.
32051         [C99-based-standards] (PRIo16): Likewise.
32052         [C99-based-standards] (PRIu16): Likewise.
32053         [C99-based-standards] (PRIx16): Likewise.
32054         [C99-based-standards] (PRIX16): Likewise.
32055         [C99-based-standards] (SCNd16): Likewise.
32056         [C99-based-standards] (SCNi16): Likewise.
32057         [C99-based-standards] (SCNo16): Likewise.
32058         [C99-based-standards] (SCNu16): Likewise.
32059         [C99-based-standards] (SCNx16): Likewise.
32060         [C99-based-standards] (PRIdLEAST16): Likewise.
32061         [C99-based-standards] (PRIiLEAST16): Likewise.
32062         [C99-based-standards] (PRIoLEAST16): Likewise.
32063         [C99-based-standards] (PRIuLEAST16): Likewise.
32064         [C99-based-standards] (PRIxLEAST16): Likewise.
32065         [C99-based-standards] (PRIXLEAST16): Likewise.
32066         [C99-based-standards] (SCNdLEAST16): Likewise.
32067         [C99-based-standards] (SCNiLEAST16): Likewise.
32068         [C99-based-standards] (SCNoLEAST16): Likewise.
32069         [C99-based-standards] (SCNuLEAST16): Likewise.
32070         [C99-based-standards] (SCNxLEAST16): Likewise.
32071         [C99-based-standards] (PRIdFAST16): Likewise.
32072         [C99-based-standards] (PRIiFAST16): Likewise.
32073         [C99-based-standards] (PRIoFAST16): Likewise.
32074         [C99-based-standards] (PRIuFAST16): Likewise.
32075         [C99-based-standards] (PRIxFAST16): Likewise.
32076         [C99-based-standards] (PRIXFAST16): Likewise.
32077         [C99-based-standards] (SCNdFAST16): Likewise.
32078         [C99-based-standards] (SCNiFAST16): Likewise.
32079         [C99-based-standards] (SCNoFAST16): Likewise.
32080         [C99-based-standards] (SCNuFAST16): Likewise.
32081         [C99-based-standards] (SCNxFAST16): Likewise.
32082         [C99-based-standards] (PRId32): Likewise.
32083         [C99-based-standards] (PRIi32): Likewise.
32084         [C99-based-standards] (PRIo32): Likewise.
32085         [C99-based-standards] (PRIu32): Likewise.
32086         [C99-based-standards] (PRIx32): Likewise.
32087         [C99-based-standards] (PRIX32): Likewise.
32088         [C99-based-standards] (SCNd32): Likewise.
32089         [C99-based-standards] (SCNi32): Likewise.
32090         [C99-based-standards] (SCNo32): Likewise.
32091         [C99-based-standards] (SCNu32): Likewise.
32092         [C99-based-standards] (SCNx32): Likewise.
32093         [C99-based-standards] (PRIdLEAST32): Likewise.
32094         [C99-based-standards] (PRIiLEAST32): Likewise.
32095         [C99-based-standards] (PRIoLEAST32): Likewise.
32096         [C99-based-standards] (PRIuLEAST32): Likewise.
32097         [C99-based-standards] (PRIxLEAST32): Likewise.
32098         [C99-based-standards] (PRIXLEAST32): Likewise.
32099         [C99-based-standards] (SCNdLEAST32): Likewise.
32100         [C99-based-standards] (SCNiLEAST32): Likewise.
32101         [C99-based-standards] (SCNoLEAST32): Likewise.
32102         [C99-based-standards] (SCNuLEAST32): Likewise.
32103         [C99-based-standards] (SCNxLEAST32): Likewise.
32104         [C99-based-standards] (PRIdFAST32): Likewise.
32105         [C99-based-standards] (PRIiFAST32): Likewise.
32106         [C99-based-standards] (PRIoFAST32): Likewise.
32107         [C99-based-standards] (PRIuFAST32): Likewise.
32108         [C99-based-standards] (PRIxFAST32): Likewise.
32109         [C99-based-standards] (PRIXFAST32): Likewise.
32110         [C99-based-standards] (SCNdFAST32): Likewise.
32111         [C99-based-standards] (SCNiFAST32): Likewise.
32112         [C99-based-standards] (SCNoFAST32): Likewise.
32113         [C99-based-standards] (SCNuFAST32): Likewise.
32114         [C99-based-standards] (SCNxFAST32): Likewise.
32115         [C99-based-standards] (PRId64): Likewise.
32116         [C99-based-standards] (PRIi64): Likewise.
32117         [C99-based-standards] (PRIo64): Likewise.
32118         [C99-based-standards] (PRIu64): Likewise.
32119         [C99-based-standards] (PRIx64): Likewise.
32120         [C99-based-standards] (PRIX64): Likewise.
32121         [C99-based-standards] (SCNd64): Likewise.
32122         [C99-based-standards] (SCNi64): Likewise.
32123         [C99-based-standards] (SCNo64): Likewise.
32124         [C99-based-standards] (SCNu64): Likewise.
32125         [C99-based-standards] (SCNx64): Likewise.
32126         [C99-based-standards] (PRIdLEAST64): Likewise.
32127         [C99-based-standards] (PRIiLEAST64): Likewise.
32128         [C99-based-standards] (PRIoLEAST64): Likewise.
32129         [C99-based-standards] (PRIuLEAST64): Likewise.
32130         [C99-based-standards] (PRIxLEAST64): Likewise.
32131         [C99-based-standards] (PRIXLEAST64): Likewise.
32132         [C99-based-standards] (SCNdLEAST64): Likewise.
32133         [C99-based-standards] (SCNiLEAST64): Likewise.
32134         [C99-based-standards] (SCNoLEAST64): Likewise.
32135         [C99-based-standards] (SCNuLEAST64): Likewise.
32136         [C99-based-standards] (SCNxLEAST64): Likewise.
32137         [C99-based-standards] (PRIdFAST64): Likewise.
32138         [C99-based-standards] (PRIiFAST64): Likewise.
32139         [C99-based-standards] (PRIoFAST64): Likewise.
32140         [C99-based-standards] (PRIuFAST64): Likewise.
32141         [C99-based-standards] (PRIxFAST64): Likewise.
32142         [C99-based-standards] (PRIXFAST64): Likewise.
32143         [C99-based-standards] (SCNdFAST64): Likewise.
32144         [C99-based-standards] (SCNiFAST64): Likewise.
32145         [C99-based-standards] (SCNoFAST64): Likewise.
32146         [C99-based-standards] (SCNuFAST64): Likewise.
32147         [C99-based-standards] (SCNxFAST64): Likewise.
32148         [C99-based-standards] (PRIdMAX): Likewise.
32149         [C99-based-standards] (PRIiMAX): Likewise.
32150         [C99-based-standards] (PRIoMAX): Likewise.
32151         [C99-based-standards] (PRIuMAX): Likewise.
32152         [C99-based-standards] (PRIxMAX): Likewise.
32153         [C99-based-standards] (PRIXMAX): Likewise.
32154         [C99-based-standards] (SCNdMAX): Likewise.
32155         [C99-based-standards] (SCNiMAX): Likewise.
32156         [C99-based-standards] (SCNoMAX): Likewise.
32157         [C99-based-standards] (SCNuMAX): Likewise.
32158         [C99-based-standards] (SCNxMAX): Likewise.
32159         [C99-based-standards] (PRIdPTR): Likewise.
32160         [C99-based-standards] (PRIiPTR): Likewise.
32161         [C99-based-standards] (PRIoPTR): Likewise.
32162         [C99-based-standards] (PRIuPTR): Likewise.
32163         [C99-based-standards] (PRIxPTR): Likewise.
32164         [C99-based-standards] (PRIXPTR): Likewise.
32165         [C99-based-standards] (SCNdPTR): Likewise.
32166         [C99-based-standards] (SCNiPTR): Likewise.
32167         [C99-based-standards] (SCNoPTR): Likewise.
32168         [C99-based-standards] (SCNuPTR): Likewise.
32169         [C99-based-standards] (SCNxPTR): Likewise.
32170         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32171         allow.
32172         * conform/data/stdint.h-data: Update comments to clarify
32173         requirements.
32174         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32175         type.
32176         [C99-based standards] (INT8_MAX): Likewise.
32177         [C99-based standards] (INT16_MIN): Likewise.
32178         [C99-based standards] (INT16_MAX): Likewise.
32179         [C99-based standards] (INT32_MIN): Likewise.
32180         [C99-based standards] (INT32_MAX): Likewise.
32181         [C99-based standards] (INT64_MIN): Likewise.
32182         [C99-based standards] (INT64_MAX): Likewise.
32183         [C99-based standards] (UINT8_MAX): Likewise.
32184         [C99-based standards] (UINT16_MAX): Likewise.
32185         [C99-based standards] (UINT32_MAX): Likewise.
32186         [C99-based standards] (UINT64_MAX): Likewise.
32187         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32188         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32189         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32190         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32191         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32192         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32193         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32194         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32195         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32196         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32197         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32198         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32199         [C99-based standards] (INT_FAST8_MIN): Likewise.
32200         [C99-based standards] (INT_FAST8_MAX): Likewise.
32201         [C99-based standards] (INT_FAST16_MIN): Likewise.
32202         [C99-based standards] (INT_FAST16_MAX): Likewise.
32203         [C99-based standards] (INT_FAST32_MIN): Likewise.
32204         [C99-based standards] (INT_FAST32_MAX): Likewise.
32205         [C99-based standards] (INT_FAST64_MIN): Likewise.
32206         [C99-based standards] (INT_FAST64_MAX): Likewise.
32207         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32208         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32209         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32210         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32211         [C99-based standards] (INTPTR_MIN): Likewise.
32212         [C99-based standards] (INTPTR_MAX): Likewise.
32213         [C99-based standards] (UINTPTR_MAX): Likewise.
32214         [C99-based standards] (INTMAX_MIN): Likewise.
32215         [C99-based standards] (INTMAX_MAX): Likewise.
32216         [C99-based standards] (UINTMAX_MAX): Likewise.
32217         [C99-based standards] (PTRDIFF_MIN): Likewise.
32218         [C99-based standards] (PTRDIFF_MAX): Likewise.
32219         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32220         [C99-based standards] (SIZE_MAX): Likewise.
32221         [C99-based standards] (WCHAR_MAX): Likewise.
32222         [C99-based standards] (WINT_MAX): Likewise.
32223         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32224         constraint on value.
32225         [C99-based standards] (WCHAR_MIN): Likewise.
32226         [C99-based standards] (WINT_MIN): Likewise.
32227         [C99-based standards] (*_t): Allow.
32228         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32229         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32230         Include math.h-data and complex.h-data.  Remove all expectations
32231         of math.h and complex.h contents.
32232         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32233         at end of line.
32234         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32235         (struct tm): Expect tag.
32236         [C99-based-standards] (wcstof): Expect function.
32237         [C99-based-standards] (wcstold): Likewise.
32238         [C99-based-standards] (wcstoll): Likewise.
32239         [C99-based-standards] (wcstoull): Likewise.
32240         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32241         macro-int-constant.  Specify type.
32242         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32243         constraint on value.
32244         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32245         Specify type.
32246         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32247         Specify value.
32248         [ISO C standards]: Do not allow headers.
32249         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32250         wcs[abcdefghijklmnopqrstuvwxyz]*.
32251         [ISO C standards] (*_t): Do not allow.
32252         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32253         Expect function.
32254         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32255         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32256         Specify type.
32257         [ISO C standards]: Do not allow headers.
32258         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32259         is[abcdefghijklmnopqrstuvwxyz]*.
32260         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32261         to[abcdefghijklmnopqrstuvwxyz]*.
32262         [ISO C standards] (*_t): Do not allow.
32263         * conform/data/stdalign.h-data: New file.
32264         * conform/data/stdbool.h-data: Likewise.
32265         * conform/data/stdnoreturn.h-data: Likewise.
32267 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32269         [BZ #14815]
32270         * manual/filesys.texi (Directory Entries): Typo fix.
32271         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32273 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32275         * elf/elf.h (EM_AARCH64): New macro.
32276         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32277         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32278         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32279         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32280         (R_AARCH64_TLSDESC): Likewise.
32281         (NT_ARM_TLS): Likewise.
32282         (NT_ARM_HW_BREAK): Likewise.
32283         (NT_ARM_HW_WATCH): Likewise.
32285 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32287         [BZ #14811]
32288         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32289         (__ieee754_powl): Saturate nonzero exponents with absolute value
32290         below 0x1p-79 to +/- 0x1p-79.
32291         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32292         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32293         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32294         nonzero exponents with absolute value below 0x1p-32 to +/-
32295         0x1p-32.
32296         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32297         (__ieee754_powl): Saturate nonzero exponents with absolute value
32298         below 0x1p-79 to +/- 0x1p-79.
32299         * math/libm-test.inc (pow_test): Add more tests.
32301 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32303         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32304         _dl_s390_cap_flags with kernel. Increase string length.
32305         (_dl_s390_platforms): Add z196 and zEC12.
32307 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32309         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32310         Change XOPEN21K to XOPEN2K.
32312 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32314         * string/memmove.c: Use memcpy when possible.
32316 2012-11-06  Andreas Jaeger  <aj@suse.de>
32318         * po/eo.po: Update from translation team.
32320 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32322         [BZ #14793]
32323         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32324         exponent and small x and y exponents, scale x or y up.  Increase
32325         by 2 the exponent used in scaling up.
32326         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32327         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32328         * math/libm-test.inc (fma_test): Add more tests.
32329         (fma_test_towardzero): Likewise.
32330         (fma_test_downward): Likewise.
32331         (fma_test_upward): Likewise.
32333 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32335         [BZ #14805]
32336         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32337         fenv_t *.
32339         [BZ #14801]
32340         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32341         namespace for names of struct fields.
32342         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32343         fenv_t fields.
32344         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32345         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32347 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32349         [BZ #3665]
32350         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32352 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32354         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32355         PTR_DEMANGLE.
32357         [BZ #5246]
32358         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32359         PTR_DEMANGLE.
32361 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32363         [BZ #14797]
32364         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32365         definitely overflow as x * y not x * y + z.
32366         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32367         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32368         * math/libm-test.inc (fma_test): Add more tests.
32369         (fma_test_towardzero): Likewise.
32370         (fma_test_downward): Likewise.
32371         (fma_test_upward): Likewise.
32373 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32375         [BZ #157]
32377         * include/stub-tag.h: Remove file.
32378         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32379         '#include' of it.
32380         * manual/maint.texi (Porting): Don't reference it.
32381         * Makerules ($(objpfx)stubs): Likewise.
32382         * dirent/closedir.c: Don't include <stub-tag.h>.
32383         * dirent/dirfd.c: Likewise.
32384         * dirent/fdopendir.c: Likewise.
32385         * dirent/getdents.c: Likewise.
32386         * dirent/getdents64.c: Likewise.
32387         * dirent/opendir.c: Likewise.
32388         * dirent/readdir.c: Likewise.
32389         * dirent/readdir64.c: Likewise.
32390         * dirent/readdir64_r.c: Likewise.
32391         * dirent/readdir_r.c: Likewise.
32392         * dirent/rewinddir.c: Likewise.
32393         * dirent/seekdir.c: Likewise.
32394         * dirent/telldir.c: Likewise.
32395         * gmon/profil.c: Likewise.
32396         * grp/setgroups.c: Likewise.
32397         * inet/if_index.c: Likewise.
32398         * io/access.c: Likewise.
32399         * io/chdir.c: Likewise.
32400         * io/chmod.c: Likewise.
32401         * io/chown.c: Likewise.
32402         * io/close.c: Likewise.
32403         * io/dup.c: Likewise.
32404         * io/dup2.c: Likewise.
32405         * io/dup3.c: Likewise.
32406         * io/euidaccess.c: Likewise.
32407         * io/faccessat.c: Likewise.
32408         * io/fchdir.c: Likewise.
32409         * io/fchmod.c: Likewise.
32410         * io/fchmodat.c: Likewise.
32411         * io/fchown.c: Likewise.
32412         * io/fchownat.c: Likewise.
32413         * io/fcntl.c: Likewise.
32414         * io/flock.c: Likewise.
32415         * io/fstatfs.c: Likewise.
32416         * io/fstatfs64.c: Likewise.
32417         * io/fstatvfs.c: Likewise.
32418         * io/fstatvfs64.c: Likewise.
32419         * io/futimens.c: Likewise.
32420         * io/fxstat.c: Likewise.
32421         * io/fxstat64.c: Likewise.
32422         * io/fxstatat.c: Likewise.
32423         * io/fxstatat64.c: Likewise.
32424         * io/getcwd.c: Likewise.
32425         * io/isatty.c: Likewise.
32426         * io/lchmod.c: Likewise.
32427         * io/lchown.c: Likewise.
32428         * io/link.c: Likewise.
32429         * io/linkat.c: Likewise.
32430         * io/lseek.c: Likewise.
32431         * io/lseek64.c: Likewise.
32432         * io/lxstat64.c: Likewise.
32433         * io/mkdir.c: Likewise.
32434         * io/mkdirat.c: Likewise.
32435         * io/mkfifo.c: Likewise.
32436         * io/mkfifoat.c: Likewise.
32437         * io/open.c: Likewise.
32438         * io/open64.c: Likewise.
32439         * io/openat.c: Likewise.
32440         * io/openat64.c: Likewise.
32441         * io/pipe.c: Likewise.
32442         * io/pipe2.c: Likewise.
32443         * io/poll.c: Likewise.
32444         * io/posix_fadvise.c: Likewise.
32445         * io/posix_fadvise64.c: Likewise.
32446         * io/posix_fallocate.c: Likewise.
32447         * io/posix_fallocate64.c: Likewise.
32448         * io/read.c: Likewise.
32449         * io/readlink.c: Likewise.
32450         * io/readlinkat.c: Likewise.
32451         * io/rmdir.c: Likewise.
32452         * io/sendfile.c: Likewise.
32453         * io/sendfile64.c: Likewise.
32454         * io/statfs.c: Likewise.
32455         * io/statfs64.c: Likewise.
32456         * io/statvfs.c: Likewise.
32457         * io/statvfs64.c: Likewise.
32458         * io/symlink.c: Likewise.
32459         * io/symlinkat.c: Likewise.
32460         * io/ttyname.c: Likewise.
32461         * io/ttyname_r.c: Likewise.
32462         * io/umask.c: Likewise.
32463         * io/unlink.c: Likewise.
32464         * io/unlinkat.c: Likewise.
32465         * io/utime.c: Likewise.
32466         * io/utimensat.c: Likewise.
32467         * io/write.c: Likewise.
32468         * io/xmknod.c: Likewise.
32469         * io/xmknodat.c: Likewise.
32470         * io/xstat.c: Likewise.
32471         * io/xstat64.c: Likewise.
32472         * login/getpt.c: Likewise.
32473         * login/grantpt.c: Likewise.
32474         * login/unlockpt.c: Likewise.
32475         * math/e_acoshl.c: Likewise.
32476         * math/e_acosl.c: Likewise.
32477         * math/e_asinl.c: Likewise.
32478         * math/e_atan2l.c: Likewise.
32479         * math/e_atanhl.c: Likewise.
32480         * math/e_coshl.c: Likewise.
32481         * math/e_expl.c: Likewise.
32482         * math/e_fmodl.c: Likewise.
32483         * math/e_gammal_r.c: Likewise.
32484         * math/e_hypotl.c: Likewise.
32485         * math/e_j0l.c: Likewise.
32486         * math/e_j1l.c: Likewise.
32487         * math/e_jnl.c: Likewise.
32488         * math/e_lgammal_r.c: Likewise.
32489         * math/e_log10l.c: Likewise.
32490         * math/e_log2l.c: Likewise.
32491         * math/e_logl.c: Likewise.
32492         * math/e_powl.c: Likewise.
32493         * math/e_rem_pio2l.c: Likewise.
32494         * math/e_sinhl.c: Likewise.
32495         * math/e_sqrtl.c: Likewise.
32496         * math/fclrexcpt.c: Likewise.
32497         * math/fedisblxcpt.c: Likewise.
32498         * math/feenablxcpt.c: Likewise.
32499         * math/fegetenv.c: Likewise.
32500         * math/fegetexcept.c: Likewise.
32501         * math/fegetround.c: Likewise.
32502         * math/feholdexcpt.c: Likewise.
32503         * math/fesetenv.c: Likewise.
32504         * math/fesetround.c: Likewise.
32505         * math/feupdateenv.c: Likewise.
32506         * math/fgetexcptflg.c: Likewise.
32507         * math/fraiseexcpt.c: Likewise.
32508         * math/fsetexcptflg.c: Likewise.
32509         * math/ftestexcept.c: Likewise.
32510         * math/k_cosl.c: Likewise.
32511         * math/k_rem_pio2l.c: Likewise.
32512         * math/k_sinl.c: Likewise.
32513         * math/k_tanl.c: Likewise.
32514         * math/s_asinhl.c: Likewise.
32515         * math/s_atanl.c: Likewise.
32516         * math/s_cbrtl.c: Likewise.
32517         * math/s_erfl.c: Likewise.
32518         * math/s_expm1l.c: Likewise.
32519         * math/s_log1pl.c: Likewise.
32520         * math/s_tanhl.c: Likewise.
32521         * misc/acct.c: Likewise.
32522         * misc/brk.c: Likewise.
32523         * misc/chflags.c: Likewise.
32524         * misc/chroot.c: Likewise.
32525         * misc/fchflags.c: Likewise.
32526         * misc/fgetxattr.c: Likewise.
32527         * misc/flistxattr.c: Likewise.
32528         * misc/fremovexattr.c: Likewise.
32529         * misc/fsetxattr.c: Likewise.
32530         * misc/fsync.c: Likewise.
32531         * misc/ftruncate.c: Likewise.
32532         * misc/futimes.c: Likewise.
32533         * misc/futimesat.c: Likewise.
32534         * misc/getdomain.c: Likewise.
32535         * misc/getdtsz.c: Likewise.
32536         * misc/gethostid.c: Likewise.
32537         * misc/gethostname.c: Likewise.
32538         * misc/getloadavg.c: Likewise.
32539         * misc/getpagesize.c: Likewise.
32540         * misc/getsysstats.c: Likewise.
32541         * misc/getxattr.c: Likewise.
32542         * misc/gtty.c: Likewise.
32543         * misc/ioctl.c: Likewise.
32544         * misc/lgetxattr.c: Likewise.
32545         * misc/listxattr.c: Likewise.
32546         * misc/llistxattr.c: Likewise.
32547         * misc/lremovexattr.c: Likewise.
32548         * misc/lsetxattr.c: Likewise.
32549         * misc/lutimes.c: Likewise.
32550         * misc/madvise.c: Likewise.
32551         * misc/mincore.c: Likewise.
32552         * misc/mlock.c: Likewise.
32553         * misc/mlockall.c: Likewise.
32554         * misc/mmap.c: Likewise.
32555         * misc/mprotect.c: Likewise.
32556         * misc/msync.c: Likewise.
32557         * misc/munlock.c: Likewise.
32558         * misc/munlockall.c: Likewise.
32559         * misc/munmap.c: Likewise.
32560         * misc/preadv.c: Likewise.
32561         * misc/preadv64.c: Likewise.
32562         * misc/ptrace.c: Likewise.
32563         * misc/pwritev.c: Likewise.
32564         * misc/pwritev64.c: Likewise.
32565         * misc/readv.c: Likewise.
32566         * misc/reboot.c: Likewise.
32567         * misc/remap_file_pages.c: Likewise.
32568         * misc/removexattr.c: Likewise.
32569         * misc/revoke.c: Likewise.
32570         * misc/select.c: Likewise.
32571         * misc/setdomain.c: Likewise.
32572         * misc/setegid.c: Likewise.
32573         * misc/seteuid.c: Likewise.
32574         * misc/sethostid.c: Likewise.
32575         * misc/sethostname.c: Likewise.
32576         * misc/setregid.c: Likewise.
32577         * misc/setreuid.c: Likewise.
32578         * misc/setxattr.c: Likewise.
32579         * misc/sstk.c: Likewise.
32580         * misc/stty.c: Likewise.
32581         * misc/swapoff.c: Likewise.
32582         * misc/swapon.c: Likewise.
32583         * misc/sync.c: Likewise.
32584         * misc/syncfs.c: Likewise.
32585         * misc/syscall.c: Likewise.
32586         * misc/truncate.c: Likewise.
32587         * misc/ualarm.c: Likewise.
32588         * misc/usleep.c: Likewise.
32589         * misc/ustat.c: Likewise.
32590         * misc/utimes.c: Likewise.
32591         * misc/vhangup.c: Likewise.
32592         * misc/writev.c: Likewise.
32593         * posix/_exit.c: Likewise.
32594         * posix/alarm.c: Likewise.
32595         * posix/execve.c: Likewise.
32596         * posix/fexecve.c: Likewise.
32597         * posix/fork.c: Likewise.
32598         * posix/fpathconf.c: Likewise.
32599         * posix/getaddrinfo.c: Likewise.
32600         * posix/getegid.c: Likewise.
32601         * posix/geteuid.c: Likewise.
32602         * posix/getgid.c: Likewise.
32603         * posix/getgroups.c: Likewise.
32604         * posix/getlogin.c: Likewise.
32605         * posix/getlogin_r.c: Likewise.
32606         * posix/getpgid.c: Likewise.
32607         * posix/getpid.c: Likewise.
32608         * posix/getppid.c: Likewise.
32609         * posix/getresgid.c: Likewise.
32610         * posix/getresuid.c: Likewise.
32611         * posix/getsid.c: Likewise.
32612         * posix/getuid.c: Likewise.
32613         * posix/glob64.c: Likewise.
32614         * posix/nanosleep.c: Likewise.
32615         * posix/pathconf.c: Likewise.
32616         * posix/pause.c: Likewise.
32617         * posix/posix_madvise.c: Likewise.
32618         * posix/pread.c: Likewise.
32619         * posix/pread64.c: Likewise.
32620         * posix/pwrite.c: Likewise.
32621         * posix/pwrite64.c: Likewise.
32622         * posix/sched_getaffinity.c: Likewise.
32623         * posix/sched_getp.c: Likewise.
32624         * posix/sched_gets.c: Likewise.
32625         * posix/sched_primax.c: Likewise.
32626         * posix/sched_primin.c: Likewise.
32627         * posix/sched_rr_gi.c: Likewise.
32628         * posix/sched_setaffinity.c: Likewise.
32629         * posix/sched_setp.c: Likewise.
32630         * posix/sched_sets.c: Likewise.
32631         * posix/sched_yield.c: Likewise.
32632         * posix/setgid.c: Likewise.
32633         * posix/setlogin.c: Likewise.
32634         * posix/setpgid.c: Likewise.
32635         * posix/setresgid.c: Likewise.
32636         * posix/setresuid.c: Likewise.
32637         * posix/setsid.c: Likewise.
32638         * posix/setuid.c: Likewise.
32639         * posix/sleep.c: Likewise.
32640         * posix/spawni.c: Likewise.
32641         * posix/sysconf.c: Likewise.
32642         * posix/times.c: Likewise.
32643         * posix/wait.c: Likewise.
32644         * posix/wait3.c: Likewise.
32645         * posix/wait4.c: Likewise.
32646         * posix/waitpid.c: Likewise.
32647         * resolv/gai_sigqueue.c: Likewise.
32648         * resource/getpriority.c: Likewise.
32649         * resource/getrlimit.c: Likewise.
32650         * resource/getrusage.c: Likewise.
32651         * resource/nice.c: Likewise.
32652         * resource/setpriority.c: Likewise.
32653         * resource/setrlimit.c: Likewise.
32654         * resource/ulimit.c: Likewise.
32655         * rt/aio_cancel.c: Likewise.
32656         * rt/aio_fsync.c: Likewise.
32657         * rt/aio_read.c: Likewise.
32658         * rt/aio_sigqueue.c: Likewise.
32659         * rt/aio_suspend.c: Likewise.
32660         * rt/aio_write.c: Likewise.
32661         * rt/clock_getres.c: Likewise.
32662         * rt/clock_gettime.c: Likewise.
32663         * rt/clock_nanosleep.c: Likewise.
32664         * rt/clock_settime.c: Likewise.
32665         * rt/lio_listio.c: Likewise.
32666         * rt/mq_close.c: Likewise.
32667         * rt/mq_getattr.c: Likewise.
32668         * rt/mq_notify.c: Likewise.
32669         * rt/mq_open.c: Likewise.
32670         * rt/mq_receive.c: Likewise.
32671         * rt/mq_send.c: Likewise.
32672         * rt/mq_setattr.c: Likewise.
32673         * rt/mq_timedreceive.c: Likewise.
32674         * rt/mq_timedsend.c: Likewise.
32675         * rt/mq_unlink.c: Likewise.
32676         * rt/shm_open.c: Likewise.
32677         * rt/shm_unlink.c: Likewise.
32678         * rt/timer_create.c: Likewise.
32679         * rt/timer_delete.c: Likewise.
32680         * rt/timer_getoverr.c: Likewise.
32681         * rt/timer_gettime.c: Likewise.
32682         * rt/timer_settime.c: Likewise.
32683         * setjmp/__longjmp.c: Likewise.
32684         * setjmp/setjmp.c: Likewise.
32685         * signal/kill.c: Likewise.
32686         * signal/killpg.c: Likewise.
32687         * signal/raise.c: Likewise.
32688         * signal/sigaction.c: Likewise.
32689         * signal/sigaltstack.c: Likewise.
32690         * signal/sigblock.c: Likewise.
32691         * signal/sigignore.c: Likewise.
32692         * signal/sigintr.c: Likewise.
32693         * signal/signal.c: Likewise.
32694         * signal/sigpause.c: Likewise.
32695         * signal/sigpending.c: Likewise.
32696         * signal/sigqueue.c: Likewise.
32697         * signal/sigreturn.c: Likewise.
32698         * signal/sigset.c: Likewise.
32699         * signal/sigsetmask.c: Likewise.
32700         * signal/sigstack.c: Likewise.
32701         * signal/sigsuspend.c: Likewise.
32702         * signal/sigtimedwait.c: Likewise.
32703         * signal/sigvec.c: Likewise.
32704         * signal/sigwait.c: Likewise.
32705         * signal/sigwaitinfo.c: Likewise.
32706         * signal/sysv_signal.c: Likewise.
32707         * socket/accept.c: Likewise.
32708         * socket/accept4.c: Likewise.
32709         * socket/bind.c: Likewise.
32710         * socket/connect.c: Likewise.
32711         * socket/getpeername.c: Likewise.
32712         * socket/getsockname.c: Likewise.
32713         * socket/getsockopt.c: Likewise.
32714         * socket/isfdtype.c: Likewise.
32715         * socket/listen.c: Likewise.
32716         * socket/recv.c: Likewise.
32717         * socket/recvfrom.c: Likewise.
32718         * socket/recvmsg.c: Likewise.
32719         * socket/send.c: Likewise.
32720         * socket/sendmsg.c: Likewise.
32721         * socket/sendto.c: Likewise.
32722         * socket/setsockopt.c: Likewise.
32723         * socket/shutdown.c: Likewise.
32724         * socket/sockatmark.c: Likewise.
32725         * socket/socket.c: Likewise.
32726         * socket/socketpair.c: Likewise.
32727         * stdio-common/ctermid.c: Likewise.
32728         * stdio-common/cuserid.c: Likewise.
32729         * stdio-common/remove.c: Likewise.
32730         * stdio-common/rename.c: Likewise.
32731         * stdio-common/renameat.c: Likewise.
32732         * stdio-common/tempname.c: Likewise.
32733         * stdlib/getcontext.c: Likewise.
32734         * stdlib/makecontext.c: Likewise.
32735         * stdlib/setcontext.c: Likewise.
32736         * stdlib/swapcontext.c: Likewise.
32737         * stdlib/system.c: Likewise.
32738         * streams/fattach.c: Likewise.
32739         * streams/fdetach.c: Likewise.
32740         * streams/getmsg.c: Likewise.
32741         * streams/getpmsg.c: Likewise.
32742         * streams/putmsg.c: Likewise.
32743         * streams/putpmsg.c: Likewise.
32744         * sysdeps/unix/bsd/getpt.c: Likewise.
32745         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32746         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32747         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32749         Likewise.
32750         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32751         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32752         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32753         * sysvipc/msgctl.c: Likewise.
32754         * sysvipc/msgget.c: Likewise.
32755         * sysvipc/msgrcv.c: Likewise.
32756         * sysvipc/msgsnd.c: Likewise.
32757         * sysvipc/semctl.c: Likewise.
32758         * sysvipc/semget.c: Likewise.
32759         * sysvipc/semop.c: Likewise.
32760         * sysvipc/semtimedop.c: Likewise.
32761         * sysvipc/shmat.c: Likewise.
32762         * sysvipc/shmctl.c: Likewise.
32763         * sysvipc/shmdt.c: Likewise.
32764         * sysvipc/shmget.c: Likewise.
32765         * termios/tcdrain.c: Likewise.
32766         * termios/tcflow.c: Likewise.
32767         * termios/tcflush.c: Likewise.
32768         * termios/tcgetattr.c: Likewise.
32769         * termios/tcgetpgrp.c: Likewise.
32770         * termios/tcsendbrk.c: Likewise.
32771         * termios/tcsetattr.c: Likewise.
32772         * termios/tcsetpgrp.c: Likewise.
32773         * time/adjtime.c: Likewise.
32774         * time/clock.c: Likewise.
32775         * time/getitimer.c: Likewise.
32776         * time/gettimeofday.c: Likewise.
32777         * time/setitimer.c: Likewise.
32778         * time/settimeofday.c: Likewise.
32779         * time/stime.c: Likewise.
32780         * time/time.c: Likewise.
32782 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32784         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32785         /usr/old/bin.
32787         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32788         instead of spaces.
32789         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32791 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32793         [BZ #14796]
32794         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32795         FE_TONEAREST before applying Dekker multiplication and Knuth
32796         addition.  Clear inexact exceptions and check for exact zero
32797         results afterwards.
32798         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32799         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32800         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32801         * math/libm-test.inc (fma_test): Add more tests.
32802         (fma_test_towardzero): Likewise.
32803         (fma_test_downward): Likewise.
32804         (fma_test_upward): Likewise.
32805         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32806         function.
32807         (libc_fesetround): New macro.
32808         (libc_fesetroundf): Likewise.
32809         (libc_fesetroundl): Likewise.
32810         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32811         function.
32812         (libc_fesetround_387): Likewise.
32813         (libc_fesetroundf): New macro.
32814         (libc_fesetround): Likewise.
32815         (libc_fesetroundl): Likewise.
32816         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32817         function.
32818         (libc_fesetroundf): New macro.
32819         (libc_fesetround): Likewise.
32820         (libc_fesetroundl): Likewise.
32821         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32822         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32823         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32824         libm_hidden_ver.
32825         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32826         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32827         libm_hidden_def.
32828         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32829         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32830         libm_hidden_ver.
32831         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32832         libm_hidden_def.
32834         [BZ #3439]
32835         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32836         integer constant usable in #if and use that to give value to enum
32837         constant.
32838         (FE_DIVBYZERO): Likewise.
32839         (FE_UNDERFLOW): Likewise.
32840         (FE_OVERFLOW): Likewise.
32841         (FE_INVALID): Likewise.
32842         (FE_INVALID_SNAN): Likewise.
32843         (FE_INVALID_ISI): Likewise.
32844         (FE_INVALID_IDI): Likewise.
32845         (FE_INVALID_ZDZ): Likewise.
32846         (FE_INVALID_IMZ): Likewise.
32847         (FE_INVALID_COMPARE): Likewise.
32848         (FE_INVALID_SOFTWARE): Likewise.
32849         (FE_INVALID_SQRT): Likewise.
32850         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32851         (FE_TONEAREST): Likewise.
32852         (FE_TOWARDZERO): Likewise.
32853         (FE_UPWARD): Likewise.
32854         (FE_DOWNWARD): Likewise.
32855         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32856         (FE_DIVBYZERO): Likewise.
32857         (FE_OVERFLOW): Likewise.
32858         (FE_UNDERFLOW): Likewise.
32859         (FE_INEXACT): Likewise.
32860         (FE_TONEAREST): Likewise.
32861         (FE_DOWNWARD): Likewise.
32862         (FE_UPWARD): Likewise.
32863         (FE_TOWARDZERO): Likewise.
32864         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32865         (FE_UNDERFLOW): Likewise.
32866         (FE_OVERFLOW): Likewise.
32867         (FE_DIVBYZERO): Likewise.
32868         (FE_INVALID): Likewise.
32869         (FE_TONEAREST): Likewise.
32870         (FE_TOWARDZERO): Likewise.
32871         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32872         (FE_OVERFLOW): Likewise.
32873         (FE_UNDERFLOW): Likewise.
32874         (FE_DIVBYZERO): Likewise.
32875         (FE_INEXACT): Likewise.
32876         (FE_TONEAREST): Likewise.
32877         (FE_TOWARDZERO): Likewise.
32878         (FE_UPWARD): Likewise.
32879         (FE_DOWNWARD): Likewise.
32880         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32881         (FE_DIVBYZERO): Likewise.
32882         (FE_OVERFLOW): Likewise.
32883         (FE_UNDERFLOW): Likewise.
32884         (FE_INEXACT): Likewise.
32885         (FE_TONEAREST): Likewise.
32886         (FE_DOWNWARD): Likewise.
32887         (FE_UPWARD): Likewise.
32888         (FE_TOWARDZERO): Likewise.
32890 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32892         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32894 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32896         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32897         commands.  Quote $PWD.
32898         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32899         -x" by "export".
32900         (remove_newlines): Remove.
32902 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32904         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32905         * stdlib/stdlib.h (atof): Moved to ...
32906         * include/bits/stdlib-float.h: Here.  New file.
32907         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32908         * stdlib/bits/stdlib-float.h: New file.
32909         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32910         -mno-sse -mno-mmx.
32911         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32912         <xmmintrin.h>.
32914 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32916         * conform/conformtest.pl (@headers): Add fenv.h.
32917         * conform/data/fenv.h-data: New file.
32918         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32919         include of <math/fenv.h>.
32921         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32922         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32923         && !UNIX98].  Enables tests for XOPEN2K8.
32924         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32925         POSIX2008]: Likewise.
32927         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32928         (struct rusage): Do not expect type or its members.
32930         [BZ #3439]
32931         * math/math.h (FP_NAN): Define macro to integer constant usable in
32932         #if and use that to give value to enum constant.
32933         (FP_INFINITE): Likewise.
32934         (FP_ZERO): Likewise.
32935         (FP_SUBNORMAL): Likewise.
32936         (FP_NORMAL): Likewise.
32938 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32940         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32941         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32942         arguments.
32944 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32946         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32947         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32948         autoconf-time if not.
32949         * configure.in: Remove AC_PREREQ.
32951 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32953         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32954         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32955         of the internal implementation.
32957 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32959         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32960         except include of <misc/sys/syslog.h>.
32962 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32965         function returns with a NULL context exit with zero.
32967 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32969         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32971 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32973         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32974         (run_program_cmd): This.
32975         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32976         (tst_langinfo): New variable.  Use it.
32978 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32980         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32981         floating point opcodes.
32983 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32985         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32986         variable.
32988         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32990         * sysdeps/mach/hurd/powerpc: Remove directory.
32991         * sysdeps/mach/powerpc: Likewise.
32993 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32995         * scripts/check-local-headers.sh: Ignore c++ headers.
32997 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32999         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33000         __libc_cleanup_region_start argument.
33002 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33004         [BZ #14784]
33005         [BZ #14785]
33006         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33007         x * y using scaling, not as x * y + z.
33008         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33009         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33010         * math/libm-test.inc (fma_test): Add more tests.
33011         (fma_test_towardzero): Likewise.
33012         (fma_test_downward): Likewise.
33013         (fma_test_upward): Likewise.
33015 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33017         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33019 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33021         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33022         New variable.
33024 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33026         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33028 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33031         Fix sort order.
33032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33033         Likewise.
33035 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33038         Fix the order of the list for glibc 2.17.
33039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33040         Likewise.
33042 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33046 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33048         [BZ #14610]
33049         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33050         for low part of x being zero before using __atanl (y).
33051         * math/libm-test.inc (atan2_test): Add another test.
33053         * manual/install.texi (Configuring and compiling): Document
33054         general use of test-wrapper and test-wrapper-env.
33055         * INSTALL: Regenerated.
33057         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33058         (__fma): Do not extract and scale down low bits on after-rounding
33059         systems when result rounded to normal precision would have normal
33060         exponent.
33061         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33062         (__fmal): Do not extract and scale down low bits on after-rounding
33063         systems when result rounded to normal precision would have normal
33064         exponent.
33065         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33066         (__fmal): Do not extract and scale down low bits on after-rounding
33067         systems when result rounded to normal precision would have normal
33068         exponent.
33069         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33070         macro.
33071         (fma_test): Add more tests.
33072         (fma_test_towardzero): Likewise.
33073         (fma_test_downward): Likewise.
33074         (fma_test_upward): Likewise.
33076 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33078         * sysdeps/i386/tininess.h: Renamed to ...
33079         * sysdeps/x86/tininess.h: This.
33080         * sysdeps/x86_64/tininess.h: Removed.
33082 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33084         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33085         input.  Use $(build-program-cmd).
33086         ($(objpfx)tst-array1-static.out): Likewise.
33087         ($(objpfx)tst-array2.out): Likewise.
33088         ($(objpfx)tst-array3.out): Likewise.
33089         ($(objpfx)tst-array4.out): Likewise.
33090         ($(objpfx)tst-array5.out): Likewise.
33091         ($(objpfx)tst-array5-static.out): Likewise.
33093 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33095         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33096         if defined.
33098         * nss/nsswitch.h (nss_interface_function): Provide new
33099         macro for use with NSS functions.
33100         * grp/initgroups.c: Use new macro.
33101         * nss/getXXbyYY.c: Likewise.
33102         * nss/getXXbyYY_r.c: Likewise.
33103         * nss/getXXent.c: Likewise.
33104         * nss/getXXent_r.c: Likewise.
33105         * sysdeps/posix/getaddrinfo.c: Likewise.
33107 2012-10-30  Andreas Jaeger  <aj@suse.de>
33109         * po/ru.po: Update Russion translation from translation project.
33111 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33113         [BZ #14152]
33114         [BZ #14783]
33115         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33116         result and shift together with sticky bit instead of replicating
33117         round-to-nearest rounding.
33118         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33119         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33120         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33121         missing underflow exceptions.
33122         (fma_test_towardzero): Add more tests.
33123         (fma_test_downward): Likewise.
33124         (fma_test_upward): Likewise.
33126         [BZ #14047]
33127         * sysdeps/generic/tininess.h: New file.
33128         * sysdeps/i386/tininess.h: Likewise.
33129         * sysdeps/sh/tininess.h: Likewise.
33130         * sysdeps/x86_64/tininess.h: Likewise.
33131         * stdlib/tst-strtod-underflow.c: Likewise.
33132         * stdlib/tst-tininess.c: Likewise.
33133         * stdlib/strtod_l.c: Include <tininess.h>.
33134         (round_and_return): Do not set errno for exact underflow cases.
33135         Force an underflow exception when setting errno for underflow.
33136         Determine underflow based on rounding to normal precision if
33137         TININESS_AFTER_ROUNDING.
33138         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33139         ERANGE for exact underflow cases.
33140         * stdlib/Makefile (tests): Add tst-tininess and
33141         tst-strtod-underflow.
33142         ($(objpfx)tst-tininess): Use $(link-libm).
33143         ($(objpfx)tst-strtod-underflow): Likewise.
33145 2012-10-30  Andreas Jaeger  <aj@suse.de>
33147         [BZ#14767]
33148         * elf/Makefile (tests): Remove conditional for have-initfini-array
33149         since this is now always required and the variable does not exist
33150         anymore.
33151         (tests-static): Likewise.
33152         (modules-names): Likewise.
33154         * po/eo.po: Add Esperanto translation from translation project.
33156         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33157         merged with constructor/destructor.
33158         (init_array): Likewise.
33159         * elf/tst-array2dep.c (fini_array): Likewise.
33160         (init_array): Likewise.
33162 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33164         * manual/message.texi: Delete @cartouche tags.
33166 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33168         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33169         EOPNOTSUPP.
33170         * sysdeps/mach/hurd/fsync.c: Likewise.
33172         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33173         [_POSIX_REALTIME_SIGNALS]: Change condition to
33174         [_POSIX_REALTIME_SIGNALS > 0].
33176 2012-10-27  Andreas Jaeger  <aj@suse.de>
33178         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33179         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33180         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33181         [__WORDSIZE != 64]: Likewise.
33183 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33185         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33186         *  iconvdata/tst-tables.sh: Likewise.
33188 2012-10-25  David S. Miller  <davem@davemloft.net>
33190         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33191         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33192         of strtoull.
33194         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33195         ifunc-impl-list.c
33196         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33197         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33198         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33199         file.
33201 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33203         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33204         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33205         __getdirentries.
33207 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33208             Jim Blandy  <jimb@codesourcery.com>
33210         * scripts/cross-test-ssh.sh: New file.
33211         * manual/install.texi (Configuring and compiling): Document use of
33212         cross-test-ssh.sh.
33213         * INSTALL: Regenerated.
33215 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33217         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33218         EOPNOTSUPP.
33220 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33222         * Makeconfig (run-program-prefix): Fix comment.
33224 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33225             Jim Blandy  <jimb@codesourcery.com>
33227         * Makeconfig (test-wrapper): New variable,
33228         (test-wrapper-env): Likewise.
33229         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33230         (run-built-tests): Define to yes.
33231         (run-program-prefix): Use $(test-wrapper).
33232         (built-program-cmd): Likewise.
33233         * Rules (make-test-out): Use $(test-wrapper-env) and
33234         $(host-built-program-cmd).
33235         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33236         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33237         tst-pathopt.sh.
33238         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33239         $(test-wrapper-env) to tst-rtld-load-self.sh.
33240         ($(objpfx)order2.out): Use $(test-wrapper).
33241         ($(objpfx)tst-initorder.out): Likewise.
33242         ($(objpfx)tst-initorder2.out): Likewise.
33243         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33244         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33245         (test_wrapper_env): New variable.  Use it to run ld.so.
33246         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33247         Use it to run ld.so.
33248         (test_wrapper_env): Likewise.
33249         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33250         $(test-wrapper) to run-iconv-test.sh.
33251         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33252         (ICONV): Use $test_wrapper.
33253         * posix/Makefile ($(objpfx)globtest.out): Pass
33254         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33255         globtest.sh, not $(run-program-prefix).
33256         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33257         (test_wrapper): Likewise.
33258         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33259         set together with run_via_rtld_prefix.
33260         (run_program_prefix): Define in terms of test_wrapper and
33261         run_via_rtld_prefix.
33263 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33265         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33266         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33267         Targets removed.
33269         [BZ #14743]
33270         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33271         Declare __clock_getres, __clock_gettime, __clock_settime,
33272         __clock_nanosleep, and __clock_getcpuclockid.
33273         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33274         Remove librt_hidden_def (clock_gettime).
33275         * sysdeps/unix/clock_gettime.c: Likewise.
33276         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33277         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33278         * rt/clock_getres.c: Define __clock_getres as an alias.
33279         * sysdeps/posix/clock_getres.c: Likewise.
33280         * rt/clock_settime.c: Define __clock_settime as an alias.
33281         * sysdeps/unix/clock_settime.c: Likewise.
33282         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33283         * sysdeps/unix/clock_nanosleep.c: Likewise.
33284         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33285         * rt/clock-compat.c: New file.
33286         * rt/Makefile (librt-routines): Add clock-compat and move
33287         $(clock-routines) to ...
33288         (routines): ... here, new variable.
33289         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33290         Don't add get_clockfreq here.
33291         * rt/Versions (libc: GLIBC_2.17): New version set.
33292         Add clock_* symbols here.
33293         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33294         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33295         (GLIBC_2.17): Add clock_* symbols.
33296         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33297         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33298         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33300         Likewise.
33301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33302         Likewise.
33303         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33304         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33305         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33307         * NEWS: Mention the move.
33309         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33310         Use __open, __read, __close rather than their public counterparts.
33311         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33312         (__get_clockfreq_via_cpuinfo): Likewise.
33313         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33314         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33316         * config.h.in (HAVE_IFUNC): New #undef.
33317         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33318         was successful.
33319         * configure: Regenerated.
33321 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33323         * configure.in: Move READELF check to start of file.
33324         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33325         libc_cv_asm_gnu_indirect_function in the process.
33326         * configure: Regenerated.
33328 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33330         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33331         send the output to /dev/null.
33332         (libc_cv_cc_with_libunwind): Likewise.
33333         (libc_cv_as_noexecstack): Likewise.
33334         * configure: Regenerate.
33336 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33338         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33340         * posix/globtest.sh (TMPDIR): Do not set.
33341         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33342         (testout): Likewise.
33344 2012-10-24  Andreas Jaeger  <aj@suse.de>
33346         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33347         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33348         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33349         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33350         posix_fadvise64, posix_fallocate64.
33352         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33353         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33354         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33355         Likewise.
33356         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33357         Likewise.
33358         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33360         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33361         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33362         <bits/fcntl-linux.h>.
33363         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33365         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33366         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33367         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33368         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33369         [__WORDSIZE != 64]: Likewise.
33371 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33373         * Makeconfig (run-built-tests): New variable.
33374         * Rules [$(cross-compiling) = yes]: Change condition to
33375         [$(run-built-tests) = no].
33376         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33377         to [$(run-built-tests) = yes].
33378         * elf/Makefile [$(cross-compiling) = no]: Likewise
33379         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33380         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33381         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33382         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33383         * io/Makefile [$(cross-compiling) = no]: Likewise.
33384         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33385         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33386         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33387         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33388         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33389         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33390         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33391         * string/Makefile [$(cross-compiling) = no]: Likewise.
33393         * posix/Makefile ($(objpfx)globtest.out): Pass
33394         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33395         $(rtld-installed-name).
33396         * posix/globtest.sh (elf_objpfx): Remove variable.
33397         (rtld_installed_name): Likewise.
33398         (library_path): Likewise.
33399         (run_program_prefix): New variable.  Use for running globtest
33400         binary.
33402 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33403             Joseph Myers  <joseph@codesourcery.com>
33405         * Makeconfig (host-built-program-cmd): New variable.
33406         * elf/Makefile (tst-stackguard1-ARGS): Use
33407         $(host-built-program-cmd).
33408         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33409         (tst-spawn-ARGS): Likewise.
33410         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33412 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33413             Jim Blandy  <jimb@codesourcery.com>
33415         * Makeconfig (run-via-rtld-prefix): New variable.
33416         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33417         (built-program-cmd): Likewise.
33419 2012-10-22  Andreas Jaeger  <aj@suse.de>
33421         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33422         __O_RSYNC if it exists, otherwise to O_SYNC.
33424 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33425             Joseph Myers  <joseph@codesourcery.com>
33427         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33428         /dev/null.
33429         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33430         from /dev/null
33431         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33432         /dev/null.
33434 2012-10-22  Andreas Jaeger  <aj@suse.de>
33436         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33437         Define always.
33438         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33440         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33441         bits/fcntl-linux.h.
33443         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33444         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33446         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33447         to __O_LARGEFILE.
33448         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33449         to __O_LARGEFILE.
33451 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33452             Joseph Myers  <joseph@codesourcery.com>
33454         * config.make.in (NM): New variable.
33456 2012-10-21  Andreas Jaeger  <aj@suse.de>
33458         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33459         definitions and declarations that are provided by
33460         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33462 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33464         [BZ #14683]
33465         * elf/Makefile (tests-static): Add tst-leaks1-static.
33466         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33467         ($(objpfx)tst-leaks1-static): New rule.
33468         ($(objpfx)tst-leaks1-static-mem): Likewise.
33469         (tst-leaks1-static-ENV): New macro.
33470         * elf/dl-open.c (dl_open_worker): Check the main application
33471         only if SHARED is defined.
33472         * elf/tst-leaks1-static.c: New file.
33474 2012-10-20  Andreas Jaeger  <aj@suse.de>
33476         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33477         generic values for Linux.
33478         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33479         and declarations that are provided by <bits/fcntl-linux.h> and
33480         include <bits/fcntl-linux.h>.
33481         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33482         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33484 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33486         * io/fcntl.h: Move include of <bits/types.h> to the top and
33487         include it unconditionally.
33489 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33491         * wcsmbs/Makefile (tests-ifunc): New variable.
33492         (tests): Add $(tests-ifunc).
33493         * wcsmbs/test-wcschr-ifunc.c: New file.
33494         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33495         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33496         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33497         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33498         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33500         * string/Makefile (tests-ifunc): New variable.
33501         (tests): Add $(tests-ifunc).
33502         * string/test-memccpy.c (TEST_NAME): New macro.
33503         * string/test-memchr.c (TEST_NAME): Likewise.
33504         * string/test-memcmp.c (TEST_NAME): Likewise.
33505         * string/test-memcpy.c (TEST_NAME): Likewise.
33506         * string/test-memmem.c (TEST_NAME): Likewise.
33507         * string/test-memmove.c (TEST_NAME): Likewise.
33508         * string/test-memset.c (TEST_NAME): Likewise.
33509         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33510         * string/test-stpcpy.c (TEST_NAME): Likewise.
33511         * string/test-stpncpy.c (TEST_NAME): Likewise.
33512         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33513         * string/test-strcasestr.c (TEST_NAME): Likewise.
33514         * string/test-strcat.c (TEST_NAME): Likewise.
33515         * string/test-strchr.c (TEST_NAME): Likewise.
33516         * string/test-strcmp.c(TEST_NAME): Likewise.
33517         * string/test-strcpy.c (TEST_NAME): Likewise.
33518         * string/test-strcspn.c (TEST_NAME): Likewise.
33519         * string/test-strlen.c (TEST_NAME): Likewise.
33520         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33521         * string/test-strncmp.c (TEST_NAME): Likewise.
33522         * string/test-strncpy.c (TEST_NAME): Likewise.
33523         * string/test-strnlen.c (TEST_NAME): Likewise.
33524         * string/test-strpbrk.c (TEST_NAME): Likewise.
33525         * string/test-strrchr.c (TEST_NAME): Likewise.
33526         * string/test-strspn.c (TEST_NAME): Likewise.
33527         * string/test-strstr.c (TEST_NAME): Likewise.
33528         * string/test-bcopy-ifunc.c: New file.
33529         * string/test-bzero-ifunc.c: Likewise.
33530         * string/test-memccpy-ifunc.c: Likewise.
33531         * string/test-memchr-ifunc.c: Likewise.
33532         * string/test-memcmp-ifunc.c: Likewise.
33533         * string/test-memcpy-ifunc.c: Likewise.
33534         * string/test-memmem-ifunc.c: Likewise.
33535         * string/test-memmove-ifunc.c: Likewise.
33536         * string/test-mempcpy-ifunc.c: Likewise.
33537         * string/test-memset-ifunc.c: Likewise.
33538         * string/test-rawmemchr-ifunc.c: Likewise.
33539         * string/test-stpcpy-ifunc.c: Likewise.
33540         * string/test-stpncpy-ifunc.c: Likewise.
33541         * string/test-strcasecmp-ifunc.c: Likewise.
33542         * string/test-strcasestr-ifunc.c: Likewise.
33543         * string/test-strcat-ifunc.c: Likewise.
33544         * string/test-strchr-ifunc.c: Likewise.
33545         * string/test-strchrnul-ifunc.c: Likewise.
33546         * string/test-strcmp-ifunc.c: Likewise.
33547         * string/test-strcpy-ifunc.c: Likewise.
33548         * string/test-strcspn-ifunc.c: Likewise.
33549         * string/test-strlen-ifunc.c: Likewise.
33550         * string/test-strncasecmp-ifunc.c: Likewise.
33551         * string/test-strncat-ifunc.c: Likewise.
33552         * string/test-strncmp-ifunc.c: Likewise.
33553         * string/test-strncpy-ifunc.c: Likewise.
33554         * string/test-strnlen-ifunc.c: Likewise.
33555         * string/test-strpbrk-ifunc.c: Likewise.
33556         * string/test-strrchr-ifunc.c: Likewise.
33557         * string/test-strspn-ifunc.c: Likewise.
33558         * string/test-strstr-ifunc.c: Likewise.
33560         * debug/Makefile (tests-ifunc): New variable.
33561         (tests): Add $(tests-ifunc).
33562         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33563         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33564         * debug/test-stpcpy_chk-ifunc.c: New file.
33565         * debug/test-strcpy_chk-ifunc.c: Likewise.
33567 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33569         [BZ #13601]
33570         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33571         header is not read in.
33573 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33575         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33576         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33577         directly.  Pass built executable to script as
33578         $(built-program-cmd).
33579         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33580         $testprogram without using LD_LIBRARY_PATH and $ldso.
33582         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33583         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33584         $(rtld-installed-name).
33585         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33586         (rtld_installed_name): Likewise.
33587         (library_path): Likewise.
33588         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33589         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33590         $(run-program-prefix) to tst-tables.sh.
33591         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33592         it to run tst-table-from and tst-table-to.
33593         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33594         Pass it to tst-table.sh.
33595         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33596         $(run-program-prefix) to tst-gettext.sh.
33597         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33598         tst-translit.sh.
33599         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33600         tst-gettext2.sh.
33601         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33602         to run tst-gettext.
33603         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33604         to run tst-gettext2.
33605         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33606         to run tst-translit.
33607         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33608         $(run-program-prefix) to tst-mtrace.sh.
33609         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33610         to run tst-mtrace.
33611         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33612         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33613         $(rtld-installed-name).
33614         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33615         (rtld_installed_name): Likewise.
33616         (run_program_prefix): New variable.  Use it to run wordexp-test.
33618         * Makeconfig (ARCH): Remove all definitions.
33619         (machine): Likewise.
33620         [ARCH]: Remove conditional code.
33621         [!objdir]: Give error.
33622         [!objdir] (objpfx): Remove.
33623         [!objdir] (common-objpfx): Likewise.
33624         [!objdir] (common-objdir): Likewise.
33625         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33626         AC_CONFIG_FILES call.
33627         * configure: Regenerated.
33629         [BZ #13888]
33630         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33631         or TMPDIR.
33632         (testout): Likewise.
33634         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33635         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33636         $(rtld-installed-name).
33637         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33638         (rtld_installed_name): Likwise.
33639         (runit): Remove function.
33640         (run_getconf): New variable,  Use it for running getconf binary.
33642 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33644         [BZ #14716]
33645         * string/test-memmem.c (check_result): New function.
33646         (do_one_test): Use it.
33647         (check1): New function.
33648         (test_main): Use it.
33650 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33652         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33654 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33656         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33657         (_G_LSEEK64): Likewise.
33658         (_G_MMAP64): Likewise.
33659         (_G_FSTAT64): Likewise.
33660         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33661         (_G_LSEEK64): Likewise.
33662         (_G_MMAP64): Likewise.
33663         (_G_FSTAT64): Likewise.
33664         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33665         unconditional.  Call __mmap64 directly.
33666         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33667         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33668         __lseek64 directly.
33669         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33670         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33671         __mmap64 directly.
33672         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33673         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33674         __lseek64 directly.
33675         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33676         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33677         __lseek64 directly.
33678         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33679         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33680         __lseek64 directly.
33681         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33682         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33683         __fxstat64 directly.
33684         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33685         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33686         unconditional.
33687         (freopen64) [!_G_OPEN64]: Remove conditional code.
33688         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33689         unconditional.
33690         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33691         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33692         unconditional.
33693         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33694         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33695         unconditional.
33696         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33697         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33698         unconditional.
33699         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33700         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33701         unconditional.
33702         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33703         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33704         unconditional.
33705         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33706         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33707         unconditional.
33708         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33710 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33712         [BZ #12140]
33713         * manual/memory.texi (Malloc Tunable Parameters): Add note
33714         about free list pointers overwriting some perturb bytes.
33715         Wording suggested by Roland McGrath.
33717 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33719         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33720         (lgamma_test): Likewise.
33721         (tgamma_test): Likewise.
33723 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33725         [BZ #14700]
33726         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33727         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33729 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33731         * NEWS: Mention BZ #14716.
33732         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33733         when removing AVAILABLE1_USES_J macro.
33735 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33737         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33738         (__bswap_64): __uint64_t for unsigned 64-bit int.
33740 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33742         * include/string.h (memmem): Declare libc hidden alias.
33743         * string/memmem.c (memmem): Define libc hidden alias.
33744         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33745         __read, __close instead of open, read, close.
33747 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33749         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33750         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33751         global and hidden.
33752         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33753         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33754         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33755         Likewise.
33756         (__rawmemchr_sse2): Likewise.
33757         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33758         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33759         (__strchr_sse2): Likewise.
33760         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33761         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33762         (__strcasecmp_sse2): Likewise.
33763         (__strncasecmp_sse2): Likewise.
33764         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33765         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33766         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33767         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33768         (__strrchr_sse2): Likewise.
33769         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33770         ifunc-impl-list.c.
33771         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33772         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33773         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33774         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33775         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33776         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33777         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33778         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33779         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33780         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33781         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33782         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33783         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33784         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33785         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33786         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33787         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33788         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33789         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33790         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33791         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33792         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33793         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33794         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33795         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33796         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33797         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33798         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33799         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33800         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33802         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33803         global and hidden.
33804         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33805         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33806         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33807         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33808         Likewise.
33809         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33810         Likewise.
33811         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33812         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33813         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33814         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33815         ifunc-impl-list.c.
33816         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33817         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33818         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33819         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33820         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33821         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33822         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33823         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33824         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33825         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33826         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33827         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33828         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33829         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33830         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33831         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33832         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33833         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33834         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33835         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33836         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33837         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33838         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33839         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33840         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33841         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33842         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33843         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33844         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33845         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33846         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33847         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33848         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33849         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33850         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33851         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33852         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33853         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33854         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33855         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33856         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33858         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33859         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33860         * include/ifunc-impl-list.h: New file.
33861         * misc/ifunc-impl-list.c: Likewise.
33862         * misc/Makefile (routines): Add ifunc-impl-list.
33863         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33864         * string/test-string.h: Include <ifunc-impl-list.h>.
33865         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33866         TEST_NAME]: New variables.
33867         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33868         are defined.
33869         (test_init): Call __libc_ifunc_impl_list to initialize
33870         func_list if TEST_IFUNC and TEST_NAME are defined.
33872         * string/Makefile (strop-tests): Add bcopy and bzero.
33873         * string/test-bcopy.c: New file.
33874         * string/test-bzero.c: Likewise.
33875         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33876         defined.
33877         * string/test-memset.c: Support bzero test if TEST_BZERO is
33878         defined.
33879         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33880         __libc_memmove.
33881         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33882         __libc_memset.
33883         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33884         of memset.
33886 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33888         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33889         * configure: Regenerated.
33891         * Makeconfig (+link-static-before-libc): Don't include
33892         $(link-static-libc).
33894         * libio/libio.h (_IO_pos_t): Remove.
33896 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33898         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33899         McGrath.
33901 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33903         * crypt/crypt-entry.c: Include fips-private.h.
33904         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33905         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33906         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33907         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33909 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33911         * crypt/crypt-private.h: Include stdbool.h.
33912         (_ufc_setup_salt_r): Return bool.
33913         * crypt/crypt-entry.c: Include errno.h.
33914         (__crypt_r): Return NULL with EINVAL for bad salt.
33915         * crypt/crypt_util.c (bad_for_salt): New.
33916         (_ufc_setup_salt_r): Check that salt is long enough and within
33917         the specified alphabet.
33918         * crypt/badsalttest.c: New file.
33919         * crypt/Makefile (tests): Add it.
33920         ($(objpfx)badsalttest): New.
33922 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33924         * NEWS: Add entry for BZ #14602.
33926 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33928         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33929         type-generic.
33930         * math/libm-test.inc: Update comment listing what functions and
33931         macros are tested.
33932         (isgreater_test): New function.
33933         (isgreaterequal_test): Likewise.
33934         (isless_test): Likewise.
33935         (islessequal_test): Likewise.
33936         (islessgreater_test): Likewise.
33937         (isunordered_test): Likewise.
33938         (main): Call the new functions.
33940 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33942         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33943         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33944         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33945         * sysdeps/i386/configure: Regenerated.
33946         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33947         * sysdeps/mach/configure: Regenerated.
33948         * sysdeps/mach/hurd/configure: Regenerated.
33949         * sysdeps/powerpc/configure: Regenerated.
33950         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33951         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33952         * sysdeps/s390/s390-32/configure: Regenerated.
33953         * sysdeps/s390/s390-64/configure: Regenerated.
33954         * sysdeps/sh/configure: Regenerated.
33955         * sysdeps/sparc/configure: Regenerated.
33956         * sysdeps/unix/sysv/linux/configure: Regenerated.
33957         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33958         * sysdeps/x86_64/configure: Regenerated.
33960         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33961         defined.  Don't check if MAP is NULL.
33963 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33965         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33966         (_G_stat64): Likewise.
33967         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33968         (_G_stat64): Likewise.
33969         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33970         instead of struct _G_stat64.
33971         * libio/fileops.c (mmap_remap_check): Likewise.
33972         (decide_maybe_mmap): Likewise.
33973         (_IO_new_file_seekoff): Likewise.
33974         (_IO_file_stat): Likewise.
33975         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33976         _G_off64_t.
33977         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33978         instead of struct _G_stat64.
33979         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33981 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33983         [BZ #14602]
33984         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33985         Replace with ...
33986         (CHECK_EOL): New macro.
33987         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33988         CHECK_EOL.
33989         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33990         Replace with CHECK_EOL.
33991         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33992         Replace with CHECK_EOL.
33994 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33996         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33997         type-generic.
33998         * math/libm-test.inc: Update comment listing what functions and
33999         macros are tested.
34000         (finite_test): New function.
34001         (isinf_test): Likewise.
34002         (isnan_test): Likewise.
34003         (fpclassify_test): Test subnormal input.
34004         (isfinite_test): Likewise.
34005         (isnormal_test): Likewise.
34006         (main): Call the new functions.
34008 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34010         [BZ #14660]
34011         * Makerules (%.dynsym): Force C locale when running
34012         $(OBJDUMP) --dynamic-syms.
34014 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34016         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34017         <stdint.h>.
34019 2012-10-06  David S. Miller  <davem@davemloft.net>
34021         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34022         upper 32-bits of the length value in %o2 since we use branch-on-register
34023         tests which consider the entire 64-bit register.
34025 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34027         * string/test-strstr.c (check2): Add a test for page boundary.
34029 2012-10-05  David S. Miller  <davem@davemloft.net>
34031         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34032         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34033         file.
34034         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34035         sysdep_routines.
34036         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34037         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34038         and bzero when HWCAP_SPARC_CRYPTO is present.
34040 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34042         [BZ #14602]
34043         * string/test-strstr.c (check2): New function.
34044         (test_main): Call check2.
34046         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34047         and bug-strchr1.
34048         * string/bug-strcasestr1.c (do_test): Moved to ...
34049         * string/test-strcasestr.c (check1): Here.  New function.
34050         (do_one_test): Break out result checking code into ...
34051         (check_result): This.  New function.
34052         (do_one_test): Call check_result.
34053         (test_main): Call check1.
34054         * string/bug-strchr1.c (do_test): Moved to ...
34055         * string/test-strchr.c (check1): Here.  New function.
34056         (do_one_test): Break out result checking code into ...
34057         (check_result): This.  New function.
34058         (do_one_test): Call check_result.
34059         (test_main): Call check1.
34060         * string/bug-strstr1.c (main): Moved to ...
34061         * string/test-strstr.c (check1): Here.  New function.
34062         (do_one_test): Break out result checking code into ...
34063         (check_result): This.  New function.
34064         (do_one_test): Call check_result.
34065         (test_main): Call check1.
34066         * string/bug-strcasestr1.c: Removed.
34067         * string/bug-strchr1.c: Likewise.
34068         * string/bug-strstr1.c: Likewise.
34070         * elf/Makefile (dl-routines): Add hwcaps.
34071         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34072         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34073         (_dl_important_hwcaps): Moved to ...
34074         * elf/dl-hwcaps.c: Here.  New file.
34075         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34077         [BZ #14557]
34078         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34079         if IS_IN_rtld isn't defined.
34081         * elf/dl-support.c (_dl_sysinfo_map): New.
34082         Include "get-dynamic-info.h" and "setup-vdso.h".
34083         (_dl_non_dynamic_init): Call setup_vdso.
34084         * elf/dynamic-link.h: Don't include <assert.h>.
34085         (elf_get_dynamic_info): Moved to ...
34086         * elf/get-dynamic-info.h: Here.  New file.
34087         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34088         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34089         * elf/setup-vdso.h: Here.  New file.
34090         * elf/rtld.c: Include "setup-vdso.h".
34091         (dl_main): Call setup_vdso.
34093 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34095         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34096         creal in comment listing functions tested.  List finite, isinf,
34097         isnan, isless, islessequal, isgreater, isgreaterequal,
34098         islessgreater, isunordered, lgamma_r and pow10 as functions and
34099         macros not tested.  Mention which functions not tested are aliases
34100         for other functions.  Fix typo.  Note that signs of NaNs are not
34101         tested.
34103         * scripts/config.guess: Update from config.git.
34104         * scripts/config.sub: Likewise.
34106 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34108         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34109         * misc/madvise.c (madvise): Renamed to __madvise.
34110         Make madvise a weak alias.
34111         * include/sys/mman.h: Declare __madvise.
34112         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34113         * sysdeps/unix/syscalls.list
34114         (madvise): Make __madvise the strong name, and madvise a weak alias.
34115         * sysdeps/unix/sysv/linux/syscalls.list
34116         (madvise, mmap): Remove redundant entries.
34117         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34118         * malloc/malloc.c (mtrim): Likewise.
34119         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34121 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34123         * sysdeps/mach/hurd/dl-cache.c: File removed.
34124         * config.h.in (USE_LDCONFIG): New #undef.
34125         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34126         * configure: Regenerated.
34127         * elf/Makefile (dl-routines): Add dl-cache only under
34128         [$(use-ldconfig) = yes].
34129         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34130         cache on [USE_LDCONFIG].
34131         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34132         [USE_LDCONFIG].
34133         * elf/rtld.c (dl_main): Likewise.
34135 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34137         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34138         _SC_LEVEL4_CACHE_LINESIZE.
34140 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34142         * sysdeps/unix/bsd/confstr.h: File removed.
34144 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34146         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34147         sys/sdt-config.h.
34149 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34151         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34152         Make 'mapoff' field ElfW(Off) rather than off_t.
34154 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34156         * nscd/Makefile: Remove nscd-cflags and all its users.
34157         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34158         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34160         [BZ #10631]
34161         * malloc.c (malloc_printerr): Clarify error message.
34163 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34165         [BZ #14648]
34166         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34167         Set bit_FMA_Usable if FMA is supported.
34168         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34169         macro.
34170         (bit_FMA4_Usable): Updated.
34171         (index_FMA_Usable): New macro.
34172         (CPUID_FMA): Likewise
34173         (HAS_FMA): Defined with bit_FMA_Usable.
34175 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34177         * bits/types.h (__swblk_t): Type removed.
34178         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34179         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34180         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34181         (__SWBLK_T_TYPE): Likewise.
34182         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34183         (__SWBLK_T_TYPE): Likewise.
34184         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34185         (__SWBLK_T_TYPE): Likewise.
34186         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34187         (__SWBLK_T_TYPE): Likewise.
34189 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34190             Honza Horak <hhorak@redhat.com>
34192         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34193         (xdr_mapname): Use YPMAXMAP as maxsize.
34194         (xdr_peername): Use YPMAXPEER as maxsize.
34195         (xdr_keydat): Use YPAXRECORD as maxsize.
34196         (xdr_valdat): Use YPMAXRECORD as maxsize.
34198 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34200         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34202         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34203         * csu/init-first.c: ... here.
34204         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34205         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34206         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34207         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34208         * sysdeps/i386/init-first.c: File removed.
34209         * sysdeps/sh/init-first.c: File removed.
34211 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34213         [BZ #14645]
34214         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34215         if x * y might underflow to zero and z is zero.
34216         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34217         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34218         * math/libm-test.inc (min_subnorm_value): New variable.
34219         (fma_test): Add more tests.
34220         (fma_test_towardzero): Likewise.
34221         (fma_test_downward): Likewise
34222         (fma_test_upward): Likewise.
34223         (initialize): Set min_subnorm_value.
34225 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34227         [BZ #14638]
34228         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34229         0 + 0.
34230         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34231         mode for addition resulting in exact zero.
34232         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34233         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34234         exact 0 + 0.
34235         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34236         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34237         * math/libm-test.inc (fma_test): Add more tests.
34238         (fma_test_towardzero): New function.
34239         (fma_test_downward): Likewise.
34240         (fma_test_upward): Likewise.
34241         (main): Call the new functions.
34243 2012-09-28  David S. Miller  <davem@davemloft.net>
34245         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34247 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34249         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34250         instead of SIGALRM.
34252         * sysdeps/gnu/_G_config.h: Moved to ...
34253         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34254         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34255         * sysdeps/generic/_G_config.h: ... here.
34257         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34259         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34261         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34262         Conditionalize target on [libnss_test1.so-version].
34264         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34266         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34267         (elfobjdir): Move out of conditionals.
34269         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34270         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34271         (__nss_lookup_function): Conditionalize label remove_from_tree on
34272         [!DO_STATIC_NSS || SHARED], matching its only use.
34274 2012-09-28  David S. Miller  <davem@davemloft.net>
34276         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34277         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34278         file.
34279         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34280         sysdep_routines.
34281         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34282         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34283         when HWCAP_SPARC_CRYPTO is present.
34285 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34287         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34289 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34291         [BZ #6530]
34292         * stdio-common/vfprintf.c (process_string_arg): Revert
34293         2000-07-22 change.
34295 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34297         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34298         for testcase.
34299         * stdio-common/tst-sprintf.c: Include <locale.h>
34300         (main): Test sprintf's handling of incomplete multibyte
34301         characters.
34303 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34305         * elf/dl-runtime.c (VERSYMIDX): Removed.
34306         * elf/dl-version.c (VERSYMIDX): Likewise.
34307         * elf/do-rel.h (VERSYMIDX): Likewise.
34308         (VALIDX): Likewise.
34309         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34310         * elf/rtld.c (VALIDX): Likewise.
34311         (ADDRIDX): Likewise.
34312         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34313         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34314         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34315         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34316         (VALIDX): Likewise.
34317         (ADDRIDX): Likewise.
34319 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34321         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34323 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34325         [BZ #11438]
34326         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34327         to global scope.
34328         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34329         addresses are in the same scope as 192.0.2/24.
34330         * posix/gai.conf: Document new scope table defaults.
34332 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34334         [BZ #5298]
34335         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34336         for ftell.  Compute offsets from write pointers instead.
34337         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34339 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34341         [BZ #14543]
34342         * libio/Makefile (tests): New test case tst-fseek.
34343         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34344         combination works in wide mode.
34345         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34346         state when the external buffer state changes.
34348 2012-09-27  David S. Miller  <davem@davemloft.net>
34350         [BZ #14376]
34351         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34352         pass reloc->r_addend in as the 'high' argument to
34353         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34355         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34357 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34359         * rt/tst-aio2.c: Include <pthread.h>.
34360         * rt/tst-aio3.c: Likewise.
34362 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34364         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34366 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34368         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34369         contents on [SHARED].
34371 2012-09-26  Marek Polacek  <polacek@redhat.com>
34373         [BZ #14530]
34374         [BZ #13741]
34375         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34376         for C++ and GCC <4.3 as well as for non GCC compilers.
34378 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34380         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34382 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34384         * Makefile.in (all, install): Declare with .PHONY.
34385         Reported by Michael Hope <michael.hope@linaro.org>.
34387 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34389         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34390         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34391         system header.
34392         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34393         Likewise.
34394         (sydep_routines): Add the new and the internal functions.
34395         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34396         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34398         (GLIBC_2.17): Add the new function.
34399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34400         (GLIBC_2.17): Likewise.
34401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34402         (GLIBC_2.17): Likewise.
34403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34404         (GLIBC_2.17): Likewise.
34405         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34407 2012-09-25  Alan Modra  <amodra@gmail.com>
34409         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34410         Add release barrier before setting once_control to say
34411         initialisation is done.  Add hints on lwarx.  Use macro in
34412         place of isync.
34413         (clear_once_control): Add release barrier.
34415 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34417         [BZ #13629]
34418         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34419         specially.
34420         * math/s_clog10.c (__clog10): Likewise.
34421         * math/s_clog10f.c (__clog10f): Likewise.
34422         * math/s_clog10l.c (__clog10l): Likewise.
34423         * math/s_clogf.c (__clogf): Likewise.
34424         * math/s_clogl.c (__clogl): Likewise.
34425         * math/Makefile (libm-calls): Add x2y2m1.
34426         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34427         (__x2y2m1): Likewise.
34428         (__x2y2m1l): Likewise.
34429         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34430         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34431         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34432         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34433         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34434         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34435         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34436         * sysdeps/i386/fpu/libm-test-ulps: Update.
34437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34439         [BZ #14621]
34440         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34441         int as type of variable DEPTH.
34442         (glob): Use size_t instead of int as type of variables NEWCOUNT
34443         and OLD_PATHC.
34445 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34447         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34448         Add s_sincosf-sse2.
34449         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34450         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34451         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34452         macros for using routine as __sincosf_ia32.
34453         Use macro for function declaration and weak_alias.
34454         * sysdeps/i386/fpu/libm-test-ulps: Update.
34456         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34457         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34459         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34460         subnormal argument.
34461         * math/s_cexpf.c (__cexpf): Likewise.
34462         * math/s_csinf.c (__csinf): Likewise.
34463         * math/s_csinhf.c (__csinhf): Likewise.
34464         * math/s_ctanf.c (__ctanf): Likewise.
34465         * math/s_ctanhf.c (__ctanhf): Likewise.
34466         * math/s_ccosh.c (__ccoshf): Likewise.
34467         * math/s_cexp.c (__cexpl): Likewise.
34468         * math/s_csin.c (__csin): Likewise.
34469         * math/s_csinh.c (__csinh): Likewise.
34470         * math/s_ctan.c (__ctan): Likewise.
34471         * math/s_ctanh.c (ctanh): Likewise.
34472         * math/s_ccoshl.c (__ccoshl): Likewise.
34473         * math/s_cexpl.c (__cexpl): Likewise.
34474         * math/s_csinl.c (__csinl): Likewise.
34475         * math/s_csinhl.c (__csinhl): Likewise.
34476         * math/s_ctanl.c (__ctanl): Likewise.
34477         * math/s_ctanhl.c (__ctanhl): Likewise.
34479 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34481         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34482         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34483         (_IO_off_t): Define to __off_t, not _G_off_t.
34484         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34485         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34486         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34487         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34488         type of __dummy and __dummy2 fields.
34489         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34490         (_G_ssize_t): Likewise.
34491         (_G_off_t): Likewise.
34492         (_G_pid_t): Likewise.
34493         (_G_uid_t): Likewise.
34494         (_G_wchar_t): Likewise.
34495         (_G_wint_t): Likewise.
34496         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34497         (_G_ssize_t): Likewise.
34498         (_G_off_t): Likewise.
34499         (_G_pid_t): Likewise.
34500         (_G_uid_t): Likewise.
34501         (_G_wchar_t): Likewise.
34502         (_G_wint_t): Likewise.
34503         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34504         (_G_ssize_t): Likewise.
34505         (_G_off_t): Likewise.
34506         (_G_pid_t): Likewise.
34507         (_G_uid_t): Likewise.
34508         (_G_wchar_t): Likewise.
34509         (_G_wint_t): Likewise.
34511 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34513         * malloc/arena.c: Include malloc-sysdep.h.
34514         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34515         is sufficient to shrink the heap or an unmap is needed.
34516         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34517         new function check_may_shrink_heap.
34518         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34519         new function check_may_shrink_heap.
34521 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34523         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34524         comments.
34526 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34528         * catgets/test-gencat.sh: Add "set -e".
34529         * elf/tst-pathopt.sh: Likewise.
34530         * grp/tst_fgetgrent.sh: Likewise.
34531         * iconvdata/run-iconv-test.sh: Likewise.
34532         * intl/tst-gettext.sh: Likewise.
34533         * intl/tst-gettext2.sh: Likewise.
34534         * intl/tst-gettext4.sh: Likewise.
34535         * intl/tst-gettext6.sh: Likewise.
34536         * intl/tst-translit.sh: Likewise.
34537         * io/ftwtest-sh: Likewise.
34538         * libio/test-freopen.sh: Likewise.
34539         * malloc/tst-mtrace.sh: Likewise.
34540         * posix/globtest.sh: Likewise.
34541         * posix/tst-getconf.sh: Likewise.
34542         * posix/wordexp-tst.sh: Likewise.
34543         * stdio-common/tst-printf.sh: Likewise.
34544         * stdio-common/tst-unbputc.sh: Likewise.
34545         * stdlib/tst-fmtmsg.sh: Likewise.
34546         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34547         * catgets/Makefile: Do not specify -e option when running
34548         testsuite shell scripts.
34549         * elf/Makefile: Likewise.
34550         * grp/Makefile: Likewise.
34551         * iconvdata/Makefile: Likewise.
34552         * intl/Makefile: Likewise.
34553         * io/Makefile: Likewise.
34554         * libio/Makefile: Likewise.
34555         * malloc/Makefile: Likewise.
34556         * posix/Makefile: Likewise.
34557         * stdio-common/Makefile: Likewise.
34558         * stdlib/Makefile: Likewise.
34559         * sysdeps/x86_64/Makefile: Likewise.
34561         * io/ftwtest-sh: Add copyright header.
34562         * posix/globtest.sh: Likewise.
34563         * posix/tst-getconf.sh: Likewise.
34564         * posix/wordexp-tst.sh: Likewise.
34565         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34567 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34569         [BZ #13679]
34570         * Makeconfig (+link): Defined as $(+link-static) if
34571         $(build-shared) isn't yes.
34572         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34573         isn't yes.
34574         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34576         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34578         [BZ #14562]
34579         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34580         new chunk size with MALLOC_ALIGN_MASK.
34582 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34584         [BZ #5044]
34585         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34586         <rounding-mode.h>.
34587         (__printf_fphex): Determine rounding using get_rounding_mode and
34588         round_away.
34589         * stdio-common/tst-printf-round.c (struct hex_test): New
34590         structure.
34591         (hex_tests): New variable.
34592         (test_hex_in_one_mode): New function.
34593         (do_test): Also run tests for hex float output.
34595 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34597         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34598         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34599         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34600         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34601         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34602         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34603         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34604         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34606 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34608         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34609         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34610         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34611         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34613 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34615         [BZ #14579]
34616         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34617         mode only.
34618         * elf/tst-rtld-load-self.sh: New test.
34619         * elf/Makefile: Run it.
34621 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34623         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34624         (tst-writev-ENV): Remove.
34625         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34627 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34629         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34631 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34633         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34634         unconditional.
34635         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34636         Likewise.
34637         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34638         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34639         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34640         Likewise.
34642 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34644         [BZ #14587]
34645         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34646         * config.make.in (have-cpp-asm-debuginfo): Removed.
34647         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34648         * configure: Regenerated.
34650 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34652         [BZ #5044]
34653         * stdio-common/printf_fp.c: Include <stdbool.h> and
34654         <rounding-mode.h>.
34655         (___printf_fp): Determine rounding using get_rounding_mode and
34656         round_away.
34657         * stdio-common/tst-printf-round.c: New file.
34658         * stdio-common/Makefile (tests): Add tst-printf-round.
34659         (link-libm): New variable.
34660         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34662 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34664         [BZ #14576]
34665         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34666         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34667         Likewise.
34668         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34669         Likewise.
34671 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34673         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34674         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34675         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34676         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34678 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34680         [BZ #14518]
34681         * include/rounding-mode.h: New file.
34682         * sysdeps/generic/get-rounding-mode.h: Likewise.
34683         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34684         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34685         (MAX_VALUE): New macro.
34686         (MIN_VALUE): Likewise.
34687         (overflow_value): New function.
34688         (underflow_value): Likewise.
34689         (round_and_return): Use overflow_value and underflow_value to
34690         determine return values in overflow and underflow cases.  Use
34691         round_away to determine rounding depending on rounding mode.
34692         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34693         determine return values in overflow and underflow cases.
34694         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34695         (struct test_results): New structure.
34696         (struct test): Use struct test_results to store expected results
34697         for all rounding modes.
34698         (TEST): Include expected results for all rounding modes.
34699         (test_in_one_mode): New function.
34700         (do_test): Use test_in_one_mode to compute and check results.
34701         Check results for all rounding modes.
34702         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34703         $(link-libm).
34705 2012-12-09  Allan McRae  <allan@archlinux.org>
34707         * sysdeps/i386/fpu/libm-test-ulps: Update
34709 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34711         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34712         (_G_int32_t): Likewise.
34713         (_G_uint16_t): Likewise.
34714         (_G_uint32_t): Likewise.
34715         (_G_HAVE_BOOL): Likewise.
34716         (_G_HAVE_ATEXIT): Likewise.
34717         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34718         (_G_HAVE_IO_FILE_OPEN): Likewise.
34719         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34720         (_G_int32_t): Likewise.
34721         (_G_uint16_t): Likewise.
34722         (_G_uint32_t): Likewise.
34723         (_G_HAVE_BOOL): Likewise.
34724         (_G_HAVE_ATEXIT): Likewise.
34725         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34726         (_G_HAVE_IO_FILE_OPEN): Likewise.
34727         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34728         (_G_int32_t): Likewise.
34729         (_G_uint16_t): Likewise.
34730         (_G_uint32_t): Likewise.
34731         (_G_HAVE_BOOL): Likewise.
34732         (_G_HAVE_ATEXIT): Likewise.
34733         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34734         (_G_HAVE_IO_FILE_OPEN): Likewise.
34736 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34738         * csu/libc-tls.c: Update copyright years.
34740 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34742         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34743         [!_G_USING_THUNKS]: Remove conditional code.
34744         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34745         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34747         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34748         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34749         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34750         (_G_VTABLE_LABEL_PREFIX): Likewise.
34751         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34752         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34753         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34754         (_G_VTABLE_LABEL_PREFIX): Likewise.
34755         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34756         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34757         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34758         (_G_VTABLE_LABEL_PREFIX): Likewise.
34759         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34761 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34763         * libio/Makefile: Include ../Makeconfig before tests.
34764         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34765         only if $(build-shared) is yes.
34767         * iconv/gconv_db.c: Update copyright years.
34769 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34771         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34772         unwind info if defined PIC. Fix special cases description.
34773         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34775         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34776         DP_HI_MASK entry.
34777         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34779 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34781         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34783         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34784         is NULL.
34786         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34787         (LDLIBS-tst-chk4): This.
34788         (LDFLAGS-tst-chk5): Renamed to ...
34789         (LDLIBS-tst-chk5): This.
34790         (LDFLAGS-tst-chk6): Renamed to ...
34791         (LDLIBS-tst-chk6): This.
34792         (LDFLAGS-tst-lfschk4): Renamed to ...
34793         (LDLIBS-tst-lfschk4): This.
34794         (LDFLAGS-tst-lfschk5): Renamed to ...
34795         (LDLIBS-tst-lfschk5): This.
34796         (LDFLAGS-tst-lfschk6): Renamed to ...
34797         (LDLIBS-tst-lfschk6): This.
34799         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34800         on $(common-objpfx)soversions.mk.
34802 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34804         [BZ #10014]
34805         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34806         example host name.
34808 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34810         * malloc/arena.c (arena_get_retry): New function that gets
34811         another arena for the caller to try its request on.
34812         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34813         current arena cannot fulfill the request.
34814         (__libc_memalign): Likewise.
34815         (__libc_memalign): Likewise.
34816         (__libc_pvalloc): Likewise.
34817         (__libc_calloc): Likewise.
34819 2012-09-05  John Tobey  <john.tobey@gmail.com>
34821         [BZ #13542]
34822         * manual/arith.texi (Operations on Complex): Fix description
34823         of carg branch cut.
34825 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34827         [BZ #10014]
34828         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34829         host name.
34831         [BZ #10038]
34832         * manual/memory.texi (Memory): Make order of menu items match
34833         order of sections.
34835 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34837         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34838         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34839         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34841 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34843         * csu/libc-tls.c (static_dtv): Renamed to ...
34844         (_dl_static_dtv): This.  Make it global.
34845         (_dl_initial_dtv): Removed.
34846         (__libc_setup_tls): Updated.
34847         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34848         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34849         DL_INITIAL_DTV.
34851 2012-09-06  Petr Machata  <pmachata@redhat.com>
34853         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34854         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34855         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34856         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34858 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34860         [BZ #14545]
34861         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34862         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34863         freeing dtv[-1].
34865 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34867         [BZ #14544]
34868         * Makeconfig (link-static-before-libc): Replace $(+prector)
34869         with $(+prectorT).
34870         (link-static-after-libc): Replace $(+postctor) with
34871         $(+postctorT).
34872         (link-bounded): Replace $(+prector)/$(+postctor) with
34873         $(+prectorT)/$(+postctorT).
34874         (+prectorT): New macro.
34875         (+postctorT): Likewise.
34877 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34879         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34880         (round_str): Handle values above the maximum for IBM long double
34881         as inexact.
34882         * stdlib/tst-strtod-round.c (tests): Regenerated.
34884 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34886         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34887         assembler flag.
34888         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34889         zarch_nohighgprs around the zarch optimized routines.
34890         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34891         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34892         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34893         for zarch.
34895 2012-09-05  David S. Miller  <davem@davemloft.net>
34897         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34899         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34900         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34901         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34902         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34903         entries.
34905 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34907         * malloc/arena.c: Fold copyright years.
34908         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34910 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34912         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34914 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34916         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34918 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34920         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34921         change internal state upon failure.
34923 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34925         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34926         * malloc/memusage.c (mmap): Likewise.
34927         (mmap64, mremap): Likewise.  Adjust name in comment.
34929 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34931         * libio/fileops.c: Fix typos in comments.
34932         * libio/oldfileops.c: Likewise.
34933         * libio/wfileops.c: Likewise.
34935 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34937         [BZ #1349]
34938         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34939         (tst-malloc-usable-ENV): Set environment for test case.
34940         * malloc/hooks.c (malloc_check_get_size): New function to get
34941         requested size.
34942         * malloc/malloc.c (musable): Use malloc_check_get_size.
34943         * malloc/tst-malloc-usable.c: New test case.
34945 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34947         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34949 2012-09-05  Allan McRae  <allan@archlinux.org>
34951         [BZ #13966]
34952         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34953         determine header location.
34954         * configure: Regenerated.
34956 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34958         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34959         float format.
34960         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34961         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34962         format.
34963         (test): Regenerate.
34965 2012-09-04  David S. Miller  <davem@davemloft.net>
34967         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34968         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34969         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34971 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34973         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34974         failures.
34976         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34978 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34980         [BZ #9914]
34981         * libio/iogetdelim.c: Include <limits.h>.
34982         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34983         + len + 1 would overflow.
34985 2012-09-03  Andreas Jaeger  <aj@suse.de>
34987         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34988         * sysdeps/i386/fpu/libm-test-ulps: Update.
34990 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34992         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34993         Add s_sinf-sse2, s_conf-sse2.
34995         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34996         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34997         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34998         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35000         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35001         for using routine as __sinf_ia32.
35002         Use macro for function declaration and weak_alias.
35003         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35004         for using routine as __cosf_ia32.
35005         Use macro for function declaration and weak_alias.
35007         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35008         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35010         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35011         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35012         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35014         * math/libm-test.inc (cos_test): Add more test cases.
35015         (sin_test): Likewise.
35016         (sincos_test): Likewise.
35018 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35020         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35021         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35022         hidden.
35023         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35025 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35027         [BZ #14538]
35028         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35029         first element of the GOT.
35030         (elf_machine_load_address): Return the difference between
35031         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35033 2012-09-01  Allan McRae  <allan@archlinux.org>
35035         [BZ #13412]
35036         * configure.in (AWK): Require gawk version 3.0 or later.
35037         * configure: Regenerated.
35039 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35041         * sysdeps/unix/sysv/linux/kernel-features.h
35042         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35043         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35044         [__NR_clock_getres]: Make code unconditional.
35045         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35046         (clock_getcpuclockid): Remove code left unreachable by removal of
35047         conditionals.
35048         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35049         code unconditional.
35050         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35051         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35052         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35053         Make code unconditional.
35054         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35055         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35056         * sysdeps/unix/sysv/linux/clock_settime.c
35057         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35058         conditional code.
35059         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35060         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35062 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35064         [BZ #14476]
35065         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35066         scripts/test-installation.pl.
35068         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35069         and $ld_so_version if it is set.
35071 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35073         [BZ #14516]
35074         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35075         failure if reading from procfs failed.
35076         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35078 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35080         * sysdeps/unix/sysv/linux/kernel-features.h
35081         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35082         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35083         Remove conditional code.
35084         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35085         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35086         Remove conditional code.
35087         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35088         * sysdeps/unix/sysv/linux/i386/fxstat.c
35089         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35090         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35091         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35092         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35093         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35094         * sysdeps/unix/sysv/linux/i386/lxstat.c
35095         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35096         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35097         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35098         Remove conditional code.
35099         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35100         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35101         Remove conditional code.
35102         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35103         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35104         <kernel-features.h>.
35105         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35106         Remove.
35107         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35108         Remove conditional code.
35109         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35110         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35111         Remove conditional.
35113 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35115         [BZ #5400]
35116         * NEWS: Add fixed bug number.
35118 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35120         [BZ #14519]
35121         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35122         underflowing exponent in case of negative sign.
35123         * stdlib/tst-strtod-round-data: Add more tests.
35124         * stdlib/tst-strtod-round.c (tests): Regenerated.
35126         [BZ #3479]
35127         * stdlib/strtod_l.c (NDIG): Remove.
35128         (HEXNDIG): Likewise.
35129         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35130         smallest representable value.
35131         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35132         lie within an exact representation of 1/2 ulp of the result.
35133         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35134         unconditionally.
35135         (TENS_P9_IDX): Define unconditionally.
35136         (TENS_P9_SIZE): Likewise.
35137         (TENS_P10_IDX): Likewise.
35138         (TENS_P10_SIZE): Likewise.
35139         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35140         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35141         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35142         entries for 10^2^13 and 10^2^14.
35143         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35144         (TENS_P13_IDX): Define.
35145         (TENS_P13_SIZE): Likewise.
35146         (TENS_P14_IDX): Likewise.
35147         (TENS_P14_SIZE): Likewise.
35148         (_fpioconst_pow10): Change array size to
35149         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35150         unconditional.
35151         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35152         1024]: Add entries for 10^2^13 and 10^2^14.
35153         [LAST_POW10 > _LAST_POW10]: Remove #error.
35154         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35155         (_fpioconst_pow10): Change array size to
35156         FPIOCONST_POW10_ARRAY_SIZE.
35157         * stdlib/gen-fpioconst.c: New file.
35158         * stdlib/gen-tst-strtod-round.c: Likewise.
35159         * stdlib/tst-strtod-round-data: Likewise.
35160         * stdlib/tst-strtod-round.c: Likewise.
35161         * stdlib/Makefile (tests): Add tst-strtod-round.
35163         [BZ #14459]
35164         * stdlib/strtod_l.c: Include <stdint.h>.
35165         (NDEBUG): Do not define.
35166         (round_and_return): Change EXPONENT parameter to type intmax_t.
35167         Rearrange calculations to avoid internal overflow possibilities.
35168         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35169         Rearrange calculations to avoid internal overflow possibilities.
35170         Assert that number fits inside MPNSIZE limbs.
35171         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35172         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35173         calculations and add assertions to avoid internal overflow
35174         possibilities.  Add casts to avoid signed/unsigned operations.
35175         * stdlib/tst-strtod-overflow.c: New file.
35176         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35178 2012-08-25  Marek Polacek  <polacek@redhat.com>
35180         * time/time.h: Fix some typos in comments.
35182 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35184         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35185         * posix/tst-rfc3484-2.c: Likewise.
35186         * posix/tst-rfc3484-3.c: Likewise.
35188 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35190         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35191         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35193 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35195         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35196         #include of fxstatat64.c.
35198 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35200         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35201         * shadow/getspent_r.c: Likewise.
35202         * shadow/getspnam.c: Likewise.
35203         * shadow/getspnam_r.c: Likewise.
35204         * gshadow/getsgent.c: Likewise.
35205         * gshadow/getsgent_r.c: Likewise.
35206         * gshadow/getsgnam.c: Likewise.
35207         * gshadow/getsgnam_r.c: Likewise.
35208         * inet/getnetbyad.c: Likewise.
35209         * inet/getnetbyad_r.c: Likewise.
35210         * inet/getnetbynm.c: Likewise.
35211         * inet/getnetbynm_r.c: Likewise.
35212         * inet/getnetent.c: Likewise.
35213         * inet/getnetent_r.c: Likewise.
35214         * inet/getproto.c: Likewise.
35215         * inet/getproto_r.c: Likewise.
35216         * inet/getprtent.c: Likewise.
35217         * inet/getprtent_r.c: Likewise.
35218         * inet/getprtname.c: Likewise.
35219         * inet/getprtname_r.c: Likewise.
35220         * inet/getrpcbyname.c: Likewise.
35221         * inet/getrpcbyname_r.c: Likewise.
35222         * inet/getrpcbynumber.c: Likewise.
35223         * inet/getrpcbynumber_r.c: Likewise.
35224         * inet/getrpcent.c: Likewise.
35225         * inet/getrpcent_r.c: Likewise.
35226         * inet/getaliasent.c: Likewise.
35227         * inet/getaliasent_r.c: Likewise.
35228         * inet/getaliasname.c: Likewise.
35229         * inet/getaliasname_r.c: Likewise.
35230         * nscd/getgrgid_r.c: Likewise.
35231         * nscd/getgrnam_r.c: Likewise.
35232         * nscd/gethstbyad_r.c: Likewise.
35233         * nscd/gethstbynm3_r.c: Likewise.
35234         * nscd/getpwnam_r.c: Likewise.
35235         * nscd/getpwuid_r.c: Likewise.
35236         * nscd/getsrvbynm_r.c: Likewise.
35237         * nscd/getsrvbypt_r.c: Likewise.
35238         * nscd/gai.c: Likewise.
35240         * configure.in (build_nscd): New substituted variable, set
35241         by --disable-build-nscd and defaults to $use_nscd.
35242         * configure: Regenerated.
35243         * config.make.in (build-nscd): New substituted variable.
35244         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35245         Change conditional to require [$(build-nscd) = yes] as well.
35246         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35248         [BZ# 13696]
35249         * configure.in (use_nscd): New substituted variable, set by
35250         --disable-nscd.  If enabled, define USE_NSCD.
35251         * configure: Regenerated.
35252         * config.h.in: Add USE_NSCD.
35253         * config.make.in (use-nscd): New substituted variable.
35254         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35255         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35256         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35257         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35258         (CFLAGS-getgrnam_r.c): Likewise.
35259         (CFLAGS-initgroups.c): Likewise.
35260         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35261         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35262         Variables removed.
35263         * inet/getnetgrent_r.c
35264         (nscd_setnetgrent): New function, broken out of ...
35265         (setnetgrent): ... here.  Call it.
35266         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35267         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35268         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35269         * nscd/Makefile (routines, aux): Move definitions after include of
35270         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35271         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35272         Conditionalize on [USE_NSCD].
35273         (is_nscd, nscd_init_cb): Likewise.
35274         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35275         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35276         * nss/nss_db/db-init.c: Likewise.
35277         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35278         [USE_NSCD].
35279         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35280         (make_request): Use it.
35281         (cache_valid_p): New function.
35282         (__check_pf): Use it.
35283         * NEWS: Add item for --disable-nscd.
35285 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35287         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35288         to support sed >= 4.2.1-20-ga9bf076.
35289         * configure: Regenerated.
35291 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35293         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35294         Conditionalize whole body on [IREL].
35296 2012-08-22  Jeff Law <law@redhat.com>
35298         [BZ #14505]
35299         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35300         if the family is PF_UNSPEC.
35302 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35304         * Makerules (lib-version): Rename from V.
35305         (install-lib-nosubdir): Change V to lib-version.
35307 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35309         [BZ #14252]
35310         * powerpc32/power6/wcschr.c: New file.
35311         * powerpc32/power6/wcscpy.c: New file.
35312         * powerpc32/power6/wcsrchr.c: New file.
35313         * powerpc64/power6/wcschr.c: New file.
35314         * powerpc64/power6/wcscpy.c: New file.
35315         * powerpc64/power6/wcsrchr.c: New file.
35317 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35319         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35320         (two_way_short_needle): Use it.
35321         * string/strstr.c (AVAILABLE1_USES_J): Define.
35322         * string/strcasestr.c: Likewise.
35324         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35325         array references.
35326         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35328         [BZ #11607]
35329         * NEWS: Add an entry.
35330         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35331         define their defaults.
35332         (two_way_short_needle): Detect end-of-string on-the-fly.
35333         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35334         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35335         * string/bug-strcasestr1.c: New test.
35336         * string/Makefile: Run it.
35338 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35340         [BZ #11607]
35341         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35342         the first character.
35344 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35346         * csu/elf-init.c (__libc_csu_irel): Function removed.
35347         * csu/libc-start.c (apply_irel): New function.
35348         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35350 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35352         * sysdeps/unix/sysv/linux/kernel-features.h
35353         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35354         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35355         <kernel-features.h>.
35356         [__NR_fadvise64_64]: Make code unconditional.
35357         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35358         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35359         !__NR_fadvise64_64)]: Likewise.
35360         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35361         !__NR_fadvise64_64))]: Likewise.
35362         [__NR_fadvise64]: Make code unconditional.
35363         [!__NR_fadvise64]: Remove conditional code.
35364         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35365         <kernel-features.h>.
35366         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35367         unconditional.
35368         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35369         conditional code.
35370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35371         not include <kernel-features.h>.
35372         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35373         unconditional.
35374         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35375         conditional code.
35376         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35377         include <kernel-features.h>.
35378         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35379         unconditional.
35380         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35381         conditional code.
35383 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35385         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35386         slight instruction rearrangements per scrollpipe analysis.
35387         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35389 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35391         * manual/syslog.texi (syslog; vsyslog, closelog):
35392         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35393         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35395         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35396         DSOCAPS to match condition on defining it.
35398 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35400         * sysdeps/unix/sysv/linux/kernel-features.h
35401         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35403         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35404         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35406         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35407         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35409         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35410         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35412         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35413         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35415         * sysdeps/unix/sysv/linux/kernel-features.h
35416         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35417         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35418         unconditional.
35419         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35420         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35421         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35422         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35423         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35424         Make code unconditional.
35425         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35426         (__mmap64) [!__NR_mmap2]: Likewise.
35427         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35428         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35429         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35430         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35431         [__NR_mmap2]: Make code unconditional.
35432         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35433         (__mmap64) [!__NR_mmap2]: Likewise.
35435 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35437         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35439 2012-08-18  Andreas Jaeger  <aj@suse.de>
35441         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35443 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35445         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35446         * include/unistd.h (__have_sock_cloexec): Likewise.
35447         (__have_pipe2): Likewise.
35448         (__have_dup3): Likewise.
35450 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35452         [BZ #9685]
35453         * include/unistd.h (__have_pipe2): Change define into an extern int.
35454         (__have_dup3): Likewise.
35455         * socket/have_sock_cloexec.c: Include fcntl.h.
35456         (__have_pipe2): New variable.
35457         (__have_dup3): Likewise.
35459 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35461         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35463 2012-08-17  Marek Polacek  <polacek@redhat.com>
35465         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35466         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35468 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35470         * configure.in: Add AC_SUBST for sysheaders.
35471         * configure: Regenerated.
35472         * config.make.in (sysheaders): New substituted variable.
35474         * sysdeps/unix/mkfifo.c: Moved ...
35475         * sysdeps/posix/mkfifo.c: ... here.
35476         * sysdeps/unix/mkfifoat.c: Moved ...
35477         * sysdeps/posix/mkfifoat.c: ... here.
35479         * sysdeps/unix/utime.c: Moved ...
35480         * sysdeps/posix/utime.c: ... here.
35482         * sysdeps/unix/time.c: Moved ...
35483         * sysdeps/posix/time.c: ... here.
35484         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35485         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35487         * sysdeps/unix/nice.c: Moved ...
35488         * sysdeps/posix/nice.c: ... here.
35490         * sysdeps/unix/alarm.c: Moved ...
35491         * sysdeps/posix/alarm.c: ... here.
35493         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35495 2012-08-17  Jeff Law <law@redhat.com>
35497         * intl/Makefile (codeset_mo): New variable.
35498         ($(codeset_mo)): New target.
35499         (tst-codeset.out): Depend on that.  Remove explicit rule.
35500         (tst-gettext3.out, tst-gettext5.out): Likewise.
35501         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35502         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35503         * intl/tst-codeset.sh: Remove.
35504         * intl/tst-gettext3.sh: Likewise.
35505         * intl/tst-gettext5.sh: Likewise.
35507 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35509         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35510         * sysdeps/unix/syscalls.list: ... here.
35512         * sysdeps/posix/getaddrinfo.c
35513         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35514         (gaiconf_init, gaiconf_reload): Use them.
35515         [!_STATBUF_ST_NSEC]
35516         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35517         Define using time_t rather than struct timespec.
35519         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35520         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35521         Macros removed.
35522         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35523         [!NO_THREADS].
35524         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35525         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35526         Likewise.
35528         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35529         __libc_cleanup_push argument.
35531         * bits/param.h: New file.
35532         * misc/sys/param.h: New file.
35533         * include/sys/param.h: New file.
35534         * misc/Makefile (headers): Add bits/param.h.
35535         * sysdeps/generic/sys/param.h: File removed.
35536         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35537         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35538         * sysdeps/mach/hurd/bits/param.h: New file.
35539         * sysdeps/mach/hurd/sys/param.h: File removed.
35541         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35542         last change.
35544         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35545         [_IO_MTSAFE_IO].
35546         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35547         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35548         New macros.
35550         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35551         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35552         rather than -D_IO_MTSAFE_IO conditionally.
35553         * stdio-common/Makefile (CPPFLAGS): Likewise.
35554         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35555         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35556         Use $(libio-mtsafe).
35557         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35558         of -D_IO_MTSAFE_IO.
35559         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35560         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35561         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35562         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35563         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35564         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35565         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35566         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35567         (CFLAGS-fread_u_chk.c): Likewise.
35568         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35569         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35570         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35571         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35572         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35573         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35574         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35575         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35576         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35578         * libio/Makefile: Test [$(libc-reentrant) = yes]
35579         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35581         * Makeconfig
35582         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35583         * sysdeps/pthread/configure: File removed.
35584         * sysdeps/pthread/Makeconfig: New file.
35585         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35586         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35588 2012-08-16  Gary Benson  <gbenson@redhat.com>
35590         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35591         unmapping the first object in a namespace.
35593 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35595         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35596         (__internal_setnetgrent): ... this.  Add internal_function to
35597         definition.  Add libc_hidden_def.
35598         (setnetgrent): Update caller.
35599         (internal_endnetgrent): Renamed to ...
35600         (__internal_endnetgrent): ... this.  Add internal_function to
35601         definition.  Add libc_hidden_def.
35602         (endnetgrent): Update caller.
35603         (internal_getnetgrent_r): Renamed to ...
35604         (__internal_getnetgrent_r): ... this.  Add internal_function to
35605         definition.  Add libc_hidden_def.
35606         (__getnetgrent_r): Update caller.
35607         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35609 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35611         * stdlib/longlong.h: Update from GCC.
35613 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35615         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35616         on _QL, which is set by umul_ppmm but never used.
35617         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35618         variables, which are set by GMP macros but never used.
35619         * stdio-common/_itowa.c (_itowa): Likewise.
35620         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35621         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35623 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35625         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35626         struct La_sh_regs is not constant.
35627         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35628         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35629         and struct La_sparc64_regs are not constant.
35631 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35633         * sysdeps/unix/sysv/linux/kernel-features.h
35634         (__ASSUME_POSIX_TIMERS): Remove.
35635         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35636         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35637         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35638         Make code unconditional.
35639         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35640         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35641         Make code unconditional.
35642         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35643         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35644         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35645         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35646         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35647         Make code unconditional.
35648         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35649         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35650         (__libc_missing_posix_timers): Remove.
35652 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35654         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35655         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35657         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35659         * elf/dl-sym.c: Include <stdlib.h>.
35661         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35662         constants, which avoids warnings in 32-bit builds.
35664         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35665         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35667         * misc/lseek.c: File moved to ...
35668         * io/lseek.c: ... here.
35670         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35672         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35673         shifting LEN more than 31 bits at once.
35675 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35677         [BZ #14195]
35678         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35679         segmentation fault for a case of two empty input strings.
35680         * string/test-strncasecmp.c (check1): Renamed to...
35681         (bz12205): ...this.
35682         (bz14195): Add new testcase for two empty input strings and N > 0.
35683         (test_main): Call new testcase, adapt for renamed function.
35685 2012-08-15  Andreas Jaeger  <aj@suse.de>
35687         [BZ #14090]
35688         * crypt/md5test2.c: New test, based on test supplied by Serge
35689         Belyshev <belyshev@depni.sinp.msu.ru>.
35690         * crypt/Makefile (xtests): Add md5test-giant..
35691         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35693 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35695         [BZ #14090]
35696         * crypt/md5.c (md5_process_block): Don't assume the buffer
35697         length is less than 2**32.
35698         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35699         length is less than 2**64.
35701 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35703         * string/str-two-way.h: Include <sys/param.h>.
35704         (MAX): Macro removed.
35706         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35707         Move #define and #undef of memmove to just before and after
35708         including <string.h>.
35710         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35711         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35712         and after including <string.h>.  Move declarations of
35713         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35714         to before #include "string/memmove.c".
35716         * include/dirent.h: Declare __getdirentries.
35718         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35719         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35721 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35723         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35724         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35725         * sysdeps/i386/configure: Regenerated.
35726         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35727         STABS_CURRENT_FILE, and STABS_FUN.
35728         (END): Remove call to STABS_FUN_END.
35729         (STABS_CURRENT_FILE1): Delete.
35730         (STABS_CURRENT_FILE): Likewise.
35731         (STABS_FUN): Likewise.
35732         (STABS_FUN_END): Likewise.
35733         (STABS_FUN2): Likewise.
35734         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35735         * sysdeps/x86_64/configure: Regenerated.
35737 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35739         * elf/dl-open.c: Include <atomic.h>.
35740         * elf/dl-lookup.c: Likewise.
35742 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35744         * sysdeps/unix/sysv/linux/kernel-features.h
35745         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35746         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35747         unconditionally.
35748         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35749         unconditionally.
35750         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35751         condition on __ASSUME_CLONE_THREAD_FLAGS.
35753 2012-08-14  Andreas Jaeger  <aj@suse.de>
35755         * sysdeps/i386/fpu/libm-test-ulps: Update.
35757 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35759         * include/atomic.h (atomic_exchange_and_add): Split into ...
35760         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35761         New atomic macros.
35763 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35765         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35767 2012-08-13  Jeff Law <law@redhat.com>
35769         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35770         null byte in the output string.
35772 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35774         * sysdeps/unix/sysv/linux/kernel-features.h
35775         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35776         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35777         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35778         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35779         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35780         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35781         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35783 2012-08-09  Jeff Law <law@redhat.com>
35785         [BZ #13939]
35786         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35787         When avoid_arena is set, don't retry in the that arena.  Pick the
35788         next one, whatever it might be.
35789         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35790         (arena_lock): Pass in new parameter to arena_get2.
35791         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35792         arena_get2.
35793         (__libc_malloc): Unify retrying after main arena failure with
35794         __libc_memalign version.
35795         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35797 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35799         [BZ #14166]
35800         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35801         to __redirect_strstr.
35802         (__strstr_sse42): Use typeof __redirect_strstr.
35803         (__strstr_ia32): Likewise.
35804         (__libc_strstr): New prototype.
35805         (strstr): Renamed to ...
35806         (__libc_strstr): This.
35807         (strstr): New strong alias of __libc_strstr.
35808         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35809         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35810         __redirect_time.
35811         Include <time.h>.
35812         (__libc_time): New prototype.
35813         (time_ifunc): Replace time with __libc_time.
35814         (time): New strong alias and hidden definition of __libc_time.
35815         (__GI_time): Remove strong alias.
35816         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35817         Include <stddef.h>.
35818         (memmove): Redefined to __redirect_memmove.
35819         (__memmove_sse2): Use typeof __redirect_memmove.
35820         (__memmove_ssse3): Likewise.
35821         (__memmove_ssse3_back): Likewise.
35822         (__libc_memmove): New prototype.
35823         (memmove): Renamed to ...
35824         (__libc_memmove): This.
35825         (memmove): New strong alias of __libc_memmove.
35827 2012-08-08  Mark Salter  <msalter@redhat.com>
35829         * elf/elf.h
35830         (R_MN10300_TLS_GD): Define.
35831         (R_MN10300_TLS_LD): Likewise.
35832         (R_MN10300_TLS_LDO): Likewise.
35833         (R_MN10300_TLS_GOTIE): Likewise.
35834         (R_MN10300_TLS_IE): Likewise.
35835         (R_MN10300_TLS_LE): Likewise.
35836         (R_MN10300_TLS_DTPMOD): Likewise.
35837         (R_MN10300_TLS_DTPOFF): Likewise.
35838         (R_MN10300_TLS_TPOFF): Likewise.
35839         (R_MN10300_SYM_DIFF): Likewise.
35840         (R_MN10300_ALIGN): Likewise.
35841         (R_MN10300_NUM): Update.
35843 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35845         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35846         Remove.
35848 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35850         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35852         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35853         sysdeps/unix -> sysdeps/posix move.
35854         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35856 2012-08-07      Allan McRae     <allan@archlinux.org>
35858         [BZ #14303]
35859         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35860         (SUNOS_CPP): Likewise.
35861         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35862         not found.
35863         (open_input): Call CPP using execvp.
35865 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35867         * sysdeps/unix/sysv/linux/kernel-features.h
35868         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35869         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35870         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35871         (__ASSUME_WAITID_SYSCALL): Likewise.
35872         * sysdeps/unix/sysv/linux/dl-execstack.c
35873         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35874         code unconditional.
35875         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35876         conditional code.
35877         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35878         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35879         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35880         code.
35881         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35882         unconditional.
35883         [__ASSUME_WAITID_SYSCALL]: Likewise.
35884         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35886 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35888         * sysdeps/unix/closedir.c: Renamed to ...
35889         * sysdeps/posix/closedir.c: ... here.
35890         * sysdeps/unix/dirfd.c: Renamed to ...
35891         * sysdeps/posix/dirfd.c: ... here.
35892         * sysdeps/unix/dirstream.h: Renamed to ...
35893         * sysdeps/posix/dirstream.h: ... here.
35894         * sysdeps/unix/fdopendir.c: Renamed to ...
35895         * sysdeps/posix/fdopendir.c: ... here.
35896         * sysdeps/unix/opendir.c: Renamed to ...
35897         * sysdeps/posix/opendir.c: ... here.
35898         * sysdeps/unix/readdir.c: Renamed to ...
35899         * sysdeps/posix/readdir.c: ... here.
35900         * sysdeps/unix/readdir_r.c: Renamed to ...
35901         * sysdeps/posix/readdir_r.c: ... here.
35902         * sysdeps/unix/rewinddir.c: Renamed to ...
35903         * sysdeps/posix/rewinddir.c: ... here.
35904         * sysdeps/unix/seekdir.c: Renamed to ...
35905         * sysdeps/posix/seekdir.c: ... here.
35906         * sysdeps/unix/telldir.c: Renamed to ...
35907         * sysdeps/posix/telldir.c: ... here.
35908         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35909         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35910         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35911         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35913         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35914         * bits/fcntl.h: ... here.
35916         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35917         not 0.
35918         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35919         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35920         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35921         (struct flock): Move l_start, l_len to the beginning.
35922         Use __pid_t for l_pid.
35923         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35924         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35925         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35926         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35927         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35928         [__USE_LARGEFILE64] (struct flock64): New type.
35929         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35931         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35932         * bits/dirent.h: ... here.
35934         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35935         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35937 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35939         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35940         Change from 2.6.0 to 2.6.16.
35941         * sysdeps/unix/sysv/linux/configure: Regenerated.
35942         * sysdeps/unix/sysv/linux/kernel-features.h
35943         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35944         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35945         version.
35946         (__ASSUME_UTIMES): Likewise.
35947         (__ASSUME_CLONE_STOPPED): Remove.
35948         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35949         architectures, not kernel version.
35950         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35951         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35952         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35953         (__ASSUME_WAITID_SYSCALL): Likewise.
35954         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35955         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35956         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35957         refer to older versions.
35959 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35961         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35962         Define alphasort64 as an alias.
35963         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35964         Define versionsort64 as an alias.
35965         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35966         Define scandir64 as an alias.
35967         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35968         Define scandirat64 as an alias.
35969         * dirent/alphasort64.c (alphasort64):
35970         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35971         * dirent/versionsort64.c: Likewise.
35972         * dirent/scandir64.c: Likewise.
35973         * dirent/scandirat64.c: Likewise.
35974         * sysdeps/wordsize-64/alphasort.c: File removed.
35975         * sysdeps/wordsize-64/alphasort64.c: File removed.
35976         * sysdeps/wordsize-64/scandir.c: File removed.
35977         * sysdeps/wordsize-64/scandir64.c: File removed.
35978         * sysdeps/wordsize-64/scandirat.c: File removed.
35979         * sysdeps/wordsize-64/scandirat64.c: File removed.
35980         * sysdeps/wordsize-64/versionsort.c: File removed.
35981         * sysdeps/wordsize-64/versionsort64.c: File removed.
35982         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35983         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35984         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35985         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35986         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35987         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35988         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35989         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35991         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35992         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35993         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35994         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35995         [defined __arch64__ || defined __sparcv9]
35996         (__INO_T_MATCHES_INO64_T): New macro.
35997         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35998         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35999         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36000         * sysdeps/unix/sysv/linux/bits/dirent.h
36001         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36002         (_DIRENT_MATCHES_DIRENT64): New macro.
36004         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36005         Define lockf64 as an alias.
36006         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36007         Define fseeko64 as an alias.
36008         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36009         Define ftello64 as an alias.
36010         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36011         Define _IO_fgetpos64 and fgetpos64 as aliases.
36012         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36013         Define _IO_fsetpos64 and fsetpos64 as aliases.
36014         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36015         Conditionalize body on this.
36016         * libio/fseeko64.c: Likewise.
36017         * libio/ftello64.c: Likewise.
36018         * libio/iofgetpos64.c: Likewise.
36019         * libio/iofsetpos64.c: Likewise.
36020         * sysdeps/wordsize-64/lockf.c: File removed.
36021         * sysdeps/wordsize-64/lockf64.c: File removed.
36022         * sysdeps/wordsize-64/fseeko.c: File removed.
36023         * sysdeps/wordsize-64/fseeko64.c: File removed.
36024         * sysdeps/wordsize-64/ftello.c: File removed.
36025         * sysdeps/wordsize-64/ftello64.c: File removed.
36026         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36027         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36028         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36029         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36030         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36031         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36032         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36033         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36034         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36035         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36036         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36037         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36038         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36039         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36041         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36042         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36043         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36044         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36045         [defined __arch64__ || defined __sparcv9]
36046         (__OFF_T_MATCHES_OFF64_T): New macro.
36047         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36048         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36049         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36050         (__OFF_T_MATCHES_OFF64_T): New macro.
36052 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36054         * stdlib/secure-getenv.c (__secure_getenv): Replace
36055         GLIBC_2_16 with GLIBC_2_17.
36057 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36059         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36060         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36062 2012-08-03  David S. Miller  <davem@davemloft.net>
36064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36066 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36068         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36069         Remove.
36070         (__ASSUME_CORRECT_SI_PID): Likewise.
36071         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36072         (__ASSUME_TMPFS_NAME): Likewise.
36073         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36074         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36075         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36076         (HAVE_AUX_SECURE): Make definition unconditional.
36077         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36078         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36080 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36082         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36083         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36084         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36085         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36086         __eloop_threshold instead of SYMLOOP_MAX.
36088         * sysdeps/generic/eloop-threshold.h: New file.
36089         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36090         of MAXSYMLINKS.
36091         * elf/chroot_canon.c (chroot_canon): Likewise.
36093 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36095         [BZ #13717]
36096         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36097         Change to 2.6.0 everywhere.
36098         * sysdeps/unix/sysv/linux/configure: Regenerated.
36099         * sysdeps/unix/sysv/linux/kernel-features.h
36100         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36101         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36102         kernel versions.
36103         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36104         (__ASSUME_FUTEX_REQUEUE): Remove.
36105         (__ASSUME_STATFS64): Define unconditionally.
36106         (__ASSUME_AT_SECURE): Likewise.
36107         (__ASSUME_CORRECT_SI_PID): Likewise.
36108         (__ASSUME_TGKILL): Define without depending on kernel version for
36109         i386.
36110         (__ASSUME_UTIMES): Likewise.
36111         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36112         kernel version.
36113         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36114         (__ASSUME_TMPFS_NAME): Likewise.
36115         * README: Update reference to Linux kernel versions.
36117 2012-08-02  Marek Polacek  <polacek@redhat.com>
36119         [BZ# 14150]
36120         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36121         libc_cv_asm_type_prefix with %.
36122         * configure: Regenerated.
36123         * include/libc-symbols.h: Remove comment about
36124         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36125         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36126         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36127         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36128         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36129         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36130         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36131         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36132         * elf/tst-unique2mod1.c: Likewise.
36133         * elf/tst-unique1mod2.c: Likewise.
36134         * elf/tst-unique1mod1.c: Likewise.
36135         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36136         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36137         Replace ASM_TYPE_DIRECTIVE with .type.
36138         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36139         * sysdeps/i386/sysdep.h: Likewise.
36140         * sysdeps/x86_64/sysdep.h: Likewise.
36141         * sysdeps/sh/sysdep.h: Likewise.
36142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36143         Do not define ASM_TYPE_DIRECTIVE.
36144         * sysdeps/powerpc/sysdep.h: Likewise.
36145         * sysdeps/powerpc/powerpc32/sysdep.h:
36146         Replace ASM_TYPE_DIRECTIVE with .type.
36147         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36148         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36149         * sysdeps/i386/fpu/e_powf.S: Likewise.
36150         * sysdeps/i386/fpu/e_expl.S: Likewise.
36151         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36152         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36153         * sysdeps/i386/fpu/e_pow.S: Likewise.
36154         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36155         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36156         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36157         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36158         * sysdeps/i386/fpu/e_log2.S: Likewise.
36159         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36160         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36161         * sysdeps/i386/fpu/e_powl.S: Likewise.
36162         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36163         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36164         * sysdeps/i386/fpu/e_logl.S: Likewise.
36165         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36166         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36167         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36168         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36169         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36170         * sysdeps/i386/fpu/e_log.S: Likewise.
36171         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36172         * sysdeps/i386/fpu/e_logf.S: Likewise.
36173         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36174         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36175         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36176         * sysdeps/i386/fpu/e_log10.S: Likewise.
36177         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36178         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36179         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36180         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36181         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36182         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36183         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36184         * sysdeps/i386/i686/strtok.S: Likewise.
36185         * sysdeps/i386/i386-mcount.S: Likewise.
36186         * sysdeps/i386/strtok.S: Likewise.
36187         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36188         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36189         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36190         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36191         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36192         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36193         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36194         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36195         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36196         * sysdeps/x86_64/_mcount.S: Likewise.
36197         * sysdeps/x86_64/strtok.S: Likewise.
36198         * sysdeps/sh/_mcount.S: Likewise.
36200 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36202         * libio/iofopen.c: Include <fcntl.h>.
36203         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36204         (_IO_fopen64, fopen64): Define as aliases.
36205         * libio/iofopen64.c: Include <fcntl.h>.
36206         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36207         Conditionalize body on this.
36208         * sysdeps/wordsize-64/iofopen.c: File removed.
36209         * sysdeps/wordsize-64/iofopen64.c: File removed.
36211 2012-08-01  Marek Polacek  <polacek@redhat.com>
36213         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36214         Use dlfcn directly instead of a variable.
36215         (binfmt-subdir): Do not define.
36216         (dlfcn): Likewise.
36218 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36220         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36221         Remove all definitions.
36222         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36223         <kernel-features.h>.
36224         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36225         (miss_F_GETOWN_EX): Remove all definitions.
36226         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36227         macro definition.
36228         [!__ASSUME_FCNTL64]: Remove conditional code.
36229         [__ASSUME_FCNTL64]: Make code unconditional.
36230         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36231         <kernel-features.h>.
36232         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36233         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36234         (lockf64) [__NR_fcntl64]: Make code unconditional.
36235         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36237         * sysdeps/unix/sysv/linux/kernel-features.h
36238         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36239         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36240         Make code unconditional.
36241         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36242         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36244         [__NR_vfork]: Make code unconditional.
36245         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36246         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36248         [__NR_vfork]: Make code unconditional.
36249         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36250         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36252 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36254         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36255         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36257         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36258         Define mkstemp64 as an alias.
36259         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36260         Define mkstemps64 as an alias.
36261         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36262         Define mkostemp64 as an alias.
36263         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36264         Define mkostemps64 as an alias.
36265         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36266         Conditionalize body on this.
36267         * misc/mkostemp64.c: Likewise.
36268         * misc/mkostemps64.c: Likewise.
36269         * misc/mkstemps64.c: Likewise.
36270         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36271         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36272         * sysdeps/wordsize-64/mkostemp.c: File removed.
36273         * sysdeps/wordsize-64/mkstemp.c: File removed.
36274         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36275         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36276         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36277         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36279         [BZ #14138]
36280         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36281         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36282         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36283         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36285         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36286         compat_symbol macros from <shlib-compat.h> rather than the underlying
36287         default_symbol_version and symbol_version macros, so that DEFAULT
36288         lines in shlib-versions are respected.
36289         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36291 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36293         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36294         Declare with warn_unused_result.
36295         (setgid, setregid, setegid, setresgid): Likewise.
36296         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36297         Likewise.
36298         * WUR-REPORT: Remove set*id functions.
36300 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36302         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36304 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36306         [BZ #10191]
36307         * include/sys/socket.h (__libc_accept, __libc_accept4):
36308         Add attribute_hidden.
36309         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36311         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36312         use of PTR_MANGLE.
36313         * inet/getnetgrent_r.c (setup): Likewise.
36315         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36317 2012-07-31  David S. Miller  <davem@davemloft.net>
36319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36321 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36323         [BZ #13629]
36324         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36325         value between 1.0 and 2.0 and smaller part has absolute value less
36326         than 1.0.
36327         * math/s_clog10.c (__clog10): Likewise.
36328         * math/s_clog10f.c (__clog10f): Likewise.
36329         * math/s_clog10l.c (__clog10l): Likewise.
36330         * math/s_clogf.c (__clogf): Likewise.
36331         * math/s_clogl.c (__clogl): Likewise.
36332         * math/libm-test.inc (clog_test): Add more tests.
36333         (clog10_test): Likewise.
36334         * sysdeps/i386/fpu/libm-test-ulps: Update.
36335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36337 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36339         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36340         Exit with zero in case no suitable GID is found, and write a
36341         message to standard error.
36343 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36345         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36346         rather than to 1.
36347         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36348         (MAXPATHLEN): Removed.
36349         (NOGROUP, NODEV): New macros.
36350         (setbit, clrbit, isset, isclr): New macros.
36351         (howmany, roundup, powerof2): New macros.
36352         (DEV_BSIZE): New macro.
36354         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36355         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36357         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36358         definition on [!__NO_LONG_DOUBLE_MATH].
36360         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36361         PTR_MANGLE and PTR_DEMANGLE.
36363         * socket/accept4.c (accept4): Rename to __libc_accept4.
36364         Define accept4 as a weak alias.
36366         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36367         on [_DIRENT_HAVE_D_TYPE].
36368         * io/ftw.c (ftw_dir): Likewise.
36370         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36372         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36374         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36375         Use the BSD numbers rather than the arbitrary ones we had.
36376         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36377         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36378         (SIGXCPU, SIGXFSZ): New macros.
36379         (_NSIG): Now 32.
36381         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36382         initializer on [_LIBC_REENTRANT].
36384         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36385         definitions inside [_POSIX_MAPPED_FILES].
36387         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36389         * dirent/opendir.c: Include <fcntl.h>.
36391         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36392         (__libc_getspecific): Likewise.
36393         (__libc_key_create): Likewise.
36395         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36396         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36397         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36398         (tmpfile64): Define as alias.
36399         * sysdeps/wordsize-64/tmpfile.c: File removed.
36400         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36401         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36402         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36404         * stdio-common/vfscanf.c: Include <stdbool.h>.
36405         * nss/makedb.c: Likewise.
36406         * stdio-common/_i18n_number.h: Likewise.
36407         * argp/argp-help.c: Likewise.
36408         * posix/wordexp.c: Likewise.
36409         * sysdeps/posix/spawni.c: Likewise.
36410         * nss/nss_files/files-initgroups.c: Likewise.
36411         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36412         * nss/nss_files/files-initgroups.c: Likewise.
36413         * nss/nss_db/db-netgrp.c: Likewise.
36414         * nss/nss_db/db-initgroups.c: Likewise.
36415         * io/fchmodat.c: Include <sys/stat.h>.
36417         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36418         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36420         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36421         [HAVE_MMAP].
36423         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36424         Add multiple inclusion protection.
36426 2012-07-27  David S. Miller  <davem@davemloft.net>
36428         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36430 2012-07-27  Gary Benson  <gbenson@redhat.com>
36432         [BZ #14298]
36433         * elf/rtld.c: Include <stap-probe.h>.
36434         (dl_main): Added static probes "init_start" and "init_complete".
36435         * elf/dl-load.c: Include <stap-probe.h>.
36436         (lose): Take new parameter "nsid".
36437         Added static probe "map_failed".
36438         (_dl_map_object_from_fd): Pass namespace id to lose.
36439         Added static probe "map_start".
36440         (open_verify): Pass namespace id to lose.
36441         * elf/dl-open.c: Include <stap-probe.h>.
36442         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36443         and "reloc_complete".
36444         * elf/dl-close.c: Include <stap-probe.h>.
36445         (_dl_close_worker): Added static probes "unmap_start" and
36446         "unmap_complete".
36447         * elf/rtld-debugger-interface.txt: New file documenting the above.
36449 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36451         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36452         rather than a string variable.
36453         * sunrpc/rpc_main.c (h_output): Likewise.
36454         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36456 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36458         * inet/check_native.c: New file.
36460 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36462         [BZ #13629]
36463         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36464         if larger part has absolute value 1.0.
36465         * math/s_clog10.c (__clog10): Likewise.
36466         * math/s_clog10f.c (__clog10f): Likewise.
36467         * math/s_clog10l.c (__clog10l): Likewise.
36468         * math/s_clogf.c (__clogf): Likewise.
36469         * math/s_clogl.c (__clogl): Likewise.
36470         * math/libm-test.inc (clog_test): Add more tests.
36471         (clog10_test): Likewise.
36472         * sysdeps/i386/fpu/libm-test-ulps: Update.
36473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36475         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36476         (pltexit): Likewise.
36477         (La_regs): Likewise.
36478         (La_retval): Likewise.
36479         (int_retval): Likewise.
36480         Update #error for removed macros to refer only to definitions in
36481         tst-audit.h.
36482         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36483         macro.
36484         (pltexit): Likewise.
36485         (La_regs): Likewise.
36486         (La_retval): Likewise.
36487         (int_retval): Likewise.
36488         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36489         macro.
36490         (pltexit): Likewise.
36491         (La_regs): Likewise.
36492         (La_retval): Likewise.
36493         (int_retval): Likewise.
36494         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36495         macro.
36496         (pltexit): Likewise.
36497         (La_regs): Likewise.
36498         (La_retval): Likewise.
36499         (int_retval): Likewise.
36500         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36501         macro.
36502         (pltexit): Likewise.
36503         (La_regs): Likewise.
36504         (La_retval): Likewise.
36505         (int_retval): Likewise.
36506         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36507         macro.
36508         (pltexit): Likewise.
36509         (La_regs): Likewise.
36510         (La_retval): Likewise.
36511         (int_retval): Likewise.
36512         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36513         macro.
36514         (pltexit): Likewise.
36515         (La_regs): Likewise.
36516         (La_retval): Likewise.
36517         (int_retval): Likewise.
36518         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36519         macro definitions in tst-audit.h.
36520         * sysdeps/i386/tst-audit.h: New file.
36521         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36522         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36523         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36524         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36525         * sysdeps/sh/tst-audit.h: Likewise.
36526         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36527         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36528         * sysdeps/x86_64/tst-audit.h: Likewise.
36530 2012-07-26  Andreas Jaeger  <aj@suse.de>
36532         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36533         ptrace.
36535         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36536         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36537         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36538         PTRACE_O_MASK.
36539         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36540         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36541         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36543         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36544         value.
36546         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36547         _sigsys.
36548         (si_call_addr, si_syscall, si_arch): Define new macro.
36549         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36550         _sigsys.
36551         (si_call_addr, si_syscall, si_arch): Define new marcro.
36552         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36553         _sigsys.
36554         (si_call_addr, si_syscall, si_arch): Define new macro.
36555         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36556         _sigsys.
36557         (si_call_addr, si_syscall, si_arch): Define new macro.
36559 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36561         [BZ #13717]
36562         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36563         Change to 2.4.21 where previously 2.4.1.
36564         * sysdeps/unix/sysv/linux/configure: Regenerated.
36565         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36566         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36567         Linux kernel version.
36568         (__ASSUME_STD_AUXV): Remove.
36569         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36570         kernel version.
36571         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36572         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36573         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36574         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36575         (__ASSUME_NETLINK_SUPPORT): Likewise.
36576         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36577         (__no_netlink_support): Remove conditional definition.
36578         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36579         Remove.
36580         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36581         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36582         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36583         (if_nameindex_ioctl): Remove.
36584         (if_nameindex_netlink): Do not handle __no_netlink_support.
36585         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36586         code.
36587         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36588         Remove conditional code.
36589         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36590         code.
36591         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36592         unconditional.
36593         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36594         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36595         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36596         Remove.
36597         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36598         [!__ASSUME_STD_AUXV]: Remove conditional code.
36599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36600         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36601         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36603         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36604         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36605         code.
36606         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36608         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36609         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36610         conditional code.
36611         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36613         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36614         code.
36615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36616         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36617         conditional code.
36618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36619         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36620         code unconditional.
36621         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36622         conditional code.
36623         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36624         unconditional.
36625         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36626         conditional code.
36627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36628         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36629         unconditional.
36630         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36631         conditional code.
36632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36633         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36634         code unconditional.
36635         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36636         conditional code.
36637         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36638         unconditional.
36639         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36640         conditional code.
36641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36642         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36643         code unconditional.
36644         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36645         conditional code.
36646         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36647         unconditional.
36648         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36649         conditional code.
36651 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36653         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36654         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36655         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36656         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36657         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36658         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36659         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36660         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36661         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36662         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36663         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36664         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36665         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36666         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36667         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36668         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36669         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36670         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36671         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36672         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36673         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36674         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36675         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36677 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36679         * Versions.def: Add GLIBC_2.17.
36680         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36681         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36682         Introduce __libc_secure_getenv.
36683         * stdlib/Versions (2.17): Add secure_getenv
36684         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36685         * stdlib/secure-getenv.c: Rename __secure_getenv to
36686         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36687         symbol __secure_getenv for GLIBC_2.0.
36688         * stdlib/tst-secure-getenv.c: New.
36689         * stdlib/Makefile (tests): Add testcase.
36690         * manual/startup.texi (Environment Access): Document
36691         secure_getenv.
36692         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36693         __libc_secure_getenv.
36694         * inet/ruserpass.c (ruserpass): Likewise.
36695         * malloc/mtrace.c (mtrace): Likewise.
36696         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36697         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36698         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36699         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36700         HAVE_SECURE_GETENV.
36701         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36702         __secure_getenv to __libc_secure_getenv.
36703         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36705         Likewise.
36706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36707         Likewise.
36708         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36710         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36711         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36716 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36718         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36719         (struct La_i86_retval): Likewise.
36720         (struct La_x86_64_regs): Likewise.
36721         (struct La_x86_64_retval): Likewise.
36722         (struct La_x32_regs): Likewise.
36723         (struct La_x32_retval): Likewise.
36724         (struct La_ppc32_regs): Likewise.
36725         (struct La_ppc32_retval): Likewise.
36726         (struct La_ppc64_regs): Likewise.
36727         (struct La_ppc64_retval): Likewise.
36728         (struct La_sh_regs): Likewise.
36729         (struct La_sh_retval): Likewise.
36730         (struct La_s390_32_regs): Likewise.
36731         (struct La_s390_32_retval): Likewise.
36732         (struct La_s390_64_regs): Likewise.
36733         (struct La_s390_64_retval): Likewise.
36734         (struct La_sparc32_regs): Likewise.
36735         (struct La_sparc32_retval): Likewise.
36736         (struct La_sparc64_regs): Likewise.
36737         (struct La_sparc64_retval): Likewise.
36738         (struct audit_ifaces): Remove architecture-specific pltenter and
36739         pltexit members.
36740         * sysdeps/i386/ldsodefs.h: New file.
36741         * sysdeps/powerpc/ldsodefs.h: Likewise.
36742         * sysdeps/s390/ldsodefs.h: Likewise.
36743         * sysdeps/sh/ldsodefs.h: Likewise.
36744         * sysdeps/sparc/ldsodefs.h: Likewise.
36745         * sysdeps/x86_64/ldsodefs.h: Likewise.
36747 2012-07-25  Marek Polacek  <polacek@redhat.com>
36749         [BZ #6808]
36750         * math/libm-test.inc (yn_test): Add another test.
36751         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36752         to ERANGE when the result is +-Inf.
36753         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36754         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36755         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36756         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36758 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36760         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36761         equal to 0.
36762         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36763         clock_t.
36764         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36766 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36768         * configure.in <sysdeps resolving>: Correct printing
36769         Implies_before.
36770         * configure: Regenerate.
36772 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36774         * math/w_ilogb.c: Include <limits.h>.
36775         * math/w_ilogbl.c: Likewise.
36777 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36779         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36780         va_copy.  Document allowing for unavailable va_copy only as
36781         pre-C99 compatibility.
36782         * manual/string.texi (Copying and Concatenation): Use va_copy
36783         instead of __va_copy in concat example.
36785 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36787         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36788         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36789         it if not null.
36791         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36792         with O_NOLINK passed to __file_name_lookup.
36794         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36795         with O_NOLINK passed to __file_name_lookup.
36797         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36798         negative N or less than NGIDS.
36800         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36801         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36802         enough.  Use memcpy instead of strncpy.
36804 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36806         * elf/Makefile (check-data): Remove.
36807         (localplt.data): New vpath directive.
36808         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36809         instead of $(check-data).
36810         * scripts/data/localplt-generic.data: Move to ...
36811         * sysdeps/generic/localplt.data: ... here.
36812         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36813         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36814         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36816         ... here.
36817         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36819         ... here.
36820         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36821         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36822         ... here.
36823         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36824         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36825         ... here.
36826         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36827         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36828         ... here.
36829         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36831         ... here.
36833 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36835         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36836         PPC32 and PPC64 files.
36837         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36838         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36840 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36842         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36843         __makecontext_ret to ...
36844         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36845         ... here and call exit if uc_link is NULL.  New file.
36846         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36847         __makecontext_ret.S.
36848         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36849         __makecontext_ret to ...
36850         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36851         ... here and call exit if uc_link is NULL.  New file.
36852         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36853         __makecontext_ret.S.
36855 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36857         * elf/elf.h (R_390_IRELATIVE): New definition.
36858         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36859         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36860         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36861         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36862         (elf_machine_lazy_rel): Likewise.
36863         * sysdeps/s390/dl-irel.h: New file.
36864         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36865         * sysdeps/s390/s390-64/memset.S: New asm code.
36866         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36867         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36868         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36869         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36870         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36871         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36872         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36873         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36874         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36875         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36876         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36877         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36878         * sysdeps/s390/s390-32/memset.S: New asm code.
36879         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36881 2012-07-17  Marek Polacek  <polacek@redhat.com>
36883         [BZ #14349]
36884         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36885         * sysdeps/s390/s390-64/configure.in: Likewise.
36886         * sysdeps/sparc/configure.in: Likewise.
36887         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36888         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36889         * sysdeps/i386/configure.in: Likewise.
36890         * sysdeps/x86_64/configure.in: Likewise.
36891         * sysdeps/sh/configure.in: Likewise.
36892         * sysdeps/s390/s390-32/configure: Regenerated.
36893         * sysdeps/s390/s390-64/configure: Likewise.
36894         * sysdeps/x86_64/configure: Likewise.
36895         * sysdeps/sh/configure: Likewise.
36896         * sysdeps/powerpc/powerpc64/configure: Likewise.
36897         * sysdeps/powerpc/powerpc32/configure: Likewise.
36898         * sysdeps/sparc/configure: Likwise.
36899         * sysdeps/i386/configure: Likewise.
36901         * elf/dl-open.c: Comment fixes.
36903 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36905         * Makefile [CXX] (check-data): Remove.
36906         [CXX] (c++-types.data): New vpath directive.
36907         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36908         vpath.  Do not allow for C++ type data being missing.
36909         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36910         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36911         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36912         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36913         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36914         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36915         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36917         ... here.
36918         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36920         ... here.
36921         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36922         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36923         ... here.
36924         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36925         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36926         ... here.
36927         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36929         ... here.
36930         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36932         ... here.
36933         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36934         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36935         ... here.
36936         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36937         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36939         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36940         definitions to architecture-specific files.
36941         (TLS_IE): Likewise.
36942         (TLS_LD): Likewise.
36943         (TLS_GD): Likewise.
36944         * sysdeps/i386/tls-macros.h: New file.
36945         * sysdeps/powerpc/tls-macros.h: Likewise.
36946         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36947         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36948         * sysdeps/sh/tls-macros.h: Likewise.
36949         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36950         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36951         * sysdeps/x86_64/tls-macros.h: Likewise.
36953 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36955         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36956         zero value for regular exit case.
36958         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36959         (__start_context): Preserve zero value for regular exit case.
36961 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36962             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36964         * manual/setjmp.texi (setcontext): Clarify normal process
36965         termination when uc_link is the null pointer.
36966         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36967         exit call.
36969 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36971         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36972         preprocessor.  Test for each exception mask separately.
36974 2012-07-16  Andreas Jaeger  <aj@suse.de>
36976         * po/ru.po: Update from translation team.
36978 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36980         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36981         equal to 0.
36982         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36983         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36984         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36985         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36986         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36988 2012-07-13  Andreas Jaeger  <aj@suse.de>
36990         * po/fr.po: Update from translation team.
36992 2012-07-12  Marek Polacek  <polacek@redhat.com>
36994         [BZ #14173]
36995         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36996         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36997         loop condition.
36999 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37001         [BZ #13717]
37002         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37003         Change to 2.4.1 where previously 2.4.0.
37004         * sysdeps/unix/sysv/linux/configure: Regenerated.
37005         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37006         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37007         version.
37008         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37009         (__ASSUME_AT_CLKTCK): Remove.
37010         (__ASSUME_AT_PAGESIZE): Likewise.
37011         (__ASSUME_AT_XID): Likewise.
37012         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37013         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37014         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37015         unconditionally.
37016         (HAVE_AUX_PAGESIZE): Likewise.
37017         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37018         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37019         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37021 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37023         [BZ #14307]
37024         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37025         the temporary buffer used to invoke __gethostbyname2_r,
37026         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37027         host_data / struct gaih_addrtuple.
37028         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37029         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37030         header file nss/nsswitch.h.
37031         * nss/nsswitch.h (global scope): Add definition of implementation
37032         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37033         resolv/nss_dns/dns-host.c).
37035 2012-07-11  Andreas Jaeger  <aj@suse.de>
37037         * po/fr.po: Update from translation team.
37039         * po/sv.po: Update from translation team
37040         * po/fr.po: Another update from translation team.
37042 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37044         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37045         for subnormals or multiply small sinh result by itself.
37046         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37047         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37049 2012-07-11  David S. Miller  <davem@davemloft.net>
37051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37053 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37055         [BZ #14347]
37056         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37057         (INTERNAL_MARK): Shift it here.
37059 2012-07-10  Marek Polacek  <polacek@redhat.com>
37061         [BZ #14151]
37062         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37063         libc_cv_asm_global_directive with .globl.
37064         * configure: Regenerated.
37065         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37066         with .globl.
37067         * sysdeps/i386/configure: Regenerated.
37068         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37069         with .globl.
37070         * sysdeps/x86_64/configure: Regenerated.
37071         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37072         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37073         * elf/tst-unique2mod2.c: Likewise.
37074         * elf/tst-unique2mod1.c: Likewise.
37075         * elf/tst-unique1mod2.c: Likewise.
37076         * elf/tst-unique1mod1.c: Likewise.
37077         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37078         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37079         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37080         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37081         * sysdeps/mach/sysdep.h: Likewise.
37082         * sysdeps/i386/sysdep.h: Likewise.
37083         * sysdeps/i386/i386-mcount.S: Likewise.
37084         * sysdeps/x86_64/_mcount.S: Likewise.
37085         * sysdeps/x86_64/sysdep.h: Likewise.
37086         * sysdeps/sh/_mcount.S: Likewise.
37087         * sysdeps/sh/sysdep.h: Likewise.
37088         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37089         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37090         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37091         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37092         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37093         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37094         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37095         * locale/localeinfo.h: Likewise.
37096         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37097         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37099 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37101         [BZ #14336]
37102         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37103         system".
37104         * manual/message.texi (The Uniforum approach): Likewise.
37105         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37106         (glibc iconv Implementation): Likewise.
37108 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37110         [BZ #14337]
37111         * math/s_clog.c (__clog): Avoid scaling a value down where that
37112         could result in underflow.
37113         * math/s_clog10.c (__clog10): Likewise.
37114         * math/s_clog10f.c (__clog10f): Likewise.
37115         * math/s_clog10l.c (__clog10l): Likewise.
37116         * math/s_clogf.c (__clogf): Likewise.
37117         * math/s_clogl.c (__clogl): Likewise.
37118         * math/libm-test.inc (clog_test): Add more tests.
37119         (clog10_test): Likewise.
37120         * sysdeps/i386/fpu/libm-test-ulps: Update.
37121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37123 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37125         [BZ #14283]
37126         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37127         by 7 not 8 to examine high bit of fractional part.
37129         [BZ #14042]
37130         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37131         for call to __mcount_internal.
37132         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37133         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37134         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37136 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37138         [BZ #14154]
37139         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37140         approximation for values within 0x1p-13f of an odd multiple of
37141         pi/4.
37142         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37143         exception.  Add more tests.
37144         * sysdeps/i386/fpu/libm-test-ulps: Update.
37146         [BZ #6778]
37147         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37148         inputs and return -1 for them.  Do not check for +Inf in case not
37149         reachable for +Inf.
37150         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37151         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37152         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37153         and return -1 for them.  Do not check for +Inf in case not
37154         reachable for +Inf.
37155         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37156         define.
37157         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37158         and return -1 for them.  Do not check for +Inf in case not
37159         reachable for +Inf.
37160         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37161         spurious underflow.
37162         * sysdeps/i386/fpu/libm-test-ulps: Update.
37163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37165 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37167         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37169 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37171         [BZ #14157]
37172         [BZ #14331]
37173         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37174         could result in spurious underflow.  Scale down values above
37175         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37176         * math/s_csqrtf.c (__csqrtf): Likewise.
37177         * math/s_csqrtl.c (__csqrtl): Likewise.
37178         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37179         spurious underflow.
37180         * sysdeps/i386/fpu/libm-test-ulps: Update.
37181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37183 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37185         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37186         xopen-msg.sed.
37187         * catgets/xopen-msg.awk: New file.
37188         * catgets/xopen-msg.sed: Removed.
37190         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37191         po2text.sed.
37192         * intl/po2test.awk: New file.
37193         * intl/po2test.sed: Removed.
37195 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37197         [BZ #14328]
37198         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37199         or multiply small sinh result by itself.
37200         * math/s_ctanf.c (__ctanf): Likewise.
37201         * math/s_ctanh.c (__ctanh): Likewise.
37202         * math/s_ctanhf.c (__ctanhf): Likewise.
37203         * math/s_ctanhl.c (__ctanhl): Likewise.
37204         * math/s_ctanl.c (__ctanl): Likewise.
37205         * math/libm-test.inc (ctan_test_tonearest): New function.
37206         (ctan_test_towardzero): Likewise.
37207         (ctan_test_downward): Likewise.
37208         (ctan_test_upward): Likewise.
37209         (ctanh_test_tonearest): Likewise.
37210         (ctanh_test_towardzero): Likewise.
37211         (ctanh_test_downward): Likewise.
37212         (ctanh_test_upward): Likewise.
37213         (main): Call these new functions.
37214         * sysdeps/i386/fpu/libm-test-ulps: Update.
37215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37217 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37219         * .gitignore: Delete /ports entry.
37221 2012-07-03  Andreas Jaeger  <aj@suse.de>
37223         * po/bg.po: Update from translation team.
37224         * po/cs.po: Likewise.
37225         * po/de.po: Likewise.
37226         * po/hr.po: Likewise.
37227         * po/nl.pl: Likewise.
37228         * po/pl.po: Likewise.
37229         * po/vi.po: Likewise.
37231 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37233         * Makeconfig [!+link] (+link-before-libc): New variable.
37234         [!+link] (+link-after-libc): Likewise.
37235         [!+link] (+link-tests): Likewise.
37236         [!+link] (+link): Define in terms of $(+link-before-libc) and
37237         $(+link-after-libc).
37238         [!+link-static] (+link-static-before-libc): New variable.
37239         [!+link-static] (+link-static-after-libc): Likewise.
37240         [!+link-static] (+link-static-tests): Likewise.
37241         [!+link-static] (+link-static): Define in terms of
37242         $(+link-static-before-libc) and $(+link-static-after-libc).
37243         [build-shared] (link-libc-before-gnulib): New variable.
37244         [build-shared] (link-libc-tests): Likewise.
37245         [build-shared] (link-libc): Define in terms of
37246         $(link-libc-before-gnulib).
37247         [!build-shared] (link-libc-tests): New variable.
37248         (link-libc-static-tests): New variable.
37249         [!gnulib] (gnulib-arch): New variable.
37250         [!gnulib] (gnulib-tests): Likewise.
37251         [!gnulib] (static-gnulib-arch): Likewise.
37252         [!gnulib] (static-gnulib-tests): Likewise.
37253         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37254         Define with "=" instead of ":=".
37255         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37256         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37257         * Rules (binaries-all-notests): New variable.
37258         (binaries-all-tests): Likewise.
37259         (binaries-static-notests): Likewise.
37260         (binaries-static-tests): Likewise.
37261         (binaries-all): Define using $(binaries-all-notests) and
37262         $(binaries-all-tests).
37263         (binaries-static): Define using $(binaries-static-notests) and
37264         $(binaries-static-tests).
37265         (binaries-shared-tests): New variable.
37266         (binaries-shared-notests): Likewise.
37267         (binaries-shared): Remove variable.
37268         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37269         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37270         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37271         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37272         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37273         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37274         * elf/Makefile (sln-modules): New variable.
37275         (extra-objs): Add $(sln-modules:=.o).
37276         (ldconfig-modules): Add static-stubs.
37277         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37278         * elf/static-stubs.c: New file.
37280         [BZ #14283]
37281         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37282         by 7 not 8 to examine high bit of fractional part.  Use volatile
37283         variables when splitting into final array of floats if
37284         __FLT_EVAL_METHOD__ != 0.
37285         * math/libm-test.inc (cos_test): Add another test.
37286         (sin_test): Likewise.
37287         * sysdeps/i386/fpu/libm-test-ulps: Update.
37289         [BZ #14273]
37290         * math/libm-test.inc (cosh_test): Add more tests.
37292         * version.h (RELEASE): Set to "development".
37293         (VERSION): Set to "2.16.90".
37295 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37297         * NEWS: Update copyright. Remove last-updated date.
37298         Mention math library bug fixes and timezone data changes.
37299         * README: Mention GNU/Hurd, x32, and HPPA support status.
37301 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37303         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37305 2012-06-27  Andreas Jaeger  <aj@suse.de>
37307         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37309 2012-06-25  Andreas Jaeger  <aj@suse.de>
37311         * sysdeps/s390/fpu/libm-test-ulps: Update.
37313 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37314             Thomas Schwinge  <thomas@codesourcery.com>
37316         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37317         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37318         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37319         fanotify_mark.
37321 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37323         * sysdeps/mach/start.c: Remove file.
37324         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37325         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37326         * sysdeps/sh/init-first.c: Likewise.
37328         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37329         registers for frame unwinding purposes, add CFI directives.
37330         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37331         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37332         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37333         Likewise.
37335         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37336         __fortify_fail returning.
37337         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37339         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37340         sysdeps/sh/____longjmp_chk.S.
37341         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37342         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37343         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37344         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37346         * sysdeps/sh/abort-instr.h: New file.
37347         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37348         process in case exit returns.
37350         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37351         initialize the GOT register before use.
37353         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37354         calculation of ARGC > 4.
37356         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37357         meaningful names to some local labels.
37359 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37360             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37362         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37363         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37364         (__arch_compare_and_exchange_val_16_acq): Likewise.
37365         (__arch_compare_and_exchange_val_32_acq): Likewise.
37366         (atomic_exchange_and_add): Fix gUSA sequence.
37367         (atomic_add): Likewise.
37368         (atomic_add_negative): Likewise.
37369         (atomic_add_zero): Likewise.
37370         (atomic_bit_test_set): Likewise.
37372 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37374         [BZ #13579]
37375         * include/link.h (struct link_map): Add l_free_initfini.
37376         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37377         l_initfini.
37378         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37379         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37380         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37381         set.
37383 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37385         * configure.in: Use AC_LANG_SOURCE.
37386         * configure: Regenerate.
37388 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37390         * configure.in (libc_cv_localstatedir): New substituted variable.
37391         * configure: Regenerated.
37392         * config.make.in (localstatedir): New variable, substituted from
37393         libc_cv_localstatedir.
37394         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37395         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37396         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37397         * sysdeps/gnu/configure: Regenerated.
37399 2012-06-21  Jeff Law  <law@redhat.com>
37401         [BZ #14277]
37402         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37403         free.  Simplify list management for _LIBC case.
37405 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37407         [BZ #14273]
37408         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37409         Clear sign bit of 64-bit integer value before comparing against
37410         overflow value.
37412         * sysdeps/mach/configure: Regenerated.
37414 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37416         [BZ #14278]
37417         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37419 2012-06-21  Jeff Law  <law@redhat.com>
37421         [BZ #13882]
37422         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37423         uint16_t for elements in the "seen" array to avoid char overflows.
37424         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37425         * elf/dl-open.c (dl_open_worker): Likewise.
37427 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37429         * scripts/list-sources.sh: Scan PORTS for translations.
37430         * po/libc.pot: Regenerated.
37432 2012-06-21  Andreas Jaeger  <aj@suse.de>
37434         [BZ #12194]
37435         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37436         warning.
37437         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37438         * bits/byteswap-16.h (__bswap_16): Likewise.
37439         * bits/byteswap.h (__bswap_constant_16): Likewise.
37441 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37443         [BZ #14117]
37444         * sysdeps/i386/fpu_control.h: Removed.
37445         * sysdeps/x86_64/fpu_control.h: Moved to ...
37446         * sysdeps/x86/fpu_control.h: Here.
37448         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37449         (_FPU_SETCW): Likewise.
37451 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37453         [BZ #14117]
37454         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37455         * sysdeps/x86/fpu/bits/mathinline.h: This.
37456         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37458         [BZ #14050]
37459         [BZ #14117]
37460         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37461         functions if __x86_64__ is defined.
37463 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37465         * string/endian.h: Add !__ASSEMBLER__ condition for including
37466         conversion interfaces.
37468 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37470         [BZ #14241]
37471         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37472         of ABS(x) in calculating zero to negative powers other than odd
37473         integers.
37474         * math/libm-test.inc (pow_test): Add more tests.
37476 2012-06-15  Andreas Jaeger  <aj@suse.de>
37478         * manual/contrib.texi (Contributors): Update entry of Liubov
37479         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37480         Machado Filho.
37482 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37484         * string/string.h: Add __wur to GNU version of strerror_r.
37486 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37488         [BZ #14229]
37489         * string/Makefile (tests): Add tst-strtok_r.
37490         * string/tst-strtok_r.c: New file.
37491         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37492         RAX_LP/RDX_LP on SAVE_PTR.
37494 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37496         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37498 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37500         * libm_test.inc (csqrt_test): Allow more spurious underflow
37501         exceptions.
37502         (j0_test): Likewise.
37503         (j1_test): Likewise.
37504         (y0_test): Likewise.
37505         (y1_test): Likewise.
37507 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37509         * po/Makefile (libc.pot): Use UTF-8 charset.
37511 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37513         [BZ #14210]
37514         Suppress sign-conversion warning from FD_SET.
37515         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37516         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37517         not unsigned long int.
37518         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37520 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37522         [BZ #14050]
37523         [BZ #14117]
37524         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37525         __extern_always_inline instead of __extern_inline.
37526         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37527         (__signbit): Likewise.
37528         (__signbitl): Support C++ namespace.
37529         (lrintf): New inline function.
37530         (lrint): Likewise.
37531         (llrintf): Likewise.
37532         (llrint): Likewise.
37533         (fmaxf): Likewise.
37534         (fmax): Likewise.
37535         (fminf): Likewise.
37536         (fmin): Likewise.
37537         (rint): Likewise.
37538         (rintf): Likewise.
37539         (ceil): Likewise.
37540         (ceilf): Likewise.
37541         (floor): Likewise.
37542         (floorf): Likewise.
37543         (nearbyint): Likewise.
37544         (nearbyintf): Likewise.
37546 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37548         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37549         non-default versions.
37551 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37553         [BZ #14218]
37554         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37556 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37558         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37559         (FE_UPWARD, FE_DOWNWARD): Don't define.
37560         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37561         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37563         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37564         reading it.
37565         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37566         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37568 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37570         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37571         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37572         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37573         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37575 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37577         [BZ #14117]
37578         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37579         * sysdeps/i386/fpu/Implies: New file.
37580         * sysdeps/x86_64/fpu/Implies: Likewise.
37581         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37582         * sysdeps/x86/fpu/bits/fenv.h: This.
37584         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37585         __SSE_MATH__.
37587 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37589         [BZ #14134]
37590         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37591         character 0xffff that matches the last element of the
37592         conversion table.
37594 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37596         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37597         fmodl commit.
37599 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37601         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37602         values higher than 25.6283.
37604 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37606         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37607         subnormal exponent extraction and add some __builtin_expect.
37608         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37609         Fix for subnormal mantissa calculation.
37611 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37613         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37614         cpu2 is -1 and errno is not ENOSYS.
37616 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37618         [BZ #14117]
37619         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37620         * sysdeps/x86/bits/string.h: This.
37621         * sysdeps/x86_64/bits/string.h: Removed.
37623         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37624         if not compiling for x86-64, but compiling for >= i486.
37626         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37627         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37629         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37630         New macro from Linux kernel 3.4.0.
37631         (FP_XSTATE_MAGIC2): Likewise.
37632         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37633         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37634         (struct _fpx_sw_bytes): New struct.
37635         (struct _xsave_hdr): Likewise.
37636         (struct _ymmh_state): Likewise.
37637         (struct _xstate): Likewise.
37639         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37640         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37641         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37642         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37643         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37644         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37646         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37647         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37648         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37649         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37650         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37651         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37653 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37655         [BZ #13743]
37656         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37657         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37658         (sysdep_headers): Include sys/platform/ppc.h.
37659         * sysdeps/powerpc/test-gettimebase.c: Test for
37660         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37661         * manual/Makefile (appendices): Include platform.texi.
37662         * manual/contrib.texi (Contributors): Update @node pointers.
37663         * manual/maint.texi (Maintenance): Likewise.
37664         (Platform): New node.
37665         * manual/platform.texi: New file.  Document the new features.
37667 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37668             Jakub Jelinek  <jakub@redhat.com>
37670         [BZ #14188]
37671         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37672         where __builtin_expect is unavailable.
37674 2012-06-03  David S. Miller  <davem@davemloft.net>
37676         * stdlib/longlong.h: Updated from GCC.
37678 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37680         [BZ #14042]
37681         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37682         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37683         __mcount_internal.
37684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37685         (GLIBC_2.16): Likewise.
37687 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37689         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37691 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37694         (default-abi): New variable.
37695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37696         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37697         variable.
37698         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37699         Likewise.
37700         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37701         Likewise.
37702         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37703         Likewise.
37705         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37706         definition.  Document in comment.
37708 2012-06-01  David S. Miller  <davem@davemloft.net>
37710         * stdlib/longlong.h: Updated from GCC.
37712 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37714         [BZ #14117]
37715         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37716         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37717         sys/debugreg.h sys/io.h here.
37718         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37719         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37720         sys/io.h.
37721         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37722         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37723         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37724         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37725         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37726         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37728         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37729         Define only if __x86_64__ is defined.
37731 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37733         [BZ #14048]
37734         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37735         Use int64_t for variable i.
37736         * math/libm-test.inc (fmod_test): Add more tests.
37738         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37739         z computation is not scheduled after fetestexcept.
37740         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37741         Use math_force_eval instead of asm to ensure calculation scheduled
37742         before exception test.
37743         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37744         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37746 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37748         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37749         computation is not scheduled after fetestexcept.
37751 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37753         [BZ #14117]
37754         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37755         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37757 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37759         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37760         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37762 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37764         [BZ #14117]
37765         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37766         <bits/wordsize.h>.
37767         (__WCHAR_MIN): Support __WORDSIZE == 64.
37768         (__WCHAR_MAX): Likewise.
37770         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37771         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37773         [BZ #14183]
37774         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37775         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37777         [BZ #14117]
37778         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37779         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37781         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37782         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37784         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37785         Defined to 1 if __x86_64__ isn't defined.
37786         (_STAT_VER_LINUX_OLD): New.
37787         (st_atime): Remove duplicate.
37788         (st_mtime): Likewise.
37789         (st_ctime): Likewise.
37791 2012-05-31  David S. Miller  <davem@davemloft.net>
37793         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37794         entries.
37796 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37798         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37799         gen-libm-test.pl.
37801         [BZ #14132]
37802         * elf/dl-reloc.c: Include <_itoa.h>.
37803         (_dl_reloc_bad_type): Remove use of INTUSE.
37804         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37805         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37806         * stdio-common/psiginfo.c (psiginfo): Likewise.
37807         * stdio-common/psignal.c (psignal): Likewise.
37808         * string/strsignal.c (strsignal): Likewise.
37809         * include/signal.h (_sys_siglist): Declare hidden proto.
37810         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37811         INTVARDEF with libc_hidden_data_def.
37812         * stdio-common/itoa-udigits.c: Likewise.
37813         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37814         (_itoa_lower_digits_internal): Remove declaration.
37815         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37816         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37817         (_sys_sigabbrev_internal): Remove aliases.
37818         (_sys_siglist): Define hidden alias.
37820 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37822         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37823         bits/sysctl.h.
37825 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37827         [BZ #14117]
37828         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37829         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37831         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37832         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37833         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37834         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37835         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37836         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37838         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37839         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37840         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37842         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37843         with __addr.
37844         (insw): Likewise.
37845         (insl): Likewise.
37846         (outsb): Likewise.
37847         (outsw): Likewise.
37848         (outsl): Likewise.
37850         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37851         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37852         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37854         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37855         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37856         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37857         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37858         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37859         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37861         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37862         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37864         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37865         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37867         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37868         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37869         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37871         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37872         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37873         to ...
37874         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37876         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37877         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37878         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37880         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37881         for x86-64.
37882         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37884 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37886         * math/math.h (M_El): Use two more decimal places.
37887         (M_LOG2El): Likewise.
37888         (M_LOG10El): Likewise.
37889         (M_LN2l): Likewise.
37890         (M_LN10l): Likewise.
37891         (M_PIl): Likewise.
37892         (M_PI_2l): Likewise.
37893         (M_PI_4l): Likewise.
37894         (M_1_PIl): Likewise.
37895         (M_2_PIl): Likewise.
37896         (M_2_SQRTPIl): Likewise.
37897         (M_SQRT2l): Likewise.
37898         (M_SQRT1_2l): Likewise.
37900 2012-05-31  David S. Miller  <davem@davemloft.net>
37902         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37903         values between float registers.
37904         * sysdeps/sparc/sparc64/memset.S: Likewise.
37905         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37907 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37909         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37910         -D_FORTIFY_SOURCE=1.
37911         (CPPFLAGS-tst-longjmp_chk.c): Define.
37912         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37913         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37914         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37915         CFLAGS-tst-wchar-h.c.
37917 2012-05-31  Marek Polacek  <polacek@redhat.com>
37919         [BZ #14132]
37920         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37921         __endmntent_internal): Remove declaration.
37922         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37923         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37924         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37926 2012-05-30  David S. Miller  <davem@davemloft.net>
37928         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37929         (___Q_simulate_exceptions): Use real FP ops rather than writing
37930         into the %fsr.
37931         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37932         Likewise.
37934 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37936         [BZ #14117]
37937         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37938         * sysdeps/x86/bits/xtitypes.h: This.
37940         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37941         * sysdeps/x86/bits/wordsize.h: This.
37943         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37944         * sysdeps/x86/bits/huge_vall.h: This.
37946         * sysdeps/i386/bits/select.h: Removed.
37947         * sysdeps/x86_64/bits/select.h: Renamed to ...
37948         * sysdeps/x86/bits/select.h: This.
37950         * sysdeps/i386/bits/setjmp.h: Removed.
37951         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37952         * sysdeps/x86/bits/setjmp.h: This.
37954         * sysdeps/i386/bits/mathdef.h: Removed.
37955         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37956         * sysdeps/x86/bits/mathdef.h: This.
37958 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37960         [BZ #14132]
37961         * include/sys/socket.h (__connect_internal)
37962         (__libc_sa_len_internal): Remove declaration.
37963         (__connect, __libc_sa_len): Declare hidden_proto.
37964         (SA_LEN): Remove use of INTUSE.
37965         * socket/connect.c: Add libc_hidden_def.
37966         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37967         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37968         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37969         alias.
37970         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37971         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37972         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37973         of adding _internal alias.
37975 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37977         [BZ #14117]
37978         * sysdeps/i386/bits/link.h: Removed.
37979         * sysdeps/i386/bits/linkmap.h: Likewise.
37980         * sysdeps/x86_64/bits/link.h: Renamed to ...
37981         * sysdeps/x86/bits/link.h: This.
37982         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37983         * sysdeps/x86/bits/linkmap.h: This.
37985         * sysdeps/i386/bits/endian.h: Removed.
37986         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37987         * sysdeps/x86/bits/endian.h: This.
37989         * sysdeps/i386/bits/byteswap.h: Removed.
37990         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37991         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37992         * sysdeps/x86/bits/byteswap.h: This.
37993         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37994         * sysdeps/x86/bits/byteswap-16.h: This.
37995         * sysdeps/i386/Implies: Add x86.
37996         * sysdeps/x86_64/Implies: Likewise.
37998 2012-05-30  David S. Miller  <davem@davemloft.net>
38000         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38001         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38002         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38003         (FP_TRAPPING_EXCEPTIONS): Define.
38004         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38005         (FP_TRAPPING_EXCEPTIONS): Define.
38006         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38007         subnormals only when inexact has been signalled or underflow
38008         exceptions are enabled.
38009         (_FP_PACK_CANONICAL): Likewise.
38011 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38013         [BZ #14183]
38014         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38015         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38017 2012-05-30  Richard Henderson  <rth@twiddle.net>
38019         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38020         with #ifndef NOT_IN_libc.
38022         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38023         marked to avoid plt entry.
38025 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38027         [BZ #14112]
38028         * Makeconfig (default-abi): New macro.
38029         (abi-includes): Likewise.
38030         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38031         $(abi-$(default-abi)-lib-soname) for soname if defined.
38032         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38033         abi-variants.
38034         * Makefile (installed-stubs): Likewise.
38035         * include/stubs-biarch.h: Removed.
38036         * scripts/lib-names.awk: Only handle one library at a time.
38037         * scripts/soversions.awk: Remove WORDSIZE support.
38038         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38039         entries.
38040         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38041         Removed.
38042         (syscall-list-default-condition): Likewise.
38043         (syscall-list-default-condition): Likewise.
38044         (syscall-list-includes): Likewise.
38045         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38046         syscall-list-* with abi-*.  Handle undefined abi-variants.
38047         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38048         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38049         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38050         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38051         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38052         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38053         Removed.
38054         (syscall-list-32-options): Likewise.
38055         (syscall-list-32-condition): Likewise.
38056         (syscall-list-64-options): Likewise.
38057         (syscall-list-64-condition): Likewise.
38058         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38059         macro.
38060         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38061         Renamed to ...
38062         (abi-*): This.
38063         (abi-64-ld-soname): New macro.
38064         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38065         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38066         Renamed to ...
38067         (abi-*): This.
38068         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38069         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38071 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38073         * sysdeps/unix/sysv/linux/kernel-features.h
38074         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38075         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38076         include <kernel-features.h>.
38077         [!__NR_ftruncate64]: Remove conditional code.
38078         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38079         [__NR_ftruncate64]: Make code unconditional.
38080         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38081         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38082         include <kernel-features.h>.
38083         [!__NR_ftruncate64]: Remove conditional code.
38084         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38085         [__NR_ftruncate64]: Make code unconditional.
38086         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38088         include <kernel-features.h>.
38089         [!__NR_ftruncate64]: Remove conditional code.
38090         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38091         [__NR_ftruncate64]: Make code unconditional.
38092         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38094         include <kernel-features.h>.
38095         [!__NR_ftruncate64]: Remove conditional code.
38096         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38097         [__NR_ftruncate64]: Make code unconditional.
38098         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38100         * configure.in (libc_cv_fpie): Weaken to a compile test using
38101         LIBC_TRY_CC_OPTION.
38102         * configure: Regenerated.
38104 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38110         Refreshed.
38111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38112         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38113         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38115         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38117         Refreshed.
38119 2012-05-27  David S. Miller  <davem@davemloft.net>
38121         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38122         (___Q_zero): New.
38123         (__Q_simulate_exceptions): Return void.  Change to simulate
38124         exceptions by writing into the %fsr.
38125         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38126         (__Qp_handle_exceptions): Likewise.
38127         (numbers): Delete.
38128         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38129         __Qp_handle_exceptions.
38130         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38131         __Qp_handle_exceptions.
38132         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38133         as unused and give dummy FP_RND_NEAREST initializer.
38134         (FP_INHIBIT_RESULTS): Define.
38135         (___Q_simulate_exceptions): Update declaration.
38136         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38137         formatting.
38138         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38139         as unused and give dummy FP_RND_NEAREST initializer.
38140         (__Qp_handle_exceptions): Update declaration.
38141         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38142         formatting.
38144 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38146         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38147         the temporary FPU control word.
38148         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38149         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38150         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38151         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38152         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38153         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38154         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38155         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38156         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38157         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38158         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38160 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38162         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38163         fields.
38165 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38167         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38168         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38169         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38170         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38171         Likewise.
38172         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38173         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38174         Likewise.
38176 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38178         * po/h.po: Update from translation team.
38180 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38182         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38184         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38185         handling of denormals.
38186         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38187         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38188         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38189         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38190         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38191         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38192         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38193         Likewise.
38195 2012-05-26  Marek Polacek  <polacek@redhat.com>
38197         [BZ #14152]
38198         * math/libm-test.inc (fma_test): Don't always expect underflow
38199         exception.
38201 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38203         [BZ #12416]
38204         * elf/tst-execstack.c: Include stackinfo.h.
38205         (do_test): Adjust test case to ensure that pthread_getattr_np
38206         behaviour remains the same after marking stack executable.
38208 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38210         * sysdeps/unix/sysv/linux/kernel-features.h
38211         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38212         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38213         kernel-features.h.
38214         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38215         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38216         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38217         kernel-features.h.
38218         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38219         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38221 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38223         * configure.in: Define the default includes to being none.
38224         * configure: Regenerated.
38226 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38228         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38229         * sysdeps/x86_64/setjmp.S: Likewise.
38230         * sysdeps/i386/bsd-setjmp.S: Likewise.
38231         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38232         * sysdeps/i386/setjmp.S: Likewise.
38233         * sysdeps/i386/__longjmp.S: Likewise.
38234         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38235         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38237         * include/stap-probe.h: New file.
38238         * configure.in: Handle --enable-systemtap.
38239         * configure: Regenerated.
38240         * config.h.in (USE_STAP_PROBE): New #undef.
38241         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38242         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38243         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38245 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38247         [BZ #13717]
38248         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38249         to 2.4.0 where earlier.
38250         * sysdeps/unix/sysv/linux/configure: Regenerated.
38251         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38252         <kernel-features.h>.
38253         [__ASSUME_32BITUIDS]: Make code unconditional.
38254         [!__ASSUME_32BITUIDS]: Remove conditional code.
38255         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38256         <kernel-features.h>.
38257         [__ASSUME_32BITUIDS]: Make code unconditional.
38258         [!__ASSUME_32BITUIDS]: Remove conditional code.
38259         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38260         [__ASSUME_32BITUIDS]: Make code unconditional.
38261         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38262         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38263         <kernel-features.h>.
38264         [__ASSUME_32BITUIDS]: Make code unconditional.
38265         [!__ASSUME_32BITUIDS]: Remove conditional code.
38266         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38267         <kernel-features.h>.
38268         [__ASSUME_32BITUIDS]: Make code unconditional.
38269         [!__ASSUME_32BITUIDS]: Remove conditional code.
38270         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38271         <kernel-features.h>.
38272         [__ASSUME_32BITUIDS]: Make code unconditional.
38273         [!__ASSUME_32BITUIDS]: Remove conditional code.
38274         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38275         <kernel-features.h>.
38276         [__ASSUME_32BITUIDS]: Make code unconditional.
38277         [!__ASSUME_32BITUIDS]: Remove conditional code.
38278         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38279         <kernel-features.h>.
38280         [__ASSUME_32BITUIDS]: Make code unconditional.
38281         [!__ASSUME_32BITUIDS]: Remove conditional code.
38282         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38283         <kernel-features.h>.
38284         [__ASSUME_32BITUIDS]: Make code unconditional.
38285         [!__ASSUME_32BITUIDS]: Remove conditional code.
38286         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38287         <kernel-features.h>.
38288         [__ASSUME_32BITUIDS]: Make code unconditional.
38289         [!__ASSUME_32BITUIDS]: Remove conditional code.
38290         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38291         <kernel-features.h>.
38292         [__ASSUME_32BITUIDS]: Make code unconditional.
38293         [!__ASSUME_32BITUIDS]: Remove conditional code.
38294         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38295         <kernel-features.h>.
38296         [__ASSUME_32BITUIDS]: Make code unconditional.
38297         [!__ASSUME_32BITUIDS]: Remove conditional code.
38298         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38299         <kernel-features.h>.
38300         [__ASSUME_32BITUIDS]: Make code unconditional.
38301         [!__ASSUME_32BITUIDS]: Remove conditional code.
38302         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38303         <kernel-features.h>.
38304         [__NR_setresgid] (__setresgid): Do not declare.
38305         [__ASSUME_32BITUIDS]: Make code unconditional.
38306         [!__ASSUME_32BITUIDS]: Remove conditional code.
38307         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38308         <kernel-features.h>.
38309         [__NR_setresuid] (__setresuid): Do not declare.
38310         [__ASSUME_32BITUIDS]: Make code unconditional.
38311         [!__ASSUME_32BITUIDS]: Remove conditional code.
38312         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38313         <kernel-features.h>.
38314         [__ASSUME_32BITUIDS]: Make code unconditional.
38315         [!__ASSUME_32BITUIDS]: Remove conditional code.
38316         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38317         <kernel-features.h>.
38318         [__ASSUME_32BITUIDS]: Make code unconditional.
38319         [!__ASSUME_32BITUIDS]: Remove conditional code.
38320         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38321         <kernel-features.h>.
38322         [__ASSUME_32BITUIDS]: Make code unconditional.
38323         [!__ASSUME_32BITUIDS]: Remove conditional code.
38324         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38325         <kernel-features.h>.
38326         [__ASSUME_32BITUIDS]: Make code unconditional.
38327         [!__ASSUME_32BITUIDS]: Remove conditional code.
38328         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38329         <kernel-features.h>.
38330         [__ASSUME_32BITUIDS]: Make code unconditional.
38331         [!__ASSUME_32BITUIDS]: Remove conditional code.
38332         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38333         <kernel-features.h>.
38334         [__ASSUME_32BITUIDS]: Make code unconditional.
38335         [!__ASSUME_32BITUIDS]: Remove conditional code.
38336         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38337         <kernel-features.h>.
38338         [__ASSUME_32BITUIDS]: Make code unconditional.
38339         [!__ASSUME_32BITUIDS]: Remove conditional code.
38340         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38341         <kernel-features.h>.
38342         [__ASSUME_32BITUIDS]: Make code unconditional.
38343         [!__ASSUME_32BITUIDS]: Remove conditional code.
38344         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38345         <kernel-features.h>.
38346         [__ASSUME_32BITUIDS]: Make code unconditional.
38347         [!__ASSUME_32BITUIDS]: Remove conditional code.
38348         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38349         <kernel-features.h>.
38350         [__ASSUME_32BITUIDS]: Make code unconditional.
38351         [!__ASSUME_32BITUIDS]: Remove conditional code.
38352         * sysdeps/unix/sysv/linux/kernel-features.h
38353         (__ASSUME_SETRESUID_SYSCALL): Remove.
38354         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38355         (__ASSUME_32BITUIDS): Likewise.
38356         (__ASSUME_LDT_WORKS): Likewise.
38357         (__ASSUME_O_DIRECTORY): Likewise.
38358         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38359         architecture but not kernel version.
38360         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38361         (__ASSUME_MMAP2_SYSCALL): Likewise.
38362         (__ASSUME_STAT64_SYSCALL): Likewise.
38363         (__ASSUME_IPC64): Likewise.
38364         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38365         <kernel-features.h>.
38366         [__ASSUME_32BITUIDS]: Make code unconditional.
38367         [!__ASSUME_32BITUIDS]: Remove conditional code.
38368         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38369         <kernel-features.h>.
38370         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38371         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38372         132096]: Remove conditional code.
38373         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38374         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38375         <kernel-features.h>.
38376         [__ASSUME_32BITUIDS]: Make code unconditional.
38377         [!__ASSUME_32BITUIDS]: Remove conditional code.
38378         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38379         <kernel-features.h>.
38380         [__ASSUME_32BITUIDS]: Make code unconditional.
38381         [!__ASSUME_32BITUIDS]: Remove conditional code.
38382         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38383         <kernel-features.h>.
38384         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38385         unconditional.
38386         (__setresgid): Do not declare.
38387         [__ASSUME_32BITUIDS]: Make code unconditional.
38388         [!__ASSUME_32BITUIDS]: Remove conditional code.
38389         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38390         <kernel-features.h>.
38391         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38392         unconditional.
38393         (__setresuid): Do not declare.
38394         [__ASSUME_32BITUIDS]: Make code unconditional.
38395         [!__ASSUME_32BITUIDS]: Remove conditional code.
38396         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38397         <kernel-features.h>.
38398         [__ASSUME_32BITUIDS]: Make code unconditional.
38399         [!__ASSUME_32BITUIDS]: Remove conditional code.
38400         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38401         <kernel-features.h>.
38402         [__ASSUME_32BITUIDS]: Make code unconditional.
38403         [!__ASSUME_32BITUIDS]: Remove conditional code.
38405 2012-05-25  Richard Henderson  <rth@twiddle.net>
38407         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38408         dl_hwcap to ifunc resolver.
38409         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38410         elf_ifunc_invoke.
38411         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38412         dl_hwcap to ifunc resolver.
38413         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38415 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38417         [BZ #14153]
38418         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38419         for |x| <= 2**-26, not 2**-57.
38420         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38421         exception.
38423 2012-05-24  Jeff Law  <law@redhat.com>
38425         * stdio-common/Makefile (tests): Add bug25.
38426         * stdio-common/bug25.c: New test.
38428 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38430         [BZ #13576]
38431         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38432         multiple of MALLOC_ALIGNMENT in size.
38433         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38435 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38437         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38438         Require >= 256.
38439         (FILENAME_MAX): Use macro-int-constant.
38440         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38441         (_IOFBF): Use macro-int-constant.
38442         (_IOLBF): Likewise.
38443         (_IONBF): Likewise.
38444         (SEEK_CUR): Likewise.
38445         (SEEK_END): Likewise.
38446         (SEEK_SET): Likewise.
38447         (TMP_MAX): Likewise.
38448         (EOF): Use macro-int-constant.  Require < 0.
38449         (NULL): Use macro-constant.  Require == 0.
38450         (stdin): Require type to be FILE *.
38451         (stdout): Likewise.
38452         (stderr): Likewise.
38453         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38454         macro-int-constant.
38455         (EXIT_SUCCESS): Likewise.
38456         (NULL): Use macro-constant.  Require == 0.
38457         (RAND_MAX): Use macro-int-constant.
38458         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38459         [C99-based standards] (strtof): Require function.
38460         [C99-based standards] (strtold): Likewise.
38461         [C99-based standards] (strtoll): Likewise.
38462         [C99-based standards] (strtoull): Likewise.
38463         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38464         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38465         [ISO || ISO99 || ISO11] (math.h): Likewise.
38466         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38467         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38468         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38470 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38472         [BZ #14132]
38473         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38474         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38475         * intl/dgettext.c (DCGETTEXT): Likewise.
38476         * intl/gettext.c (DCGETTEXT): Likewise.
38477         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38478         * posix/regex_internal.h (gettext): Likewise.
38479         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38480         Remove declaration.
38481         * include/argz.h (__argz_count_internal)
38482         (__argz_stringify_internal): Remove declaration.
38483         (__argz_count, __argz_stringify): Declare hidden proto.
38484         * intl/dcgettext.c: Remove use of INTDEF.
38485         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38486         * string/argz-stringify.c: Likewise.
38487         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38488         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38489         Declare hidden proto.
38490         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38491         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38492         Declare hidden proto.
38493         * include/stdio.h (__asprintf_internal): Don't declare.
38494         (__asprintf): Don't define as macro.  Declare hidden proto.
38495         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38496         (__fsetlocking): Declare hidden proto.
38497         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38498         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38499         hidden proto.
38500         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38501         (_IO_setlinebuf): Remove use of INTUSE.
38502         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38503         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38504         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38505         Remove declaration.
38506         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38507         (_IO_do_flush): Remove use of INTUSE.
38508         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38509         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38510         (_IO_adjust_column, _IO_least_wmarker)
38511         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38512         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38513         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38514         (_IO_default_doallocate, _IO_wdefault_doallocate)
38515         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38516         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38517         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38518         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38519         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38520         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38521         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38522         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38523         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38524         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38525         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38526         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38527         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38528         proto.
38529         (_IO_flush_all_internal, _IO_adjust_column_internal)
38530         (_IO_default_uflow_internal, _IO_default_finish_internal)
38531         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38532         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38533         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38534         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38535         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38536         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38537         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38538         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38539         (_IO_file_close_internal, _IO_file_close_it_internal)
38540         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38541         (_IO_file_init_internal, _IO_file_attach_internal)
38542         (_IO_file_fopen_internal, _IO_file_read_internal)
38543         (_IO_file_sync_internal, _IO_file_seek_internal)
38544         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38545         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38546         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38547         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38548         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38549         (_IO_list_all_internal, _IO_link_in_internal)
38550         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38551         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38552         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38553         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38554         (_IO_do_write_internal, _IO_padn_internal)
38555         (_IO_getline_info_internal, _IO_getline_internal)
38556         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38557         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38558         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38559         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38560         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38561         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38562         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38563         with libc_hidden_ver, remove use of INTUSE.
38564         * libio/genops.c: Likewise.
38565         * libio/freopen.c: Likewise.
38566         * libio/freopen64.c: Likewise.
38567         * libio/iofclose.c: Likewise.
38568         * libio/iofdopen.c: Likewise.
38569         * libio/iofflush.c: Likewise.
38570         * libio/iofflush_u.c: Likewise.
38571         * libio/iofgets.c: Likewise.
38572         * libio/iofgets_u.c: Likewise.
38573         * libio/iofopen.c: Likewise.
38574         * libio/iofopncook.c: Likewise.
38575         * libio/iofread.c: Likewise.
38576         * libio/iofread_u.c: Likewise.
38577         * libio/ioftell.c: Likewise.
38578         * libio/iofwrite.c: Likewise.
38579         * libio/iogetline.c: Likewise.
38580         * libio/iogets.c: Likewise.
38581         * libio/iogetwline.c: Likewise.
38582         * libio/iopadn.c: Likewise.
38583         * libio/iopopen.c: Likewise.
38584         * libio/ioseekoff.c: Likewise.
38585         * libio/ioseekpos.c: Likewise.
38586         * libio/iosetbuffer.c: Likewise.
38587         * libio/iosetvbuf.c: Likewise.
38588         * libio/ioungetc.c: Likewise.
38589         * libio/ioungetwc.c: Likewise.
38590         * libio/iovdprintf.c: Likewise.
38591         * libio/iovsprintf.c: Likewise.
38592         * libio/iovsscanf.c: Likewise.
38593         * libio/memstream.c: Likewise.
38594         * libio/obprintf.c: Likewise.
38595         * libio/oldfileops.c: Likewise.
38596         * libio/oldiofclose.c: Likewise.
38597         * libio/oldiofdopen.c: Likewise.
38598         * libio/oldiofopen.c: Likewise.
38599         * libio/oldiopopen.c: Likewise.
38600         * libio/oldstdfiles.c: Likewise.
38601         * libio/putc.c: Likewise.
38602         * libio/setbuf.c: Likewise.
38603         * libio/setlinebuf.c: Likewise.
38604         * libio/stdfiles.c: Likewise.
38605         * libio/strops.c: Likewise.
38606         * libio/vasprintf.c: Likewise.
38607         * libio/vscanf.c: Likewise.
38608         * libio/vsnprintf.c: Likewise.
38609         * libio/vswprintf.c: Likewise.
38610         * libio/wfiledoalloc.c: Likewise.
38611         * libio/wfileops.c: Likewise.
38612         * libio/wgenops.c: Likewise.
38613         * libio/wmemstream.c: Likewise.
38614         * libio/wstrops.c: Likewise.
38615         * libio/__fpurge.c: Likewise.
38616         * libio/__fsetlocking.c: Likewise.
38617         * assert/assert.c: Likewise.
38618         * debug/fgets_chk.c: Likewise.
38619         * debug/fgets_u_chk.c: Likewise.
38620         * debug/fread_chk.c: Likewise.
38621         * debug/fread_u_chk.c: Likewise.
38622         * debug/gets_chk.c: Likewise.
38623         * debug/obprintf_chk.c: Likewise.
38624         * debug/vasprintf_chk.c: Likewise.
38625         * debug/vdprintf_chk.c: Likewise.
38626         * debug/vsnprintf_chk.c: Likewise.
38627         * debug/vsprintf_chk.c: Likewise.
38628         * malloc/mtrace.c: Likewise.
38629         * misc/error.c: Likewise.
38630         * misc/syslog.c: Likewise.
38631         * stdio-common/asprintf.c: Likewise.
38632         * stdio-common/fxprintf.c: Likewise.
38633         * stdio-common/getw.c: Likewise.
38634         * stdio-common/isoc99_fscanf.c: Likewise.
38635         * stdio-common/isoc99_scanf.c: Likewise.
38636         * stdio-common/isoc99_vfscanf.c: Likewise.
38637         * stdio-common/isoc99_vscanf.c: Likewise.
38638         * stdio-common/isoc99_vsscanf.c: Likewise.
38639         * stdio-common/printf-prs.c: Likewise.
38640         * stdio-common/printf_fp.c: Likewise.
38641         * stdio-common/printf_fphex.c: Likewise.
38642         * stdio-common/printf_size.c: Likewise.
38643         * stdio-common/putw.c: Likewise.
38644         * stdio-common/scanf.c: Likewise.
38645         * stdio-common/sprintf.c: Likewise.
38646         * stdio-common/tmpfile.c: Likewise.
38647         * stdio-common/vfprintf.c: Likewise.
38648         * stdio-common/vfscanf.c: Likewise.
38649         * stdlib/strfmon_l.c: Likewise.
38650         * sunrpc/openchild.c: Likewise.
38651         * sunrpc/xdr_stdio.c: Likewise.
38652         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38653         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38655 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38657         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38659         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38660         in the third column, to generate for the shared library an IFUNC
38661         that uses _dl_vdso_vsym.
38662         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38663         * Makeconfig (object-suffixes-noshared): New variable.
38665         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38666         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38667         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38668         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38670         [BZ #14132]
38671         * include/sys/time.h (__gettimeofday): Remove macro.
38672         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38673         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38674         Remove INTDEF.
38675         (__gettimeofday): Add libc_hidden_def.
38676         (gettimeofday): Add libc_hidden_weak.
38677         * sysdeps/mach/gettimeofday.c: Likewise.
38678         * sysdeps/posix/gettimeofday.c: Likewise.
38679         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38680         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38681         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38682         (__gettimeofday_internal): Remove strong_alias.
38683         (__gettimeofday): Add libc_hidden_def.
38684         (gettimeofday): Add libc_hidden_weak.
38685         * sysdeps/unix/syscalls.list (gettimeofday):
38686         Remove __gettimeofday_internal alias.
38688 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38689             H.J. Lu  <hongjiu.lu@intel.com>
38691         [BZ #12495]
38692         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38693         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38694         (largebin_index_32_big): New.
38695         (largebin_index): Use it for 16-byte alignment.
38696         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38697         correction with front_misalign.
38699 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38701         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38703         Likewise.
38704         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38705         Likewise.
38706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38707         Likewise.
38708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38709         Likewise.
38710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38711         Likewise.
38712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38713         Likewise.
38714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38715         Likewise.
38716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38717         Likewise.
38718         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38719         Likewise.
38720         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38721         Likewise.
38722         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38723         Likewise.
38724         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38725         Likewise.
38727         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38728         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38730 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38732         [BZ #10846]
38733         [BZ #14036]
38734         * math/libm-test.inc (exp_test): Add test from bug 14036.
38735         (pow_test): Add test from bug 10846.
38737         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38738         and other flags.
38739         (special_function): Do not include flags in test name.
38740         (parse_args): Likewise.
38741         * sysdeps/i386/fpu/libm-test-ulps: Update.
38742         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38743         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38744         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38747         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38748         exceptions.
38749         * math/libm-test.inc ("Philosophy"): Update comment about
38750         exception testing.
38751         (UNDERFLOW_EXCEPTION): New macro.
38752         (UNDERFLOW_EXCEPTION_OK): Likewise.
38753         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38754         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38755         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38756         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38757         (INVALID_EXCEPTION_OK): Update value.
38758         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38759         (OVERFLOW_EXCEPTION_OK): Likewise.
38760         (IGNORE_ZERO_INF_SIGN): Likewise.
38761         (test_exceptions): Handle underflow exceptions.
38762         (acos_test): Update for underflow exception expectations.
38763         (cexp_test): Likewise.
38764         (clog_test): Likewise.
38765         (clog10_test): Likewise.
38766         (csqrt_test): Likewise.
38767         (ctan_test): Likewise.
38768         (ctanh_test): Likewise.
38769         (exp_test): Likewise.
38770         (exp10_test): Likewise.
38771         (exp2_test): Likewise.
38772         (expm1_test): Likewise.
38773         (fma_test): Likewise.
38774         (j0_test): Likewise.
38775         (jn_test): Likewise.
38776         (nexttoward_test): Likewise.
38777         (pow_test): Likewise.
38778         (scalbn_test): Likewise.
38779         (scalbln_test): Likewise.
38780         (tan_test): Likewise.
38781         (y1_test): Likewise.
38782         * sysdeps/i386/fpu/libm-test-ulps: Update.
38783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38785 2012-05-23  David S. Miller  <davem@davemloft.net>
38787         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38788         (__libc_sigaction): Remove unused local variables.
38790 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38792         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38794 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38796         mktime: avoid signed integer overflow
38797         * time/mktime.c (__mktime_internal): Do not mishandle the case
38798         where diff == INT_MIN.
38800         mktime: simplify computation of average
38801         * time/mktime.c (ranged_convert): Use new time_t_avg function
38802         instead of rolling our own (probably-slower) code.
38804         mktime: do not assume signed right shift propagates sign bit
38805         * time/mktime.c (isdst_differ): New static function.
38806         (__mktime_internal): No need to normalize tm_isdst now.
38807         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38808         tm_isdst values.
38810         mktime: merge another wrapv change from gnulib
38811         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38812         from some compilers.
38814         mktime: remove incorrect attempt at unusual arithmetics
38815         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38816         The code didn't really work on such machines anyway.
38817         (TYPE_MINIMUM): Assume two's complement.
38818         (twos_complement_arithmetic): Verify that long_int and time_t
38819         are two's complement (or unsigned, in the latter case).
38821         mktime: check signed shifts on long_int and time_t, too
38822         * time/mktime.c (SHR): Check that shifts work as desired
38823         on the types long_int and time_t too, as SHR is used on
38824         such types.
38826         mktime: do not assume 'long' is wide enough
38827         * time/mktime.c (verify): Move decl up.
38828         (long_int): New type.
38829         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38830         to remove assumption in the code that 'long' is wide enough to
38831         store year values.  This assumption is not true on x32 and on
38832         some non-glibc platforms.
38834         mktime: merge wrapv change from gnulib
38835         * time/mktime.c (WRAPV): New macro.
38836         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38837         (guess_time_tm, __mktime_internal): Do not assume that signed
38838         integer overflow wraps around; modern compilers generate code
38839         where this assumption is no longer valid.
38841 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38843         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38844         Replace "jmp L(pseudo_end)" with "ret".
38845         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38846         Likewise.
38848 2012-05-23  Andreas Jaeger  <aj@suse.de>
38850         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38851         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38853 2012-05-23  Andreas Jaeger  <aj@suse.de>
38854             Maximilian Attems  <max@stro.at>
38856         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38857         New macros.
38859 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38861         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38862         code so that pseudo_end is just ret and the stack pointer is
38863         correct also for static library in error case.
38865 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38867         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38868         move to syscalls.list.
38869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38874         * manual/install.texi (Running make install): Do not mention Linux
38875         kernel version for which pt_chown is not needed.
38876         (Linux): Do not mention problems with nscd with 2.0 kernels.
38877         * INSTALL: Regenerated.
38879 2012-05-23  Andreas Jaeger  <aj@suse.de>
38881         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38882         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38883         macro.
38884         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38885         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38886         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38887         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38888         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38889         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38890         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38891         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38892         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38893         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38894         * sysdeps/unix/sysv/linux/bits/in.h
38895         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38897 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38899         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38900         (PREPARE_VERSION): Just use assert instead, it will be elided
38901         under [NDEBUG] anyway.
38903 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38905         * sysdeps/unix/sysv/linux/Makefile: Include
38906         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38907         (sysdep_routines): Remove sysctl.
38908         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38909         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38910         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38911         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38912         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38914 2012-05-22  Andreas Jaeger  <aj@suse.de>
38916         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38917         that pseudo_end is just ret and the stack pointer is correct also
38918         for static library in error case.
38920 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38922         [BZ #14122]
38923         * nss/nsswitch.c (defconfig_entries): New variable.
38924         (__nss_database_lookup): Don't leak defconfig entries.
38925         (nss_parse_service_list): Don't leak on error paths.
38926         (free_database_entries): New function.
38927         (free_defconfig): New function.
38928         (free_mem): Move common code to free_database_entries.
38930 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38932         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38933         Add arch_prctl.
38934         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38936         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38937         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38938         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38939         New macro.
38940         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38941         (INTERNAL_SYSCALL_TYPES): Likewise.
38942         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38943         (LOAD_REGS_TYPES_[1-6]): Likewise.
38944         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38945         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38947 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38949         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38950         copysignl for GLIBC_2_0.
38951         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38952         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38953         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38954         logbl for GLIBC_2_0.
38955         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38956         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38958 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38960         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38961         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38963         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38964         Use "neg %eax".
38966         * time/mktime.c: Update copyright years.
38968 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38970         mktime: merge comment-quoting-style change from gnulib
38971         * time/mktime.c: Quote 'like this' in comments.
38972         The GNU coding standards suggest that we no longer quote `like this',
38973         as "`" and "'" are typically rendered asymmetrically nowadays.
38974         The typical gnulib style is to quote 'like this' when quoting
38975         code, and "like this" when quoting English.
38977         * time/mktime.c (compile-command): Add "-I.".
38979         mktime: merge mktime-internal.h change from gnulib
38980         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38982         mktime: merge time_r change from gnulib
38983         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38985         mktime: merge DEBUG change from gnulib
38986         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38987         case system <time.h> has a #define.
38989         mktime: merge <sys/types.h> change from gnulib
38990         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38991         since <time.t> is now guaranteed to define time_t.
38993         mktime: merge HAVE_CONFIG_H change from gnulib
38994         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38996 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38998         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38999         Use "neg %eax".
39001         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39002         __rlim_t cast.
39003         (struct rusage): Use anonymous union to pad each field to
39004         __syscall_slong_t.
39006 2012-05-21  David S. Miller  <davem@davemloft.net>
39008         * Makefules (o-iterator): Remove .s cases.
39009         (compile-command.s): Delete.
39010         (COMPILE.s): Delete.
39011         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39013 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39015         * configure.in (libc_cv_predef_stack_protector): Only consider
39016         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39017         * configure: Regenerated.
39019 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39021         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39022         New macro.  Use R*LP on int and pointer.
39023         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39024         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39025         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39026         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39028         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39029         [__WORDSIZE_TIME64_COMPAT32] instead of
39030         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39031         (struct utmp): Likewise.
39032         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39033         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39034         Renamed to ...
39035         (__WORDSIZE_TIME64_COMPAT32): This.
39036         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39037         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39038         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39039         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39040         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39041         (__WORDSIZE_TIME64_COMPAT32): New macro.
39043 2012-05-21  Andreas Jaeger  <aj@suse.de>
39045         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39046         only if [SHARED]. Add prototype for __wcschr_ia32.
39048 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39050         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39051         of %rbp unmolested in the jmp_buf while mangling the low bits.
39052         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39053         unmolested high bits of %rbp while demangling the low bits.
39054         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39056 2012-05-21  Andreas Jaeger  <aj@suse.de>
39058         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39059         * sunrpc/svc_simple.c: Use it for registerrpc.
39060         * sunrpc/xcrypt.c: Use it for passwd2des.
39062         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39064 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39066         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39067         Don't define if [__SYSCALL_WORDSIZE != 32].
39068         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39069         New macro.
39071 2012-05-21  Bruno Haible  <bruno@clisp.org>
39072             Andreas Jaeger  <aj@suse.de>
39074         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39075         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39076         inptr and inend for must_buffer_ch.
39077         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39078         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39079         * stdio-common/Makefile (tests): Remove bug15.
39080         (bug15-ENV): Remove macro.
39081         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39082         anymore.
39084 2012-05-19  Andreas Jaeger  <aj@suse.de>
39085             Roland McGrath  <roland@hack.frob.com>
39087         * manual/contrib.texi: Completely rewritten. It contains now an
39088         alphabetical list of contributors and their contributions.
39090 2012-05-21  Richard Henderson  <rth@twiddle.net>
39092         * misc/getauxval.c (__getauxval): Use unsigned long int.
39093         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39094         (getauxval): Use unsigned long int.
39096 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39098         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39100 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39102         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39103         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39104         __alignof__ (long double).
39106 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39110 2012-05-20  Richard Henderson  <rth@twiddle.net>
39112         * misc/getauxval.c: New file.
39113         * misc/sys/auxv.h: New file.
39114         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39115         (routines): Add getauxval.
39116         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39117         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39118         * elf/dl-sysdep.c (_dl_auxv): Remove.
39119         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39120         * elf/dl-support.c (_dl_auxv): New variable.
39121         (_dl_aux_init): Initialize it.
39122         * manual/startup.texi (Auxiliary Vector): New node.
39123         * sysdeps/generic/bits/hwcap.h: New file.
39124         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39125         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39126         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39127         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39128         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39129         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39131         Update.
39132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39133         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39135         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39136         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39137         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39138         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39141 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39143         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39145 2012-05-19  David S. Miller  <davem@davemloft.net>
39147         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39149 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39151         [BZ #14123]
39152         * math/s_ccosh.c: Include <float.h>
39153         (__ccosh): Avoid internal overflow calculating sinh and cosh
39154         values before multiplying by sin and cos values.
39155         * math/s_ccoshf.c: Likewise.
39156         * math/s_ccoshl.c: Likewise.
39157         * math/s_csin.c: Likewise.
39158         * math/s_csinf.c: Likewise.
39159         * math/s_csinl.c: Likewise.
39160         * math/s_csinh.c: Likewise.
39161         * math/s_csinhf.c: Likewise.
39162         * math/s_csinhl.c: Likewise.
39163         * math/libm-test.inc (ccos_test): Add more tests.
39164         (ccosh_test): Likewise.
39165         (csin_test): Likewise.
39166         (csinh_test): Likewise.
39167         * sysdeps/i386/fpu/libm-test-ulps: Update.
39168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39170 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39172         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39173         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39175         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39177 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39179         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39180         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39181         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39182         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39183         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39184         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39185         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39186         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39187         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39188         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39189         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39190         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39191         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39192         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39193         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39194         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39195         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39196         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39197         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39198         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39199         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39200         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39201         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39202         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39203         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39204         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39205         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39206         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39207         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39208         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39209         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39211 2012-05-18  Andreas Jaeger  <aj@suse.de>
39213         * csu/.gitignore: Delete.
39215 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39217         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39218         (timex): Use __syscall_slong_t.
39220 2012-05-18  Andreas Jaeger  <aj@suse.de>
39221             Carlos O'Donell  <carlos_odonell@mentor.com>
39223         * manual/install.texi (Configuring and compiling): Update
39224         description about files modified in the source directory.
39225         * INSTALL: Regenerated.
39227 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39229         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39230         value.  Use "or" to set return value to -1.
39231         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39232         negate return value.
39234 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39236         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39237         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39238         failure if the compiler has Graphite support disabled.
39239         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39240         Likewise.
39241         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39242         (CFLAGS-memmove.c): Likewise.
39243         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39244         Likewise.
39246 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39248         * sysdeps/x86_64/x32/_itoa.h: New file.
39250         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39251         getdents system call only if kernel and user dirents have the
39252         same d_ino and d_off.
39254         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39255         LLONG_MAX != LONG_MAX.
39256         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39257         (_fitoa_word): Likewise.
39259         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39260         years.
39261         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39262         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39263         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39265         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39266         include <bits/wordsize.h>.  Check __x86_64__ instead of
39267         __WORDSIZE.
39268         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39269         if __x86_64__ is defined.  Use anonymous union on fpstate.
39271         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39272         anonymous union.
39274 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39276         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39277         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39278         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39279         Refer to _rtld_local_ro instead of _rtld_global_ro.
39280         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39281         Likewise.
39282         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39283         Likewise.
39284         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39285         Likewise.
39286         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39287         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39288         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39290         * sysdeps/powerpc/powerpc32/dl-machine.c
39291         (__elf_machine_runtime_setup) [PROF]: Don't reference
39292         _dl_prof_resolve.
39294 2012-05-18  Andreas Jaeger  <aj@suse.de>
39296         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39297         function only available for GCCs before 3.4 since GCC 3.4
39298         introduced a builtin.
39299         (lrint): Likewise.
39300         (llrintf): Likewise.
39301         (llrint): Likewise.
39302         (fmaxf): Likewise.
39303         (fmax): Likewise.
39304         (fminf): Likewise.
39305         (fmin): Likewise.
39306         (rint): Likewise.
39307         (rintf): Likewise.
39308         (nearbyint): Likewise.
39309         (nearbyintf): Likewise.
39310         (ceil): Likewise.
39311         (ceilf): Likewise.
39312         (floor): Likewise.
39313         (floorf): Likewise.
39315 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39317         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39318         on both fields and cast pointer to __syscall_ulong_t.
39320         * bits/types.h (__fsword_t): New type.
39321         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39322         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39323         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39324         (__FSWORD_T_TYPE): Likewise.
39325         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39326         (__FSWORD_T_TYPE): Likewise.
39327         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39328         (__FSWORD_T_TYPE): Likewise.
39329         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39330         (__FSWORD_T_TYPE): Likewise.
39331         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39332         __SWORD_TYPE with __fsword_t.
39333         (statfs64): Likewise.
39335 2012-05-17  David S. Miller  <davem@davemloft.net>
39337         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39339 2012-05-17  Andreas Jaeger  <aj@suse.de>
39341         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39342         warning.
39344 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39346         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39348 2012-05-17  Andreas Jaeger  <aj@suse.de>
39350         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39351         when it is used.
39353 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39355         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39357 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39359         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39360         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39362 2012-05-17  Andreas Jaeger  <aj@suse.de>
39363             Carlos O'Donell  <carlos_odonell@mentor.com>
39365         [BZ #14059]
39366         * sysdeps/x86_64/multiarch/init-arch.h
39367         (bit_YMM_Usable): Rename to...
39368         (bit_AVX_Usable): ... this.
39369         (bit_FMA4_Usable): New macro.
39370         (bit_XMM_state): New macro.
39371         (bit_YMM_state): New macro.
39372         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39373         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39374         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39375         (CPUID_OSXSAVE): New macro.
39376         (CPUID_AVX): New macro.
39377         (CPUID_FMA4): New macro.
39378         (index_YMM_Usable): Rename to...
39379         (index_AVX_Usable): ... this.
39380         (HAS_AVX): Use HAS_ARCH_FEATURE.
39381         (HAS_FMA4): Likewise.
39382         (HAS_YMM_USABLE): Remove.
39383         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39384         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39385         are present.
39386         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39387         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39388         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39389         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39390         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39392 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39394         * math/libm-test.c: Support platforms without multiple rounding modes.
39395         * math/bug-nextafter.c: Support platforms without FP exceptions.
39396         * math/bug-nexttoward.c: Likewise.
39397         * math/test-fenv.c: Likewise.
39398         * math/test-misc.c: Likewise.
39399         * stdlib/bug-getcontext.c: Likewise.
39401 2012-05-17  Andreas Jaeger  <aj@suse.de>
39403         * manual/examples/search.c (critter_cmp): Change signature to
39404         avoid warnings.
39405         * manual/string.texi (Collation Functions): Likewise.
39407 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39409         * bits/types.h: Fold copyright years.
39410         * bits/typesizes.h: Likewise.
39411         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39412         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39413         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39414         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39415         * time/time.h: Likewise.
39417 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39419         [BZ #208]
39420         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39421         in instead of returning them.  Return void.
39422         (__libc_mallinfo): Accumulate over all arenas.
39423         (__malloc_stats): Adjust for change in int_mallinfo interface.
39425 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39427         [BZ #10375]
39428         * configure.in (NM): Add AC_CHECK_TOOL for it.
39429         (libc_extra_cflags): New substituted variable.
39430         Check for -fstack-protector being used implicitly.
39431         * configure: Regenerated.
39432         * config.make.in (config-extra-cflags): New variable,
39433         gets @libc_extra_cflags@.
39434         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39436         [BZ #10375]
39437         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39438         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39439         * configure: Regenerated.
39440         * config.make.in (CPPUNDEFS): New substituted variable.
39441         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39442         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39443         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39445 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39447         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39448         (mq_attr): Use __syscall_slong_t.
39450 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39452         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39453         Check __x86_64__ instead of __WORDSIZE.
39454         (_STAT_VER_LINUX): Likewise.
39455         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39456         __syscall_ulong_t and __syscall_slong_t.
39457         (stat64): Likewise.
39459 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39461         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39463 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39465         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39467 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39469         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39470         __syscall_ulong_t.
39472         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39473         include <bits/wordsize.h>.  Check __x86_64__ instead of
39474         __WORDSIZE.
39475         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39476         defined.
39477         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39479         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39480         include <bits/wordsize.h>.  Check __x86_64__ instead of
39481         __WORDSIZE.
39482         (user_regs_struct): Use "__extension__ unsigned long long"
39483         instead of "unsigned long" if __x86_64__ is defined.
39484         (user): Likewise.  Pad after pointer field if __ILP32__ is
39485         defined.
39487 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39489         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39490         versions 5 to 9.
39491         * configure: Regenerated.
39492         * manual/install.texi (texinfo): Increase version requirement to
39493         4.5 or later.
39494         * INSTALL: Regenerated.
39496         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39498 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39500         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39502         * sysdeps/x86_64/x32/ffs.c: New file.
39504         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39505         __syscall_ulong_t.
39506         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39507         defined.  Use __syscall_ulong_t.
39508         (shminfo): Use __syscall_ulong_t.
39509         (shm_info): Likewise.
39511         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39512         __syscall_ulong_t.
39514         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39515         <bits/wordsize.h>.
39516         (msgqnum_t): Use __syscall_ulong_t.
39517         (msglen_t): Likewise.
39518         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39519         __syscall_ulong_t.
39521         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39522         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39524         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39526         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39527         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39529         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39530         __syscall_slong_t.
39532         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39533         include <bits/wordsize.h>.  Check __x86_64__ instead of
39534         __WORDSIZE.
39536         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39537         "unsigned long long int" if __x86_64__ is defined.
39538         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39540         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39541         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39542         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39544         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39545         <stdint.h>.
39546         (GET_PC): Cast to uintptr_t first.
39547         (GET_FRAME): Likewise.
39548         (GET_STACK): Likewise.
39550         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39551         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39552         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39553         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39554         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39555         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39556         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39557         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39558         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39559         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39560         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39561         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39562         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39563         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39564         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39565         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39566         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39567         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39568         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39569         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39570         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39571         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39572         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39573         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39574         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39575         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39576         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39577         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39578         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39580 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39582         * Makerules (+depfiles): Also collect depfiles from .oS in
39583         $(extra-objs).
39584         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39585         .oS, $(libnldbl-routines)).
39587         * Makerules (native-compile-mkdep-flags): Define.
39588         * sunrpc/Makefile (extra-objs): Add $(addprefix
39589         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39590         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39591         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39592         calling $(make-target-directory).
39594 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39596         * bits/types.h (__snseconds_t): Removed.
39597         * time/time.h (struct timespec): Replace __snseconds_t with
39598         __syscall_slong_t.
39599         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39600         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39601         Likewise.
39602         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39603         (__SNSECONDS_T_TYPE): Likewise.
39604         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39605         (__SNSECONDS_T_TYPE): Likewise.
39606         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39607         (__SNSECONDS_T_TYPE): Likewise.
39609 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39611         * sysdeps/mach/hurd/bits/typesizes.h
39612         (__SYSCALL_SLONG_TYPE): New macro.
39613         (__SYSCALL_ULONG_TYPE): Likewise.
39615 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39617         * bits/types.h (__syscall_slong_t): New type.
39618         (__syscall_ulong_t): Likewise.
39620         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39621         (__SYSCALL_ULONG_TYPE): Likewise.
39622         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39623         (__SYSCALL_SLONG_TYPE): Likewise.
39624         (__SYSCALL_ULONG_TYPE): Likewise.
39625         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39626         (__SYSCALL_SLONG_TYPE): Likewise.
39627         (__SYSCALL_ULONG_TYPE): Likewise.
39628         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39629         (__SYSCALL_SLONG_TYPE): Likewise.
39630         (__SYSCALL_ULONG_TYPE): Likewise.
39632 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39634         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39635         Add sigaltstack-offsets.sym.
39636         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39637         <sigaltstack-offsets.h>.
39638         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39639         longjmp_msg pointer.
39640         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39641         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39642         signal stack.
39643         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39645 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39647         * elf/stackguard-macros.h: Remove file.
39648         * sysdeps/generic/stackguard-macros.h: New file.
39649         * sysdeps/i386/stackguard-macros.h: Likewise.
39650         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39651         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39652         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39653         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39654         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39655         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39656         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39657         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39658         <elf/stackguard-macros.h>.
39660         [BZ #14109]
39661         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39662         __aligned__ in attribute.
39663         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39664         (gregset_t): Likewise.
39666 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39668         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39669         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39670         * sysdeps/x86_64/x32/Implies-after: New file.
39672 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39674         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39675         and access return value for _dl_profile_fixup.  Use R10_LP to
39676         load frame size.
39678 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39680         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39682 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39684         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39685         * sysdeps/x86_64/x32/sysdep.h: New file.
39687 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39689         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39690         * sysdeps/x86_64/setjmp.S: Likewise.
39692 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39694         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39695         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39696         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39697         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39698         remove unused global constant.
39700 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39702         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39703         include of <not-cancel.h>.
39705 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39707         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39709 2012-05-15  Jeff Law  <law@redhat.com>
39710             Andreas Jaeger  <aj@suse.de>
39712         [BZ #13594]
39713         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39714         out from...
39715         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39716         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39717         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39718         code changing __hst_map_handle.map.
39720 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39722         * configure.in (sysnames): Look for Implies-before and Implies-after
39723         files.
39724         * configure: Regenerated.
39726 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39728         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39729         8-byte data alignment with LP_SIZE alignment.
39731 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39733         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39734         into R10_LP.
39736 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39738         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39742         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39743         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39744         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39745         Likewise.
39746         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39748 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39750         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39751         (stackinfo_sub_sp): Likewise.
39753 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39755         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39756         RAX_LP.
39758 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39760         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39761         into R*_LP.
39763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39765         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39766         sizes into R*_LP.
39768 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39770         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39774         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39775         into R11_LP and load __x86_64_shared_cache_size_half into
39776         R8_LP.
39778 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39780         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39781         R8_LP.
39783 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39785         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39786         logb for POWER7.
39787         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39788         logbf for POWER7.
39789         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39790         logbl for POWER7.
39791         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39792         powerpc32/power7/fpu/s_logb.c via #include.
39793         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39794         powerpc32/power7/fpu/s_logbf.c via #include.
39795         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39796         powerpc32/power7/fpu/s_logbl.c via #include.
39798 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39800         * README.libm: Remove file.
39802 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39804         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39805         count for x32.  Use R*_LP and omit operand-size suffix.
39807 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39809         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39810         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39811         * sysdeps/x86_64/x32/shlib-versions: New file.
39813 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39815         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39816         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39817         Use _dl_fatal_printf instead.
39819 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39821         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39822         set if not set by the user.  Do not allow for being unset.
39823         * sysdeps/unix/sysv/linux/configure: Regenerated.
39825 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39827         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39828         the `q' suffix from lea and replace .quad with ASM_ADDR.
39830 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39832         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39833         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39834         instead of $17.
39835         (PTR_DEMANGLE): Likewise.
39837 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39839         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39840         (LP_OP): Likewise.
39841         (ASM_ADDR): Likewise.
39842         (RAX_LP): Likewise.
39843         (RBP_LP): Likewise.
39844         (RBX_LP): Likewise.
39845         (RCX_LP): Likewise.
39846         (RDI_LP): Likewise.
39847         (RSI_LP): Likewise.
39848         (RSP_LP): Likewise.
39849         (R8_LP): Likewise.
39850         (R9_LP): Likewise.
39851         (R10_LP): Likewise.
39852         (R10_LP): Likewise.
39853         (R11_LP): Likewise.
39854         (R12_LP): Likewise.
39855         (R13_LP): Likewise.
39856         (R14_LP): Likewise.
39857         (R15_LP): Likewise.
39859 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39861         * sysdeps/x86_64/x32/dl-machine.h: New file.
39863 2012-05-14  Andreas Jaeger  <aj@suse.de>
39865         * manual/Makefile (subdir): Remove export of subdir.
39866         (all): Remove target.
39867         (.PHONY): Remove all from list.
39868         (mkinstalldirs): Remove.
39869         (.PHONY): Remove installdirs from list.
39870         ($(inst_infodir)/libc.info): Use make-target-directory.
39871         (installdirs): Remove.
39872         (subdir_%): Remove.
39873         (glibc-targets): Remove.
39874         (lib): Remove.
39875         (stubs): Remove.
39876         ($(objpfx)stubs ../po/manual.pot): Remove.
39877         ($(objpfx)stamp%): Remove.
39878         (make-target-directory): Remove.
39879         (subdir_install): Remove.
39880         (routines): Remove.
39881         (aux): Remove.
39882         (sources): Remove.
39883         (objects): Remove.
39884         (headers): Remove.
39886         [BZ #13750]
39887         * manual/.gitignore: Remove, it's not needed anymore.
39888         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39889         all files in it.
39890         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39891         directory.
39892         (texis): Renamed to $(objpfx)texis.
39893         (texis-path): New, contains path to generated files.
39894         (chapters.%): Use texis-path for complete path, add extra argument
39895         libc-texinfo.sh.
39896         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39897         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39898         (summary,texi, stamp-summary): Use complete path of
39899         files. Generate files in build dir.
39900         (dir-add.texi): Build in build dir.
39901         (libm-err.texi,stamp-libm-err): Likewise.
39902         (version.texi, stamp-version): Likewise.
39903         (.%c.texi): Likewise.
39904         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39905         (mostlyclean): Remove target.
39906         (realclean): Remove target.
39907         (generated): Add new variable with contents from mostlyclean and
39908         realclean, remove entries duplicated in common-mostlyclean, add
39909         stamp-libm-err and stamp-version.
39910         (generated-dirs): Add libc directory.
39911         ($(inst_infodir)/libc.info): Install files from build dir.
39913         * manual/install.texi (Configuring and compiling): Adjust since
39914         the info files are not part of the tar ball anymore.
39916 2012-05-14  Andreas Jaeger  <aj@suse.de>
39918         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39919         variable.
39921 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39923         [BZ #13717]
39924         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39925         to 2.2.0 where earlier.
39926         * sysdeps/unix/sysv/linux/configure: Regenerated.
39927         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39928         Remove conditional code.
39929         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39930         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39931         Remove conditional code.
39932         [!__NR_lchown]: Likewise.
39933         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39934         [__NR_lchown]: Likewise.
39935         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39936         comment referencing __ASSUME_LCHOWN_SYSCALL.
39937         * sysdeps/unix/sysv/linux/i386/sigaction.c
39938         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39939         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39940         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39941         Remove conditional code.
39942         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39943         (__protocol_available): Remove #if 0 code.
39944         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39945         conditional code.
39946         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39947         * sysdeps/unix/sysv/linux/kernel-features.h
39948         (__ASSUME_GETCWD_SYSCALL): Don't define.
39949         (__ASSUME_REALTIME_SIGNALS): Likewise.
39950         (__ASSUME_PREAD_SYSCALL): Likewise.
39951         (__ASSUME_PWRITE_SYSCALL): Likewise.
39952         (__ASSUME_POLL_SYSCALL): Likewise.
39953         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39954         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39955         non-SPARC.
39956         (__ASSUME_SIOCGIFNAME): Don't define.
39957         (__ASSUME_MSG_NOSIGNAL): Likewise.
39958         (__ASSUME_SENDFILE): Define unconditionally.
39959         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39960         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39961         conditional code.
39962         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39963         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39964         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39965         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39966         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39967         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39968         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39970         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39971         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39973         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39974         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39976         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39977         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39979         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39980         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39982         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39983         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39985         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39986         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39988         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39989         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39991         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39992         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39993         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39994         Remove conditional code.
39995         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39996         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39997         Remove conditional code.
39998         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39999         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40000         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40001         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40002         Remove conditional code.
40003         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40004         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40005         Remove conditional code.
40006         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40007         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40008         Remove conditional code.
40009         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40010         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40011         Remove conditional code.
40012         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40013         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40014         Remove conditional code.
40015         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40016         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40017         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40018         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40019         * sysdeps/unix/sysv/linux/sigaction.c
40020         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40021         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40022         * sysdeps/unix/sysv/linux/sigpending.c
40023         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40024         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40025         * sysdeps/unix/sysv/linux/sigprocmask.c
40026         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40027         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40028         * sysdeps/unix/sysv/linux/sigsuspend.c
40029         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40030         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40031         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40032         (__libc_missing_rt_sigs): Remove.
40033         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40034         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40035         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40036         Remove conditional code.
40037         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40038         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40039         return 1.
40040         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40041         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40042         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40043         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40045 2012-05-14  Andreas Jaeger  <aj@suse.de>
40047         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40048         it's not used in glibc.
40049         (__coshm1): Likewise.
40050         (__acosh1p): Likewise.
40051         (__sgn): Likewise.
40053         * manual/string.texi (Copying and Concatenation): Add missing
40054         variable in concat example.
40055         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40057 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40059         [BZ #14103]
40060         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40061         __builtin_clzl with __builtin_clzll.
40063 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40065         [BZ #14104]
40066         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40067         libc_freeres_ptr.
40069 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40071         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40072         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40073         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40074         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40076 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40078         * NEWS: Update ia64 info.
40080 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40082         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40083         used as bcopy.
40085 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40087         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40088         * sysdeps/unix/syscalls.list (dup3): Likewise.
40089         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40090         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40092 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40094         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40095         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40097 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40099         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40100         thread pointer.
40101         (TLS_IE): Use mov/add instead of movq/addq to load thread
40102         pointer.
40103         (TLS_GD_PREFIX): New.
40104         (TLS_GD): Use it.
40106 2012-05-11  David S. Miller  <davem@davemloft.net>
40108         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40109         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40110         (_FPU_SETCW): Likewise.
40112 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40114         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40115         is 32-byte aligned.
40117 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40119         [BZ #11837]
40120         * iconvdata/gb18030.c: Update tables.
40121         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40122         characters specially.
40123         (BODY for TO_LOOP): Add encoding of missing ranges.
40125 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40127         [BZ #13673]
40128         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40129         * sysdeps/mach/hurd/dup3.c: Likewise.
40130         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40131         * sysdeps/powerpc/memmove.c:: Likewise.
40133 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40135         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40136         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40138 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40140         * elf/elf.h (R_X86_64_RELATIVE64): New.
40141         (R_X86_64_NUM): Updated.
40142         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40143         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40144         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40145         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40146         tst-quad1pie tst-quad2pie
40147         (modules-names): Add tst-quadmod1 tst-quadmod2.
40148         ($(objpfx)tst-quad1): New dependency.
40149         ($(objpfx)tst-quad2): Likewise.
40150         ($(objpfx)tst-quad1pie): Likewise.
40151         ($(objpfx)tst-quad2pie): Likewise.
40152         * sysdeps/x86_64/tst-quad1.c: New file.
40153         * sysdeps/x86_64/tst-quad1pie.c: New file.
40154         * sysdeps/x86_64/tst-quad2.c: Likewise.
40155         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40156         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40157         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40158         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40159         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40161 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40163         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40164         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40165         * streams/stropts.h (t_scalar_t): Define type.
40167         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40168         (_PATH_PRESERVE): Set to "/var/lib".
40169         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40171         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40172         instead of int.
40174         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40175         if __dir_mkfile succeeded.
40177         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40178         checking for _hurd_dtablesize.  Unlock it right after having
40179         finished _hurd_dtable allocation.
40181 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40183         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40184         * sysdeps/mach/hurd/configure: Regenerated.
40185         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40186         special-casing to...
40187         * sysdeps/gnu/configure.in: ... this new file.
40188         * sysdeps/unix/sysv/linux/configure: Regenerated.
40189         * sysdeps/gnu/configure: New generated file.
40191         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40192         for Linux: use nsec instead of usec, as well as:
40193         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40194         members of type struct timespec.
40195         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40196         New macros.
40197         (struct stat64): Likewise.
40198         (_STATBUF_ST_NSEC): New macro.
40199         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40201         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40202         __strtoul_internal rather than strtoul.
40204 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40206         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40207         and reject them.
40209 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40211         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40212         which preserves existing values.
40213         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40215 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40217         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40218         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40219         greater than FD_SETSIZE.
40221 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40223         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40224         allocated, call __vm_protect to finish enabling the existing space, and
40225         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40226         allocate the remainder.
40228 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40230         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40231         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40233 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40235         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40236         sysdeps/mach/hurd/readlink.c.
40238         * posix/tst-sysconf.c (posix_options): Only use
40239         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40240         _POSIX_SYNCHRONIZED_IO when they are defined
40241         * sysdeps/mach/hurd/bits/posix_opt.h:
40242         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40243         (_XOPEN_REALTIME): Undefine macro.
40244         (_XOPEN_REALTIME_THREADS): Undefine macro.
40245         (_XOPEN_SHM): Undefine macro.
40246         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40247         macro to -1.
40248         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40249         macro to -1.
40250         (_POSIX_ASYNC_IO): Undefine macro.
40251         (_POSIX_PRIORITIZED_IO): Undefine macro.
40252         (_POSIX_SPIN_LOCKS): Define macro to -1.
40254         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40255         SA_NODEFER, SA_RESETHAND.
40256         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40257         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40258         F_DUPFD_CLOEXEC.
40260 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40262         * elf/Makefile (pldd-modules): Define unconditionally.
40264 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40266         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40268 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40270         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40271         Return ENOENT when name is empty.
40272         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40274 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40276         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40278         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40280 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40282         Fix mlock in all cases except non-readable pages.
40283         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40284         instead of VM_PROT_ALL as parameter to __vm_wire function.
40286         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40287         (__mkdir): When path is `/', just fail with EEXIST.
40288         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40290 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40292         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40293         <sys/uio.h> (for writev).
40294         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40295         and <sys/param.h> (for MIN).
40297 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40299         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40300         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40301         if interrupted.
40303 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40305         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40306         Depend on against $(link-rpcuserlibs).
40308 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40310         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40311         (__libc_stack_end): Do not use attribute_relro.
40312         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40313         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40314         to libthread-provided value.
40315         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40316         attribute_relro.
40318 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40320         [BZ #3748]
40321         * bits/libc-lock.h (__libc_once_get): New macro.
40322         * sysdeps/mach/bits/libc-lock.h: Likewise.
40323         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40324         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40325         instead of using implementation details.
40327         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40328         * libio/freopen.c: Likewise.
40329         * libio/freopen64.c: Likewise.
40330         * misc/syslog.c: Likewise.
40331         * nscd/connections.c: Likewise.
40332         * nscd/netgroupcache.c: Likewise.
40333         * sysdeps/posix/getcwd.c: Likewise.
40335 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40337         * math/w_ilogbf.c: Add #include <limits.h>.
40339 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40341         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40342         path instead of returning without unlocking.
40344         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40345         immediate-write ioctls.
40346         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40348 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40350         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40351         __builtin_frame_address instead of making assumptions about the
40352         location of the return address relative to DATA.  Force early load of
40353         the return address.
40354         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40355         __builtin_frame_address.
40357         dup3 for GNU Hurd.
40358         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40359         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40360         implement dup3 and do some further code clean-ups.
40361         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40362         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40364 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40366         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40368         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40369         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40370         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40371         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40372         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40373         d->port.lock.
40375         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40376         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40377         when handler == SIG_ERR, not when handler != SIG_ERR.
40379 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40381         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40382         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40383         definitions.
40385         accept4 for GNU Hurd.
40386         * include/sys/socket.h (__libc_accept4): New prototype.
40387         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40388         to implement __libc_accept4.
40389         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40390         __libc_accept4.
40391         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40393         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40394         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40395         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40396         signal-defines.sym.
40398 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40400         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40402 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40404         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40405         assertion on O_CLOEXEC flag.
40406         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40407         * hurd/intern-fd.c: Likewise.
40408         * hurd/port2fd.c: Likewise.
40410 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40412         [BZ #3906]
40413         * bits/in.h (IPV6_PKTINFO): Define new macro.
40414         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40416 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40418         [BZ #13954]
40419         [BZ #13955]
40420         [BZ #13956]
40421         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40422         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40423         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40424         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40425         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40426         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40427         * math/libm-test.inc (logb_test) : Additional logb tests.
40429 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40430             Andreas Jaeger  <aj@suse.de>
40432         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40433         * configure: Regenerated.
40434         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40435         * config.make.in (link-obsolete-rpc): New substituted variable.
40436         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40437         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40438         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40439         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40440         so that libc.a contains the symbols.
40441         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40442         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40443         * sunrpc/auth_none.c: Likewise.
40444         * sunrpc/auth_unix.c: Likewise.
40445         * sunrpc/authdes_prot.c: Likewise.
40446         * sunrpc/authuxprot.c: Likewise.
40447         * sunrpc/clnt_gen.c: Likewise.
40448         * sunrpc/clnt_perr.c: Likewise.
40449         * sunrpc/clnt_raw.c: Likewise.
40450         * sunrpc/clnt_simp.c: Likewise.
40451         * sunrpc/clnt_tcp.c: Likewise.
40452         * sunrpc/clnt_udp.c: Likewise.
40453         * sunrpc/clnt_unix.c: Likewise.
40454         * sunrpc/des_crypt.c: Likewise.
40455         * sunrpc/des_soft.c: Likewise.
40456         * sunrpc/get_myaddr.c: Likewise.
40457         * sunrpc/key_call.c: Likewise.
40458         * sunrpc/key_prot.c: Likewise.
40459         * sunrpc/netname.c: Likewise.
40460         * sunrpc/pm_getmaps.c: Likewise.
40461         * sunrpc/pm_getport.c: Likewise.
40462         * sunrpc/pmap_clnt.c: Likewise.
40463         * sunrpc/pmap_prot.c: Likewise.
40464         * sunrpc/pmap_prot2.c: Likewise.
40465         * sunrpc/pmap_rmt.c: Likewise.
40466         * sunrpc/publickey.c: Likewise.
40467         * sunrpc/rpc_cmsg.c: Likewise.
40468         * sunrpc/rpc_common.c: Likewise.
40469         * sunrpc/rpc_dtable.c: Likewise.
40470         * sunrpc/rpc_prot.c: Likewise.
40471         * sunrpc/rpc_thread.c: Likewise.
40472         * sunrpc/rtime.c: Likewise.
40473         * sunrpc/svc.c: Likewise.
40474         * sunrpc/svc_auth.c: Likewise.
40475         * sunrpc/svc_raw.c: Likewise.
40476         * sunrpc/svc_run.c: Likewise.
40477         * sunrpc/svc_tcp.c: Likewise.
40478         * sunrpc/svc_udp.c: Likewise.
40479         * sunrpc/svc_unix.c: Likewise.
40480         * sunrpc/svcauth_des.c: Likewise.
40481         * sunrpc/xcrypt.c: Likewise.
40482         * sunrpc/xdr.c: Likewise.
40483         * sunrpc/xdr_array.c: Likewise.
40484         * sunrpc/xdr_float.c: Likewise.
40485         * sunrpc/xdr_intXX_t.c: Likewise.
40486         * sunrpc/xdr_mem.c: Likewise.
40487         * sunrpc/xdr_rec.c: Likewise.
40488         * sunrpc/xdr_ref.c: Likewise.
40489         * sunrpc/xdr_sizeof.c: Likewise.
40490         * sunrpc/xdr_stdio.c: Likewise.
40492 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40494         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40495         change.  Update copyright years.
40497 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40499         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40501 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40502             Joseph Myers  <joseph@codesourcery.com>
40503             Paul Pluzhnikov  <ppluzhnikov@google.com>
40505         [BZ #14012]
40506         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40507         requiring rpcgen.
40508         [cross-compiling] (extra-libs): Likewise.
40509         [cross-compiling] (extra-libs-others): Likewise.
40510         [cross-compiling] (librpcsvc-routines): Likewise.
40511         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40512         [cross-compiling] (omit-deps): Likewise.
40513         (sunrpc-CPPFLAGS): New variable.
40514         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40515         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40516         (cross-rpcgen-objs): New variable.
40517         (extra-objs): Append $(cross-rpcgen-objs).
40518         ($(cross-rpcgen-objs)): New rule.
40519         ($(objpfx)cross-rpcgen): Likewise.
40520         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40521         comment.
40522         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40523         ($(objpfx)x%.stmp): Likewise.
40524         * sunrpc/proto.h [IS_IN_build] (_): Define.
40525         [IS_IN_build] (_libc_intl_domainname): Likewise.
40527 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40529         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40530         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40531         and R_X86_64_TPOFF64.
40533 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40535         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40536         sysdeps/unix/sysv/syscalls.list.
40537         (stime): Likewise.
40538         (utime): Likewise.
40539         * sysdeps/unix/sysv/syscalls.list: Remove file.
40541 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40543         [BZ #3440]
40544         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40545         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40546         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40547         (__LC_IDENTIFICATION): Make these macros useful in #if
40548         expressions, as required by C99.
40550 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40552         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40553         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40554         after this.
40556 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40558         * stdlib/longlong.h: Updated from GCC.
40560 2012-05-09  Andreas Jaeger  <aj@suse.de>
40562         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40563         default is first entry.
40564         (run_mode): Set type.
40565         (main): Remove informal message about syslog.
40566         (options): Fix typo.
40568         [BZ #14053]
40569         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40570         to asm.
40571         (lrint): Likewise.
40572         (llrintf): Likewise.
40573         (llrint): Likewise.
40574         (rint): Likewise.
40575         (rintf): Likewise.
40576         (nearbyint): Likewise.
40577         (nearbyintf): Likewise.
40579 2012-05-09  Andreas Jaeger  <aj@suse.de>
40580             Pedro Alves  <palves@redhat.com>
40582         * nscd/nscd.c (run_mode): Use enum.
40583         (main): Cleanup coding style issue.
40585 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40586             Andreas Jaeger  <aj@suse.de>
40588         * nscd/nscd.c (go_background): Replaced with...
40589         (run_mode): ... this.
40590         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40591         (options): Add -F --foreground.
40592         (main): Implement it.
40593         (parse_opt): Parse it.
40595 2012-05-09  Andreas Jaeger  <aj@suse.de>
40597         [BZ #14083]
40598         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40599         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40600         -Wconversion warning.
40601         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40602         Likewise.
40604 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40606         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40607         == 0.
40608         (LC_ALL): Use macro-int-constant.
40609         (LC_COLLATE): Likewise.
40610         (LC_CTYPE): Likewise.
40611         (LC_MESSAGES): Likewise.
40612         (LC_MONETARY): Likewise.
40613         (LC_NUMERIC): Likewise.
40614         (LC_TIME): Likewise.
40615         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40616         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40617         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40618         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40619         Specify type.
40620         [C99-based standards] (float_t): Expect type.
40621         [C99-based standards] (double_t): Expect type.
40622         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40623         type.
40624         [C99-based standards] (HUGE_VALL): Likewise.
40625         [C99-based standards] (INFINITY): Likewise.
40626         [C99-based standards] (NAN): Likewise.
40627         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40628         [C99-based standards] (FP_NAN): Likewise.
40629         [C99-based standards] (FP_NORMAL): Likewise.
40630         [C99-based standards] (FP_SUBNORMAL): Likewise.
40631         [C99-based standards] (FP_ZERO): Likewise.
40632         [C99-based standards] (FP_FAST_FMA): Use
40633         optional-macro-int-constant.  Specify type.  Require == 1.
40634         [C99-based standards] (FP_FAST_FMAF): Likewise.
40635         [C99-based standards] (FP_FAST_FMAL): Likewise.
40636         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40637         [C99-based standards] (FP_ILOGBNAN): Likewise.
40638         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40639         Specify type.
40640         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40641         [C99-based standards] (math_errhandling): Specify type.
40642         [ISO99 || ISO11] (signgam): Do not allow.
40643         [non-C99-based standards] (copysignf): Do not allow.
40644         [non-C99-based standards] (exp2f): Likewise.
40645         [non-C99-based standards] (log2f): Likewise.
40646         [non-C99-based standards] (modff): Allow.
40647         [non-C99-based standards] (erff): Do not allow.
40648         [non-C99-based standards] (erfcf): Likewise.
40649         [non-C99-based standards] (gammaf): Likewise.
40650         [non-C99-based standards] (hypotf): Likewise.
40651         [non-C99-based standards] (j0f): Likewise.
40652         [non-C99-based standards] (j1f): Likewise.
40653         [non-C99-based standards] (jnf): Likewise.
40654         [non-C99-based standards] (lgammaf): Likewise.
40655         [non-C99-based standards] (tgammaf): Likewise.
40656         [non-C99-based standards] (y0f): Likewise.
40657         [non-C99-based standards] (y1f): Likewise.
40658         [non-C99-based standards] (ynf): Likewise.
40659         [non-C99-based standards] (isnanf): Likewise.
40660         [non-C99-based standards] (acoshf): Likewise.
40661         [non-C99-based standards] (asinhf): Likewise.
40662         [non-C99-based standards] (atanhf): Likewise.
40663         [non-C99-based standards] (cbrtf): Likewise.
40664         [non-C99-based standards] (expm1f): Likewise.
40665         [non-C99-based standards] (ilogbf): Likewise.
40666         [non-C99-based standards] (log1pf): Likewise.
40667         [non-C99-based standards] (logbf): Likewise.
40668         [non-C99-based standards] (nextafterf): Likewise.
40669         [non-C99-based standards] (remainderf): Likewise.
40670         [non-C99-based standards] (rintf): Likewise.
40671         [non-C99-based standards] (scalbf): Likewise.
40672         [non-C99-based standards] (copysignl): Likewise.
40673         [non-C99-based standards] (exp2l): Likewise.
40674         [non-C99-based standards] (log2l): Likewise.
40675         [non-C99-based standards] (modfl): Allow.
40676         [non-C99-based standards] (erfl): Do not allow.
40677         [non-C99-based standards] (erfcl): Likewise.
40678         [non-C99-based standards] (gammal): Likewise.
40679         [non-C99-based standards] (hypotl): Likewise.
40680         [non-C99-based standards] (j0l): Likewise.
40681         [non-C99-based standards] (j1l): Likewise.
40682         [non-C99-based standards] (jnl): Likewise.
40683         [non-C99-based standards] (lgammal): Likewise.
40684         [non-C99-based standards] (tgammal): Likewise.
40685         [non-C99-based standards] (y0l): Likewise.
40686         [non-C99-based standards] (y1l): Likewise.
40687         [non-C99-based standards] (ynl): Likewise.
40688         [non-C99-based standards] (isnanl): Likewise.
40689         [non-C99-based standards] (acoshl): Likewise.
40690         [non-C99-based standards] (asinhl): Likewise.
40691         [non-C99-based standards] (atanhl): Likewise.
40692         [non-C99-based standards] (cbrtl): Likewise.
40693         [non-C99-based standards] (expm1l): Likewise.
40694         [non-C99-based standards] (ilogbl): Likewise.
40695         [non-C99-based standards] (log1pl): Likewise.
40696         [non-C99-based standards] (logbl): Likewise.
40697         [non-C99-based standards] (nextafterl): Likewise.
40698         [non-C99-based standards] (remainderl): Likewise.
40699         [non-C99-based standards] (rintl): Likewise.
40700         [non-C99-based standards] (scalbl): Likewise.
40701         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40702         [non-C99-based standards] (FP_*): Do not allow.
40703         [C99-based standards] (FP_*): Change to
40704         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40705         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40706         allow.
40707         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40708         (SIG_ERR): Likewise.
40709         [X/Open-based standards] (SIG_HOLD): Likewise.
40710         (SIG_IGN): Likewise.
40711         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40712         positive value.
40713         (SIGFPE): Likewise.
40714         (SIGILL): Likewise.
40715         (SIGINT): Likewise.
40716         (SIGSEGV): Likewise.
40717         (SIGTER): Likewise.
40718         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40719         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40720         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40721         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40722         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40723         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40724         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40725         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40726         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40727         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40728         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40729         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40730         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40731         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40732         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40733         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40734         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40735         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40736         [X/Open-based standards] (SIGTRAP): Likewise.
40737         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40738         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40739         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40740         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40741         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40742         allow.
40744 2012-05-08  Ian Wienand  <ianw@vmware.com>
40746         [BZ #14080]
40747         * time/tzset.c (__tzset_parse_tz): Update default rules for
40748         daylight time changes in the Energy Policy Act of 2005.
40750 2012-05-09  Andreas Jaeger  <aj@suse.de>
40752         [BZ #13983]
40753         * elf/ldconfig.c (parse_conf): Change string to make clear that
40754         ldconfig only issued a warning if ld.so.conf does not exist.
40756 2012-05-08  David S. Miller  <davem@davemloft.net>
40758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40759         movxtod instead of popping the value on the stack.
40761         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40763 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40765         * config.h.in: Add HAVE_ARM_PCS_VFP.
40767 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40769         [BZ #13979]
40770         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40771         checking but the checks are disabled for any reason.
40773 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40775         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40776         and ELF64_R_TYPE with ELFW(R_TYPE).
40778 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40780         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40781         (ulimit): Likewise.
40783         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40784         (settimeofday): Likewise.
40786 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40788         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40789         a struct th_u2 inside the union, and move tu_block/tu_code into
40790         a new th_u3 union of tu_block/tu_code inside of that.  Move
40791         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40792         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40793         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40794         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40795         (th_stuff): Change to th_u1.tu_stuff.
40796         (th_data): Define.
40797         (th_msg): Change to th_u1.th_u2.tu_data.
40799 2012-05-07  David S. Miller  <davem@davemloft.net>
40801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40803         [BZ #14074]
40804         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40805         (SETUP_PIC_REG): Use it.
40806         (SETUP_PIC_REG_LEAF): Use it.
40808 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40810         [BZ #13885]
40811         [BZ #13923]
40812         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40813         USE_AS_EXPM1L.
40814         (EXPL_FINITE): Likewise.
40815         (FLDLOG): Likewise.
40816         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40817         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40818         e_expl.S.
40819         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40820         USE_AS_EXPM1L.
40821         (EXPL_FINITE): Likewise.
40822         (FLDLOG): Likewise.
40823         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40824         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40825         e_expl.S.
40826         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40827         test of -max_value argument for long double.
40828         * sysdeps/i386/fpu/libm-test-ulps: Update.
40829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40831 2012-05-06  David S. Miller  <davem@davemloft.net>
40833         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40834         quad soft-float symbols whose references which are compiler
40835         generated.
40836         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40838 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40840         [BZ #13884]
40841         [BZ #13914]
40842         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40843         USE_AS_EXP10L.
40844         (EXPL_FINITE): Likewise.
40845         (FLDLOG): Likewise.
40846         (c0): Likewise.
40847         (c1): Likewise.
40848         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40849         Adjust comments for base varying.
40850         (__expl_finite): Change alias to EXPL_FINITE.
40851         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40852         e_expl.S.
40853         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40854         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40855         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40856         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40857         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40858         USE_AS_EXP10L.
40859         (EXPL_FINITE): Likewise.
40860         (FLDLOG): Likewise.
40861         (c0): Likewise.
40862         (c1): Likewise.
40863         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40864         Adjust comments for base varying.
40865         (__expl_finite): Change alias to EXPL_FINITE.
40866         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40867         tests for bugs.
40868         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40870         [BZ #14064]
40871         * math/libm-test.inc (check_float_internal): Correct ulp
40872         calculation for subnormal expected results.
40874 2012-05-06  Andreas Jaeger  <aj@suse.de>
40876         * Makeconfig (+math-flags): New, set to -frounding-math.
40877         (+cflags): Add +math-flags so that all of glibc gets compiled with
40878         it.
40880         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40882 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40884         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40885         Disable one test.
40887         [BZ #13787]
40888         [BZ #13922]
40889         [BZ #14036]
40890         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40891         (__ieee754_expl): Allow for and saturate large arguments.
40892         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40893         (u_threshold): Likewise.
40894         (__exp): Call __ieee754_exp before checking for overflow and
40895         underflow.
40896         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40897         (u_threshold): Likewise.
40898         (__expf): Call __ieee754_expf before checking for overflow and
40899         underflow.
40900         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40901         (u_threshold): Likewise.
40902         (__expl): Call __ieee754_expl before checking for overflow and
40903         underflow.
40904         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40905         (__ieee754_expl): Allow for and saturate large arguments.
40906         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40907         missing overflow exception on overflow.
40908         (expm1_test): Do not allow missing overflow exception on overflow.
40910         * sysdeps/i386/fpu/e_expl.c: Move to ...
40911         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40912         rather than using inline asm.
40913         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40914         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40915         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40917         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40918         (nice): Likewise.
40919         (poll): Likewise.
40920         (signal): Likewise.
40921         (time): Likewise.
40922         (times): Likewise.
40924 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40926         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40927         sysdeps/unix/common/syscalls.list.
40928         (fchmod): Likewise.
40929         (fchown): Likewise.
40930         (ftruncate): Likewise.
40931         (getrusage): Likewise.
40932         (gettimeofday): Likewise.
40933         (setpgid): Likewise.
40934         (setregid): Likewise.
40935         (setreuid): Likewise.
40936         (sigaction): Likewise.
40937         (truncate): Likewise.
40938         (vhangup): Likewise.
40939         * sysdeps/unix/common/syscalls.list: Remove file.
40940         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40941         * sysdeps/unix/sysv/linux/Implies: Likewise.
40943 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40945         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40946         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40947         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40948         Moved to ...
40949         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40950         Here.
40951         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40952         to ...
40953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40954         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40955         to ...
40956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40957         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40958         to ...
40959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40960         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40961         to ...
40962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40963         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40964         to ...
40965         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40966         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40967         to ...
40968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40969         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40970         to ...
40971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40972         Here.
40973         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40974         to ...
40975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40976         Here.
40977         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40978         to ...
40979         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40980         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40981         Moved to ...
40982         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40983         Here.
40984         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40985         to ...
40986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40988 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40990         * sysdeps/unix/common/bits/dirent.h: Remove file.
40991         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40993         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40994         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40995         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40996         * sysdeps/unix/bsd/isatty.c: Likewise.
40997         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40998         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40999         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41001 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41003         [BZ #13563]
41004         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41005         long double comparison inaccuracies.
41006         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41007         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41009 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41011         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41012         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41014 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41016         [BZ #14049]
41017         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41018         nonzero digits before rounding a hex value.
41019         * stdlib/tst-strtod.c (tests): Add another test.
41021 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41023         * sysdeps/s390/fpu/libm-test-ulps: Update.
41025 2012-05-03  Andreas Jaeger  <aj@suse.de>
41027         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41028         does not get optimized out.
41029         (malloc_opt_barrier): New.
41031 2012-05-03  Andreas Jaeger  <aj@suse.de>
41032             Roland McGrath  <roland@hack.frob.com>
41034         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41035         intermediate file deletion.
41036         (generated): Add .symlist files.
41038 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41040         [BZ #13775]
41041         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41042         Redirect under this condition.
41043         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41044         [__USE_GNU] (__dprintf_chk): Not under this condition.
41045         [__USE_GNU] (__vdprintf_chk): Likewise.
41046         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41047         under this condition.
41048         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41049         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41050         [__USE_XOPEN2K8] (vdprintf): Likewise.
41051         [__USE_GNU] (__dprintf_chk): Not under this condition.
41052         [__USE_GNU] (__vdprintf_chk): Likewise.
41053         [__USE_GNU] (dprintf): Likewise.
41054         [__USE_GNU] (vdprintf): Likewise.
41056 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41058         * elf/Makefile (common-generated): Set this instead of generated for
41059         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41060         $(all-built-dso)-derived lists.
41062 2012-05-03  Andreas Jaeger  <aj@suse.de>
41064         * sysdeps/i386/fpu/libm-test-ulps: Update.
41066         * FAQ: Removed.
41067         * FAQ.in: Likewise.
41068         * scripts/gen-FAQ.pl: Likewise.
41069         * manual/install.texi (Installation): Point to online location of
41070         FAQ.
41071         * Makefile (files-for-dist): Remove FAQ.
41072         (FAQ): Remove.
41074 2012-05-02  Allan McRae  <allan@archlinux.org>
41076         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41077         (LDFLAGS-reldepmod5.so): Likewise.
41078         (LDFLAGS-reldep6mod1.so): Likewise.
41079         (LDFLAGS-reldep6mod4.so): Likewise.
41080         (LDFLAGS-reldep8mod3.so): Likewise.
41081         (LDFLAGS-unload4mod1.so): Likewise.
41082         (LDFLAGS-unload4mod2.so): Likewise.
41083         (LDFLAGS-tst-initorder): Likewise.
41084         (LDFLAGS-tst-initordera2.so): Likewise.
41085         (LDFLAGS-tst-initordera3.so): Likewise.
41086         (LDFLAGS-tst-initordera4.so): Likewise.
41087         (LDFLAGS-tst-initorderb2.so): Likewise.
41088         (LDFLAGS-noload): Likewise.
41089         (LDFLAGS-next): Likewise.
41090         (LDFLAGS-order2mod1.so): Likewise.
41091         (LDFLAGS-order2mod2.so): Likewise.
41092         (LDFLAGS-tst-initorder2): Likewise.
41093         (LDFLAGS-tst-initorder2a.so): Likewise.
41094         (LDFLAGS-tst-initorder2b.so): Likewise.
41095         (LDFLAGS-tst-initorder2c.so): Likewise.
41096         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41098 2012-05-02  David S. Miller  <davem@davemloft.net>
41100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41102 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41104         [BZ #14055]
41105         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41107 2012-05-02  Andreas Jaeger  <aj@suse.de>
41109         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41110         since we manipulate rounding mode.
41111         (CPPFLAGS-test-idouble.c): Likewise.
41112         (CPPFLAGS-test-ifloat.c): Likewise.
41113         (CFLAGS-test-ldouble.c): Likewise.
41114         (CFLAGS-test-double.c): Likewise.
41115         (CFLAGS-test-float.c): Likewise.
41116         (CFLAGS-test-misc.c): Likewise.
41117         (CFLAGS-test-test-fenv.c): Likewise.
41119 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41121         [BZ #2550]
41122         [BZ #2570]
41123         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41124         comparisons to determine direction to adjust input.
41126 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41128         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41129         output to the target.
41131         * scripts/localplt.awk: New file.
41132         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41133         (check-localplt-CFLAGS): Variable removed.
41134         ($(all-built-dso:=.jmprel)): New static pattern rule.
41135         (generated): Add those targets.
41136         (localplt-built-dso): New variable.
41137         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41139         * elf/check-localplt.c: File removed.
41141         * scripts/check-execstack.awk: New file.
41142         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41143         (check-execstack-CFLAGS): Variable removed.
41144         ($(objpfx)check-execstack.h): Target removed.
41145         ($(objpfx)execstack-default): New target.
41146         (generated): Add that instead of check-execstack.h.
41147         ($(all-built-dso:=.phdr)): New static pattern rule.
41148         (generated): Add those targets.
41149         * elf/check-execstack.c: File removed.
41151         * scripts/check-textrel.awk: New file.
41152         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41153         (check-textrel-CFLAGS): Variable removed.
41154         (all-built-dso): Use := to define.o
41155         ($(all-built-dso:=.dyn)): New static pattern rule.
41156         (generated): Add those targets.
41157         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41158         * config.make.in (READELF): New substituted variable.
41159         * elf/check-textrel.c: File removed.
41161 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41163         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41164         allow.
41165         * conform/data/ctype.h-data [C99-based standards] (isblank):
41166         Expect function.
41167         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41168         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41169         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41170         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41171         Specify type.  Require positive value.
41172         (EILSEQ): Likewise.
41173         (ERANGE): Likewise.
41174         [ISO || POSIX] (EILSEQ): Do not expect.
41175         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41176         Specify type.  Require positive value.
41177         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41178         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41179         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41180         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41181         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41182         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41183         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41184         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41185         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41186         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41187         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41188         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41189         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41190         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41191         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41192         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41193         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41194         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41195         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41196         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41197         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41198         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41199         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41200         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41201         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41202         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41203         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41204         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41205         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41206         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41207         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41208         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41209         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41210         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41211         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41212         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41213         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41214         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41215         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41216         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41217         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41218         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41219         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41220         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41221         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41222         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41223         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41224         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41225         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41226         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41227         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41228         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41229         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41230         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41231         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41232         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41233         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41234         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41235         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41236         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41237         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41238         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41239         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41240         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41241         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41242         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41243         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41244         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41245         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41246         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41247         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41248         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41249         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41250         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41251         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41252         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41253         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41254         Require >= 2.
41255         (FLT_ROUNDS): Expect as macro, not constant.
41256         (FLT_MANT_DIG): Use macro-int-constant.
41257         (DBL_MANT_DIG): Likewise.
41258         (LDBL_MANT_DIG): Likewise.
41259         (FLT_DIG): Likewise.
41260         (DBL_DIG): Likewise.
41261         (LDBL_DIG): Likewise.
41262         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41263         (DBL_MIN_EXP): Likewise.
41264         (LDBL_MIN_EXP): Likewise.
41265         (FLT_MAX_EXP): Use macro-int-constant.
41266         (DBL_MAX_EXP): Likewise.
41267         (LDBL_MAX_EXP): Likewise.
41268         (FLT_MAX_10_EXP): Likewise.
41269         (DBL_MAX_10_EXP): Likewise.
41270         (LDBL_MAX_10_EXP): Likewise.
41271         (FLT_MAX): Use macro-constant.
41272         (DBL_MAX): Likewise.
41273         (LDBL_MAX): Likewise.
41274         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41275         (DBL_EPSILON): Likewise.
41276         (LDBL_EPSILON): Likewise.
41277         (FLT_MIN): Likewise.
41278         (DBL_MIN): Likewise.
41279         (LDBL_MIN): Likewise.
41280         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41281         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41282         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41283         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41284         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41285         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41286         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41287         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41288         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41289         [ISO11] (FLT_TRUE_MIN): Likewise.
41290         [ISO11] (LDBL_TRUE_MIN): Likewise.
41291         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41292         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41293         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41294         (SCHAR_MAX): Likewise.
41295         (UCHAR_MAX): Likewise.
41296         (CHAR_MIN): Likewise.
41297         (CHAR_MAX): Likewise.
41298         (MB_LEN_MAX): Use macro-int-constant.
41299         (SHRT_MIN): Use macro-int-constant.  Specify type.
41300         (SHRT_MAX): Likewise.
41301         (USHRT_MAX): Likewise.
41302         (INT_MAX): Likewise.
41303         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41304         bound negative.
41305         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41306         bound with "U".
41307         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41308         bound with "L".
41309         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41310         bound negative.  Suffix upper bound with "L".
41311         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41312         bound with "UL".
41313         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41314         Specify type.
41315         [C99-based standards] (LLONG_MAX): Likewise.
41316         [C99-based standards] (ULLONG_MAX): Likewise.
41317         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41318         == 0.
41319         [ISO11] (max_align_t): Require type.
41320         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41322         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41323         from $CFLAGS, without defining away __attribute__ calls.
41324         (checknamespace): Use $CFLAGS_namespace.
41326         * conform/conformtest.pl (@keywords): Only include C99 keywords
41327         for standards based on C99 or C11.
41329         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41330         Disable tests.
41331         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41332         UNIX98]: Likewise.
41334         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41335         usability of symbols in #if.
41337         * conform/conformtest.pl: If macro or constant types start
41338         "promoted:", expect the symbol to be of the following type
41339         promoted by the integer promotions.
41341         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41342         in one place.  Also handle "macro-constant".
41344         * conform/conformtest.pl: Only accept expected macro values with
41345         "==".  Parse all "macro" lines in one place.
41346         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41348         * conform/conformtest.pl: Handle braced types on "constant" lines
41349         instead of handling "typed-constant".
41350         * conform/data/signal.h-data: Use "constant" instead of
41351         "typed-constant".
41353         * conform/conformtest.pl: Handle "optional-" at start of lines in
41354         one place rather than duplicating several cases.  Handle each
41355         format of "macro" line with initial "optional-".
41357         * conform/conformtest.pl: Only accept expected constant or
41358         optional-constant values with "==".  Parse all "constant" lines in
41359         one place.  Parse all "optional-constant" lines in one place.
41360         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41361         * conform/data/fmtmsg.h-data: Likewise.
41362         * conform/data/netinet/in.h-data: Likewise.
41363         * conform/data/tar.h-data: Likewise.
41364         * conform/data/limits.h-data: Use "==" form on "constant" and
41365         "optional-constant" lines.
41367         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41368         Use -std=c99 for XOPEN2K.
41369         (@knownproblems): Remove.
41370         (newtoken): Don't check %isknown.
41372         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41373         Do not expect macro.
41374         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41375         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41376         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41377         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41378         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41379         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41380         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41381         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41382         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41383         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41384         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41385         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41386         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41387         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41388         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41389         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41390         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41391         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41392         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41393         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41394         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41395         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41396         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41397         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41398         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41399         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41400         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41401         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41402         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41403         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41404         [XPG3] (acosh): Likewise.
41405         [XPG3] (asinh): Likewise.
41406         [XPG3] (atanh): Likewise.
41407         [XPG3] (cbrt): Likewise.
41408         [XPG3] (expm1): Likewise.
41409         [XPG3] (ilogb): Likewise.
41410         [XPG3] (log1p): Likewise.
41411         [XPG3] (logb): Likewise.
41412         [XPG3] (nextafter): Likewise.
41413         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41414         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41415         [XPG3] (remainder): Likewise.
41416         [XPG3] (rint): Likewise.
41417         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41418         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41419         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41420         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41421         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41422         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41423         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41424         [UNIX98 || XOPEN2K] (scalb): Expect.
41425         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41426         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41427         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41428         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41429         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41430         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41431         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41432         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41433         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41434         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41435         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41436         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41437         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41438         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41439         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41440         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41441         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41442         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41443         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41444         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41445         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41446         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41447         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41448         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41449         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41450         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41451         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41452         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41453         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41454         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41455         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41456         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41457         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41458         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41459         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41460         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41461         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41462         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41463         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41464         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41465         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41466         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41467         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41468         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41469         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41470         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41471         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41472         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41473         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41474         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41475         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41476         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41477         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41478         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41479         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41480         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41481         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41482         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41483         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41484         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41485         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41486         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41487         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41488         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41489         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41490         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41491         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41492         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41493         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41494         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41495         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41496         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41497         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41498         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41499         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41500         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41501         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41502         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41503         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41504         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41505         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41506         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41507         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41508         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41509         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41510         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41511         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41512         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41513         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41514         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41515         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41516         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41517         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41518         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41519         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41520         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41521         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41522         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41523         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41524         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41525         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41526         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41527         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41528         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41529         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41530         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41531         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41532         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41533         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41534         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41535         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41536         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41537         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41538         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41539         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41540         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41541         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41542         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41543         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41544         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41545         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41546         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41547         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41548         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41549         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41550         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41551         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41552         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41553         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41554         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41555         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41556         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41557         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41558         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41559         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41560         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41561         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41563         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41564         _XOPEN_SOURCE_EXTENDED for XPG4.
41566         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41568         * Makeconfig (localtime): Remove variable.
41569         (inst_localtime-file): Likewise.
41571 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41574         Update.
41575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41576         Update.
41577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41578         Update.
41579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41580         Update.
41581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41582         Update.
41583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41584         Update.
41585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41586         Update.
41587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41588         Update.
41589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41590         Update.
41592 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41594         [BZ #2550]
41595         [BZ #2570]
41596         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41597         comparisons to determine direction to adjust input.
41598         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41599         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41600         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41601         Likewise.
41602         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41603         Likewise.
41604         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41605         Likewise.
41606         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41607         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41608         Likewise.
41609         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41610         Likewise.
41611         * math/libm-test.inc (nexttoward_test): Add more tests.
41613 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41615         [BZ #14040]
41616         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41617         in version GLIBC_2.1, not GLIBC_2.0.
41618         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41619         Likewise.
41621 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41623         [BZ #13942]
41624         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41625         (1 - x) * (1 + x).
41626         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41627         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41628         * math/libm-test.inc (acos_test): Add more tests.
41629         (asin_test): Likewise.
41630         * sysdeps/i386/fpu/libm-test-ulps: Update.
41631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41633         [BZ #14034]
41634         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41635         of square root.
41636         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41637         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41638         * math/libm-test.inc (acos_test_tonearest): New function.
41639         (acos_test_towardzero): Likewise.
41640         (acos_test_downward): Likewise.
41641         (acos_test_upward): Likewise.
41642         (asin_test_tonearest): Likewise.
41643         (asin_test_towardzero): Likewise.
41644         (asin_test_downward): Likewise.
41645         (asin_test_upward): Likewise.
41646         (main): Call the new functions.
41647         * sysdeps/i386/fpu/libm-test-ulps: Update.
41648         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41650         [BZ #13884]
41651         [BZ #13924]
41652         * math/e_exp10.c: Include <float.h>.
41653         (__ieee754_exp10): Handle underflow here rather than multiplying
41654         large negative argument by M_LN10.
41655         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41656         of __ieee754_expf.
41657         * math/e_exp10l.c: Include <float.h>.
41658         (__ieee754_exp10l): Handle underflow here rather than multiplying
41659         large negative argument by M_LN10l.
41660         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41661         spurious overflow exception on underflow.
41663 2012-04-29  Marek Polacek  <polacek@redhat.com>
41665         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41666         (__fortify_function): New macro.
41667         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41668         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41669         __extern_always_inline.
41670         * libio/bits/stdio2.h: Likewise.
41671         * libio/bits/stdio.h: Likewise.
41672         * string/string.h: Likewise.
41673         * string/bits/string3.h: Likewise.
41674         * include/stdio.h: Likewise.
41675         * stdlib/bits/stdlib.h: Likewise.
41676         * stdlib/stdlib.h: Likewise.
41677         * rt/bits/mqueue2.h: Likewise.
41678         * rt/mqueue.h: Likewise.
41679         * posix/bits/unistd.h: Likewise.
41680         * posix/unistd.h: Likewise.
41681         * io/bits/poll2.h: Likewise.
41682         * io/bits/fcntl2.h: Likewise.
41683         * io/fcntl.h: Likewise.
41684         * io/sys/poll.h: Likewise.
41685         * misc/bits/syslog.h: Likewise.
41686         * misc/bits/syslog-ldbl.h: Likewise.
41687         * misc/sys/syslog.h: Likewise.
41688         * socket/bits/socket2.h: Likewise.
41689         * socket/sys/socket.h: Likewise.
41690         * debug/tst-chk1.c: Likewise.
41691         * wcsmbs/bits/wchar2.h: Likewise.
41692         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41693         * wcsmbs/wchar.h: Likewise.
41695 2012-04-29  Andreas Jaeger  <aj@suse.de>
41697         * Makerules (tests): Remove enable-check-abi protection.
41698         (check-abi-warn): Remove.
41699         (check-abi-%): Remove check-abi-warn usage.
41701         * configure.in: Remove check-abi configure option.
41702         * configure: Regenerated.
41703         * config.make.in (enable-check-abi): Remove.
41705 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41707         [BZ #14033]
41708         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41709         double functions to double *_finite functions.
41711         [BZ #13941]
41712         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41713         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41714         LDBL_MIN_EXP.
41715         * stdio-common/Makefile (tests): Add tst-sprintf3.
41716         * stdio-common/tst-sprintf3.c: New file.
41718         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41719         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41721 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41723         * conform/conformtest.pl: Remove duplicate typed-constant
41724         handling.
41726 2012-04-28  David S. Miller  <davem@davemloft.net>
41728         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41729         (check-abi-%): Remove AWK script prerequisite and explicit
41730         abilist directory.
41731         (check-abi): Rewrite to just diff the symlist with the abilist.
41732         (config-tls, config-abi-config): Delete, no longer used.
41733         (update-abi-%): Remove AWK script and explicit abilist directory.
41734         (update-abi): Rewrite to simply compare and conditionally copy the
41735         symlist and the sysdep abilist file.  Remove update-abi-config
41736         checks.
41737         * abilist/ld.abilist: Remove.
41738         * abilist/libBrokenLocale.abilist: Remove.
41739         * abilist/libanl.abilist: Remove.
41740         * abilist/libcrypt.abilist: Remove.
41741         * abilist/libdl.abilist: Remove.
41742         * abilist/librt.abilist: Remove.
41743         * abilist/libthread_db.abilist: Remove.
41744         * abilist/libutil.abilist: Remove.
41745         * scripts/extract-abilist.awk: Remove.
41746         * scripts/merge-abilist.awk: Remove.
41747         * sysdeps/generic/libcidn.abilist: New file.
41748         * sysdeps/generic/libnss_compat.abilist: New file.
41749         * sysdeps/generic/libnss_db.abilist: New file.
41750         * sysdeps/generic/libnss_dns.abilist: New file.
41751         * sysdeps/generic/libnss_files.abilist: New file.
41752         * sysdeps/generic/libnss_hesiod.abilist: New file.
41753         * sysdeps/generic/libnss_nis.abilist: New file.
41754         * sysdeps/generic/libnss_nisplus.abilist: New file.
41755         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41756         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41757         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41758         file.
41759         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41760         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41761         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41762         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41763         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41764         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41765         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41766         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41767         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41768         file.
41769         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41770         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41771         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41772         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41773         file.
41774         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41775         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41776         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41777         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41778         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41779         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41780         file.
41781         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41782         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41783         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41784         file.
41785         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41786         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41787         New file.
41788         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41789         New file.
41790         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41791         New file.
41792         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41793         New file.
41794         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41795         New file.
41796         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41797         New file.
41798         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41799         New file.
41800         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41801         New file.
41802         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41803         New file.
41804         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41805         New file.
41806         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41807         New file.
41808         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41809         New file.
41810         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41811         New file.
41812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41813         file.
41814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41815         New file.
41816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41817         New file.
41818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41819         file.
41820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41821         New file.
41822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41823         New file.
41824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41825         file.
41826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41827         New file.
41828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41829         New file.
41830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41831         New file.
41832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41833         New file.
41834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41835         New file.
41836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41837         New file.
41838         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41840         file.
41841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41842         New file.
41843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41844         file.
41845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41846         file.
41847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41848         file.
41849         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41850         file.
41851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41852         file.
41853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41854         New file.
41855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41856         file.
41857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41858         file.
41859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41860         New file.
41861         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41862         file.
41863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41864         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41865         file.
41866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41867         New file.
41868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41869         file.
41870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41871         file.
41872         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41873         file.
41874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41875         file.
41876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41877         file.
41878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41879         New file.
41880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41881         file.
41882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41883         file.
41884         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41885         New file.
41886         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41887         file.
41888         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41889         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41890         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41891         file.
41892         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41893         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41894         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41895         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41896         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41897         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41898         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41899         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41900         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41901         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41904         file.
41905         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41906         New file.
41907         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41908         file.
41909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41910         file.
41911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41912         file.
41913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41914         file.
41915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41916         file.
41917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41918         New file.
41919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41920         New file.
41921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41922         file.
41923         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41924         New file.
41925         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41926         file.
41927         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41928         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41929         file.
41930         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41931         New file.
41932         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41933         file.
41934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41935         file.
41936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41937         file.
41938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41939         file.
41940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41941         file.
41942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41943         New file.
41944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41945         New file.
41946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41947         file.
41948         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41949         New file.
41950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41951         file.
41953 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41955         * conform/conformtest.pl: Fix typo in handling typed-constant from
41956         allow-header.
41958 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41960         * README: Cut down references to pre-2.6 Linux kernels and
41961         Linuxthreads.  Update lists of configurations in libc and ports
41962         and sort alphabetically.  Say "or newer" with Linux kernel version
41963         requirements.
41965         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41967 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41969         [BZ #887]
41970         * math/libm-test.inc (logb_test_downward): New test to expose
41971         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41972         rounding mode.
41974 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41976         [BZ #14027]
41977         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41978         to be done.
41979         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41980         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41982 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41984         * sysdeps/unix/i386/brk.S: Remove file.
41985         * sysdeps/unix/i386/dl-brk.S: Likewise.
41986         * sysdeps/unix/i386/pipe.S: Likewise.
41987         * sysdeps/unix/i386/sigreturn.S: Likewise.
41988         * sysdeps/unix/i386/syscall.S: Likewise.
41989         * sysdeps/unix/i386/vfork.S: Likewise.
41990         * sysdeps/unix/i386/wait.S: Likewise.
41992         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41993         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41995         * configure.in (arm*-none*): Do not allow without
41996         --enable-hacker-mode.
41997         (netbsd*): Remove case setting base_os.
41998         (386bsd*): Likewise.
41999         (freebsd*): Likewise.
42000         (bsdi*): Likewise.
42001         (osf*): Likewise.
42002         (sunos*): Likewise.
42003         (ultrix*): Likewise.
42004         (newsos*): Likewise.
42005         (dynix*): Likewise.
42006         (*bsd*): Likewise.
42007         (sysv*): Likewise.
42008         (isc*): Likewise.
42009         (esix*): Likewise.
42010         (sco*): Likewise.
42011         (minix*): Likewise.
42012         (irix4*): Likewise.
42013         (irix6*): Likewise.
42014         (solaris[2-9]*): Likewise.
42015         (none): Likewise.
42016         * configure: Regenerated.
42018 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42020         [BZ #11521]
42021         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42022         overflow or cancellation in calculating denominator.
42023         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42024         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42025         down expression to avoid unexpected rounding in newer GCCs.
42026         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42028 2012-04-26  David S. Miller  <davem@davemloft.net>
42030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42031         long-double compat symbols.
42032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42040         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42046 2012-04-25  David S. Miller  <davem@davemloft.net>
42048         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42049         HWCAP_* values only after the memory barriers have been defined.
42050         (atomic_full_barrier): Define.
42051         (atomic_read_barrier): Define.
42052         (atomic_write_barrier): Define.
42054 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42056         * shlib-versions: Add libgcc_s version information.
42057         * sysdeps/generic/libgcc_s.h: Remove.
42058         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42059         libgcc_s.h.
42060         * sysdeps/gnu/unwind-resume.c: Likewise.
42061         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42063 2012-04-25  David S. Miller  <davem@davemloft.net>
42065         * sysdeps/unix/sparc/brk.S: Delete.
42066         * sysdeps/unix/sparc/dl-brk.S: Delete.
42067         * sysdeps/unix/sparc/pipe.S: Delete.
42068         * sysdeps/unix/sparc/sysdep.S: Delete.
42069         * sysdeps/unix/sparc/sysdep.h: Delete.
42070         * sysdeps/unix/sparc/vfork.S: Delete.
42071         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42072         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42073         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42074         (ret_ERRVAL, r0, r1, MOVE): Define.
42075         (JUMPTARGET): Remove.
42076         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42077         sysdeps/unix/sparc/sysdep.h
42078         (ENTRY, END): Remove.
42079         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42081 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42083         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42084         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42085         -DIS_IN_build.
42087         * timezone/README: Update upstream location and email address for
42088         tzcode and tzdata.
42089         * timezone/zdump.c: Update from tzcode 2012b.
42090         * timezone/zic.c: Likewise.
42092         * configure.in (libc_cv_as_needed): Remove test.
42093         * configure: Regenerated.
42094         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42095         conditional definition.
42096         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42097         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42098         * config.make.in (have-as-needed): Remove variable.
42100 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42101             Paul Pluzhnikov  <ppluzhnikov@google.com>
42103         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42104         strings correctly.
42106 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42108         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42109         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42110         * sysdeps/sh/strlen.S: Likewise.
42112 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42114         * sysdeps/unix/fork.S: Remove file.
42115         * sysdeps/unix/i386/fork.S: Likewise.
42116         * sysdeps/unix/sparc/fork.S: Likewise.
42118         * sysdeps/unix/system.c: Remove file.
42119         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42121         * sysdeps/unix/getegid.S: Remove file.
42122         * sysdeps/unix/geteuid.S: Likewise.
42124 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42126         * scripts/check-localplt.awk: New file.
42127         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42128         of diff.
42129         * scripts/data/localplt-generic.data: Add a comment.
42131         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42132         NODE when __dir_mkfile failed.
42133         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42134         Reported by Ludovic Courtès <ludo@gnu.org>.
42136 2012-04-24  Andreas Jaeger  <aj@suse.de>
42138         * Makerules (common-clean): Also remove gen-as-const-headers
42139         files.
42141 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42143         * Makerules (native-compile): Do not change working directory for
42144         build.  Use $(OUTPUT_OPTION) in command.
42145         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42147 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42149         [BZ #13886]
42150         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42151         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42152         * math/libm-test.inc (floor_test): Add more tests.
42153         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42155 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42157         * sysdeps/unix/getdents.c: Remove file.
42158         * sysdeps/unix/sysv/getdents.c: Likewise.
42159         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42161         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42162         sysdeps/unix/mman/syscalls.list.
42163         (mmap): Likewise.
42164         (mprotect): Likewise.
42165         (msync): Likewise.
42166         (munmap): Likewise.
42167         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42168         * sysdeps/unix/mman/syscalls.list: Remove.
42169         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42171         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42172         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42173         * configure: Regenerated.
42174         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42175         $(libgcc_s_suffix).
42176         * config.make.in (libgcc_s_suffix): Remove variable.
42178 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42180         * sysdeps/unix/sysv/gethostname.c: Move to ...
42181         * sysdeps/posix/gethostname.c: ... here.
42183         * sysdeps/unix/execve.S: Remove file.
42185         * sysdeps/unix/_exit.S: Remove file.
42187 2012-04-23  Andreas Jaeger  <aj@suse.de>
42189         [BZ #13739]
42190         * manual/Makefile: Remove make dist support, there's no
42191         need for a stand-alone documentation tar ball.
42192         (TEXI2DVI): Define always, it's not in Makeconfig.
42193         (dist): Removed.
42194         (tar-it): Removed.
42195         (edition): Removed.
42196         (glibc-doc-$(edition).tar): Removed
42197         (%.Z): Removed.
42198         (%.gz): Removed.
42199         (%.uu): Removed.
42200         (ETAGS): Remove, it's in Makeconfig.
42201         (move-if-change): Remove, it's in Makeconfig.
42203 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42205         [BZ #13970]
42206         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42207         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42208         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42209         (strtod_l, strtof_l, strtold_l): Remove __wur.
42210         It is not necessarily an error to ignore strtol's return value.
42211         One can reliably look at the stored endptr to decide whether
42212         the number had valid syntax.
42214 2012-04-21  Andreas Jaeger  <aj@suse.de>
42216         [BZ #13739]
42217         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42219 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42221         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42222         * sysdeps/unix/sysv/Versions: Remove file.
42224 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42226         [BZ #13927]
42227         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42229 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42231         [BZ #7064]
42232         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42233         version from __vm86.
42235 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42237         * sysdeps/unix/common/lxstat.c: Remove file.
42238         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42240         * sysdeps/unix/sysv/Makefile: Remove file.
42242         * sysdeps/unix/sysv/direct.h: Remove file.
42244         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42245         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42246         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42247         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42248         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42249         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42250         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42252         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42254         * sysdeps/unix/xmknod.c: Remove file.
42255         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42257         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42259         * sysdeps/unix/sysv/i386/time.S: Remove file.
42261         * sysdeps/unix/fxstat.c: Remove file.
42262         * sysdeps/unix/xstat.c: Likewise.
42263         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42265         * sysdeps/unix/sysv/sigaction.c: Remove file.
42267         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42268         (sysdep_headers): Remove variable.
42269         [termio.h not in sysdep_headers] (generated): Likewise.
42270         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42271         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42272         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42273         * sysdeps/unix/sysv/tcflow.c: Likewise.
42274         * sysdeps/unix/sysv/tcflush.c: Likewise.
42275         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42276         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42277         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42278         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42279         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42281         * sysdeps/unix/siglist.c: Remove file.
42283         * sysdeps/unix/getppid.S: Remove file.
42285         * sysdeps/unix/mkdir.c: Remove file.
42286         * sysdeps/unix/rmdir.c: Likewise.
42288 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42290         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42291         ERR_MAX value.
42292         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42293         errlist-compat value.
42295 2012-04-18  David S. Miller  <davem@davemloft.net>
42297         * sysdeps/generic/memcopy.h (reg_char): Delete.
42298         * debug/strcat_chk.c: Use char, not reg_char.
42299         * debug/strcpy_chk.c: Likewise.
42300         * debug/strncat_chk.c: Likewise.
42301         * debug/strncpy_chk.c: Likewise.
42302         * string/memchr.c: Likewise.
42303         * string/memrchr.c: Likewise.
42304         * string/rawmemchr.c: Likewise.
42305         * string/strcat.c: Likewise.
42306         * string/strchr.c: Likewise.
42307         * string/strchrnul.c: Likewise.
42308         * string/strcmp.c: Likewise.
42309         * string/strcpy.c: Likewise.
42310         * string/strncat.c: Likewise.
42311         * string/strncmp.c: Likewise.
42312         * string/strncpy.c: Likewise.
42314 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42316         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42317         __builtin_memcopy is called when src and dest ranges are known to not
42318         overlap.
42320 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42322         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42323         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42324         fwd_align_merge macro call.
42325         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42326         bwd_align_merge macro call.
42327         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42329 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42331         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42332         bwd_align_merge macros.
42333         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42334         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42335         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42337 2012-04-18  David S. Miller  <davem@davemloft.net>
42339         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42341 2012-04-18  Andreas Jaeger  <aj@suse.de>
42343         [BZ# 6794]
42344         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42345         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42346         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42348         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42349         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42350         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42352         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42353         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42354         Adjust for changed ldbl-128 files.
42356         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42357         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42358         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42360 2012-04-17  David S. Miller  <davem@davemloft.net>
42362         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42364 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42366         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42367         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42368         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42369         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42370         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42371         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42373 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42375         [BZ #6794]
42376         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42377         * math/libm-test.inc: Add ilogb errno and exception tests.
42378         * math/w_ilogb.c: New file: ilogb wrapper.
42379         * math/w_ilogbf.c: New file: ilogbf wrapper.
42380         * math/w_ilogbl.c: New file: ilogbl wrapper.
42381         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42382         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42383         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42384         exception being thrown with 0.0 as argument.
42385         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42386         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42387         exception being thrown with 0.0 as argument.
42388         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42389         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42390         exception being thrown with 0.0 as argument.
42391         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42392         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42393         exception being thrown with 0.0 as argument.
42394         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42395         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42396         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42397         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42398         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42399         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42400         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42401         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42402         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42404 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42406         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42407         with altivec.
42409 2012-04-16  Marek Polacek  <polacek@redhat.com>
42411         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42413 2012-04-16  Marek Polacek  <polacek@redhat.com>
42415         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42416         operands of fdivp instruction.
42418 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42420         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42421         * elf/tst-auditmod3b.c: Likewise.
42422         * elf/tst-auditmod4b.c: Likewise.
42423         * elf/tst-auditmod5b.c: Likewise.
42424         * elf/tst-auditmod6b.c: Likewise.
42425         * elf/tst-auditmod6c.c: Likewise.
42426         * elf/tst-auditmod7b.c: Likewise.
42427         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42428         * sysdeps/x86_64/preconfigure.in: Likewise.
42429         * sysdeps/x86_64/preconfigure: Regenerated.
42431 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42433         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42434         __ILP32__.
42436 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42438         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42439         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42441 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42443         [BZ #13973]
42444         * locale/iso-639.def: Fix gl language name. Spotted by
42445         Yaron Shahrabani.
42447 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42449         [BZ #2074]
42450         * libio/libio.h (__io_write_fn): Update comment.
42452 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42454         [BZ #2074]
42455         * stdio.texi (Hook Functions): The user provided writer function
42456         is not allowed to return -1.
42458 2012-04-11  David S. Miller  <davem@davemloft.net>
42460         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42462 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42464         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42465         Add a leading slash to rtkaio.
42467 2012-04-11  Jim Meyering  <meyering@redhat.com>
42469         [BZ #11959]
42470         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42471         It is not necessarily an error to ignore fwrite's return
42472         value.  One can reliably use ferror to test for errors after
42473         the fact.
42475 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42477         * bits/types.h (__snseconds_t): New type.
42478         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42480         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42481         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42482         (__SNSECONDS_T_TYPE): Likewise.
42483         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42484         (__SNSECONDS_T_TYPE): Likewise.
42485         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42486         (__SNSECONDS_T_TYPE): Likewise.
42488 2012-04-10  Andreas Jaeger  <aj@suse.de>
42490         [BZ #2636]
42491         * manual/time.texi (Processor Time): Return type of times is
42492         elapsed real time since an arbitrary point in the past.
42493         (CPU Time): Move CLK_TCK from here...
42494         (Processor Time): ...to here.  Correct description.
42495         * manual/conf.texi (Constants for Sysconf): Correct description of
42496         _SC_CLK_TCK.
42498 2012-04-10  David S. Miller  <davem@davemloft.net>
42500         [BZ #13967]
42501         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42502         where the is a gap between DT_REL(A) and DT_JMPREL.
42504 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42506         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42507         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42508         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42510 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42512         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42513         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42514         (dl_main): Handle --inhibit-cache.
42515         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42516         _dl_inhibit_cache.
42517         * elf/dl-load.c (_dl_map_object): Use it.
42518         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42520 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42522         [BZ #13872]
42523         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42524         (__ieee754_powl): Saturate large exponents rather than testing for
42525         overflow of y*log2(x).
42526         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42527         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42528         exceptions.
42530         [BZ #11521]
42531         * math/s_ctan.c: Include <float.h>.
42532         (__ctan): Avoid internal overflow or cancellation in calculating
42533         denominator.
42534         * math/s_ctanf.c: Likewise.
42535         * math/s_ctanl.c: Likewise.
42536         * math/s_ctanh.c: Likewise.
42537         * math/s_ctanhf.c: Likewise.
42538         * math/s_ctanhl.c: Likewise.
42539         * math/libm-test.inc (ctan_test): Add more tests.
42540         (ctanh_test): Likewise.
42541         * sysdeps/i386/fpu/libm-test-ulps: Update.
42542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42544 2012-04-09  Andreas Jaeger  <aj@suse.de>
42546         [BZ #6894]
42547         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42548         is an optional BSD extension.
42550         [BZ #10254]
42551         * manual/stdio.texi (Opening Streams): Document additional fopen
42552         parameters.
42554 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42556         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42557         %eax without telling the compiler.
42559 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42561         [BZ # 13963]
42562         * manual/install.texi: Use sourceware.org.
42564 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42566         [BZ #13873]
42567         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42568         (__ieee754_pow): Generate overflow and underflow using huge*huge
42569         and tiny*tiny rather than just returning constant infinity or zero
42570         for large exponents.
42571         * math/libm-test.inc (pow_test): Require overflow exceptions for
42572         applicable cases of large exponents.
42574         [BZ #706]
42575         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42576         (__ieee754_pow): Use iterative multiplication algorithm only for
42577         integer exponents with absolute value below 1024.  Check for odd
42578         integer exponents when using algorithm for real exponents.
42579         * math/libm-test.inc (pow_test): Add more tests.
42580         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42582 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42584         [BZ #13705]
42585         * math/libm-test.inc (exp_test): Do not allow overflow exception
42586         on underflow test.
42588 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42590         [BZ #13705]
42591         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42592         instead of __kernel_standard_f.
42594 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42596         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42597         * sysdeps/x86_64/memset_chk.S: Likewise.
42599 2012-04-08  Andreas Jaeger  <aj@suse.de>
42601         [BZ #10153]
42602         * manual/startup.texi (Environment Access): Describe return value
42603         for putenv and setenv.
42605         [BZ #6895]
42606         * manual/filesys.texi (Directory Entries): Add description for
42607         DT_LNK.
42609         [BZ #6890]
42610         * manual/filesys.texi (Directory Entries): Clarify that it's file
42611         system not operating system in the description of DT_UNKNOWN.
42613         [BZ #6578]
42614         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42616 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42618         [BZ #6649]
42619         * manual/llio.texi (Opening and Closing Files): Add cross
42620         reference to explain mode argument.
42622 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42624         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42625         * sysdeps/x86_64/memset_chk.S: Likewise.
42627 2012-04-07  David S. Miller  <davem@davemloft.net>
42629         * elf/elf.h (R_SPARC_WDISP10): Define.
42630         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42631         R_SPARC_SIZE32.
42632         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42633         R_SPARC_SIZE64 and R_SPARC_H34.
42635 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42637         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42638         conditions and remove no longer applicable assertion.
42640 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42642         * bits/byteswap.h: Include <features.h>.
42643         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42644         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42646 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42648         * bits/byteswap.h (__bswap_16): Removed.
42649         Include <bits/byteswap-16.h> to get __bswap_16.
42650         * sysdeps/i386/bits/byteswap.h: Likewise.
42651         * sysdeps/s390/bits/byteswap.h: Likewise.
42652         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42653         * bits/byteswap-16.h: New file.
42654         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42655         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42656         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42657         * string/Makefile (headers): Add bits/byteswap-16.h.
42659 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42661         [BZ #13895]
42662         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42663         extra indirection.
42664         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42665         * nss/tst-nss-static.c: New.
42667 2012-04-06  Robert Millan  <rmh@gnu.org>
42669         [BZ #6486]
42670         * manual/llio.texi (File Position Primitive): lseek
42671         refers to WHENCE when it really means OFFSET.
42673 2012-04-06  Andreas Jaeger  <aj@suse.de>
42675         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42676         strncmp declarations.
42678         * abilist/libc.abilist: Add __poll and __ppoll.
42680 2012-04-05  David S. Miller  <davem@davemloft.net>
42682         * scripts/check-local-headers.sh: Accept a host triplet in the
42683         path matched by the exclude regexp.
42685         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42686         definition.
42687         * sysdeps/powerpc/powerpc32/dl-machine.h
42688         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42689         * sysdeps/s390/s390-32/dl-machine.h
42690         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42691         * sysdeps/sparc/sparc32/dl-machine.h
42692         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42693         * sysdeps/sparc/sparc64/dl-machine.h
42694         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42696         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42697         lazy binding.
42698         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42699         undefined symbol errors.
42701         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42702         DT_NEEDED entries.
42704 2012-04-05  Michael Matz  <matz@suse.de>
42706         [BZ #13592]
42707         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42709 2012-04-05  Andreas Jaeger  <aj@suse.de>
42711         [BZ #13908]
42712         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42713         comment.
42715 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42717         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42718         which ROUND is no valid rounding mode.
42720 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42722         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42723         read again.
42724         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42726 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42728         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42729         an exception using FPU order intentionally.
42731 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42733         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42734         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42735         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42736         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42738 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42740         [BZ #12340]
42741         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42742         EINVAL when BUFLEN is too smal.
42744 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42746         [BZ #13553]
42747         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42748         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42750 2012-04-03  Andreas Jaeger  <aj@suse.de>
42752         [BZ #13938]
42753         * manual/setjmp.texi (System V contexts): Fix sentence.
42755         [BZ #13926]
42756         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42757         New macro for this case.
42758         [!__GNUC__] (__bswap_64): New inline function for this case.
42759         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42760         * bits/byteswap.h: Likewise.
42761         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42762         ull, guard with __GLIBC_HAVE_LONG_LONG.
42764         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42765         __GLIBC_HAVE_LONG_LONG.
42767         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42768         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42770 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42772         [BZ #13691]
42773         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42774         inptr and inend, rather than using last_ch.
42776 2012-04-02  David S. Miller  <davem@davemloft.net>
42778         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42779         * stdio-common/printf-parse.h (read_int): Change return type to
42780         'int', return -1 on INT_MAX overflow.
42781         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42782         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42783         overflows INT_MAX.  Check for overflow of in-format-string precision
42784         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42785         SIZE_MAX not INT_MAX for integer overflow test.
42786         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42787         skip the construct in the format string but do not record anything.
42788         * stdio-common/bug22.c: Adjust to test both width/prevision
42789         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42790         explicitly for proper errno values.
42792 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42794         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42795         CHAR_MAX.
42796         * string/test-strcmp.c [! WIDE]: Likewise.
42797         * time/tst-mktime2.c: Likewise for INT_MAX.
42798         * string/test-string.h: #include <sys/param.h> for MIN.
42800         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42801         * sysdeps/i386/init-first.c (init): Likewise.
42802         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42803         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42804         * sysdeps/sh/init-first.c (init): Likewise.
42806 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42808         * po/ru.po: Update from translation team.
42809         * po/vi.po: Likewise.
42811 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42813         * resolv/nss_dns/dns-host.c: Merge copyright years.
42815 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42817         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42818         Optimize memcpy with prefetch if
42819         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42820         src, dst pointers have unequal 16 byte alignments.
42822 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42824         [BZ #13928]
42825         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42826         from a CNAME entry and return the minimum ttl for the query.
42827         (gaih_getanswer_slice): Likewise.
42829 2012-03-30  Jeff Law  <law@redhat.com>
42831         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42832         due to long keys.
42833         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42834         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42836         * resolv/nss_dns/dns-host.c: Update copyright year.
42838 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42840         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42841         requests to save a system call.  Fix check that all bytes are sent.
42843         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42844         comments for sendmmsg.
42846 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42848         [BZ #13691]
42849         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42850         with only 1 character between 0x0041 and 0x01b0.
42851         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42852         * wcsmbs/tst-mbsnrtowcs.c: New file.
42854 2012-03-29  David S. Miller  <davem@davemloft.net>
42856         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42857         small copies by hand.
42859 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42861         [BZ #13761]
42862         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42863         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42864         group memberships.
42866 2012-03-28  David S. Miller  <davem@davemloft.net>
42868         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42869         that branches into memcpy.
42870         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42871         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42872         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42873         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42874         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42875         bits.
42876         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42877         implementation too.
42878         * sysdeps/sparc/mempcpy.S: New file.
42880         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42881         the IFUNC routine in the libc case.
42882         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42884         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42885         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42886         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42887         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42888         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42889         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42890         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42891         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42893         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42894         loop to 256 bytes instead of 64 bytes and fix test signedness.
42896         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42897         * sysdeps/sparc/sparc32/Makefile: rather than here...
42898         * sysdeps/sparc/sparc64/Makefile: and here.
42900 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42902         * malloc/mallocbug.c: Avoid warnings about unused variables.
42904 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42906         [BZ #13760]
42907         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42908         in the right place. Discard and retry query if response is
42909         larger than input buffer size.
42911 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42913         [BZ #369]
42914         [BZ #2678]
42915         [BZ #3866]
42916         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42917         x for large integer exponent.
42918         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42919         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42920         sign of result as needed afterwards.
42921         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42922         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42923         result for underflowing pow the same as for overflow.
42924         (__kernel_standard_l): Handle powl overflow and underflow here
42925         rather than calling __kernel_standard.
42926         * math/libm-test.inc (pow_test): Add more tests.
42928         [BZ #3868]
42929         [BZ #13879]
42930         [BZ #13910]
42931         [BZ #13911]
42932         [BZ #13912]
42933         [BZ #13913]
42934         [BZ #13915]
42935         [BZ #13916]
42936         [BZ #13917]
42937         [BZ #13918]
42938         [BZ #13919]
42939         [BZ #13920]
42940         [BZ #13921]
42941         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42942         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42943         (__kernel_standard_l): New function.
42944         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42945         __kernel_standard.
42946         * math/w_acosl.c (__acosl): Likewise.
42947         * math/w_asinl.c (__asinl): Likewise.
42948         * math/w_atan2l.c (__atan2l): Likewise.
42949         * math/w_atanhl.c (__atanhl): Likewise.
42950         * math/w_coshl.c (__coshl): Likewise.
42951         * math/w_exp10l.c (__exp10l): Likewise.
42952         * math/w_exp2l.c (__exp2l): Likewise.
42953         * math/w_fmodl.c (__fmodl): Likewise.
42954         * math/w_hypotl.c (__hypotl): Likewise.
42955         * math/w_j0l.c (__j0l, __y0l): Likewise.
42956         * math/w_j1l.c (__j1l, __y1l): Likewise.
42957         * math/w_jnl.c (__jnl, __ynl): Likewise.
42958         * math/w_lgammal.c (__lgammal): Likewise.
42959         * math/w_log10l.c (__log10l): Likewise.
42960         * math/w_log2l.c (__log2l): Likewise.
42961         * math/w_logl.c (__logl): Likewise.
42962         * math/w_powl.c (__powl): Likewise.
42963         * math/w_remainderl.c (__remainderl): Likewise.
42964         * math/w_scalbl.c (sysv_scalbl): Likewise.
42965         * math/w_sinhl.c (__sinhl): Likewise.
42966         * math/w_sqrtl.c (__sqrtl): Likewise.
42967         * math/w_tgammal.c (__tgammal): Likewise.
42968         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42969         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42970         * math/libm-test.inc (acos_test): Add more tests.
42971         (acosh_test): Likewise.
42972         (asin_test): Likewise.
42973         (atanh_test): Likewise.
42974         (exp_test): Likewise.
42975         (exp10_test): Likewise.
42976         (exp2_test): Likewise.
42977         (expm1_test): Likewise.
42978         (lgamma_test): Likewise.
42979         (log_test): Likewise.
42980         (log10_test): Likewise.
42981         (log1p_test): Likewise.
42982         (log2_test): Likewise.
42983         (pow_test): Do not allow some spurious overflow exceptions.
42984         (sqrt_test): Add more tests.
42985         (tgamma_test): Likewise.
42986         (y0_test): Likewise.
42987         (y1_test): Likewise.
42988         (yn_test): Likewise.
42990 2012-03-27  Anton Blanchard  <anton@samba.org>
42992         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42993         MAP_HUGETLB.
42994         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42995         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42996         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42998 2012-03-27  David S. Miller  <davem@davemloft.net>
43000         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43002         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43003         have-as-vis3 check.
43005 2012-03-27  Andreas Jaeger  <aj@suse.de>
43007         * sysdeps/x86_64/elf/configure.in: Moved to ...
43008         * sysdeps/x86_64/configure.in: ... here.
43009         * sysdeps/x86_64/elf/start.S: Moved to ...
43010         * sysdeps/x86_64/start.S: ... here.
43011         * sysdeps/x86_64/elf/configure: Delete.
43013         * sysdeps/x86_64/configure.in: Merge contents from
43014         sysdeps/i386/configure.in (without i686 check).
43016         * sysdeps/i386/elf/Versions: Merge into ...
43017         * sysdeps/i386/Versions: ... this.
43018         * sysdeps/i386/elf/Versions: Delete file.
43019         * sysdeps/i386/elf/start.S: Moved to ...
43020         * sysdeps/i386/start.S: ...here.
43021         * sysdeps/i386/elf/configure.in: Merge into...
43022         * sysdeps/i386/configure.in: ...here.
43023         * sysdeps/i386/elf/configure.in: Delete file.
43024         * sysdeps/i386/elf/configure: Delete file.
43026         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43027         * debug/backtracesyms.c: ... here.
43028         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43029         * debug/backtracesymsfd.c: ... here.
43030         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43031         * sysdeps/generic/ifunc-sel.h: ... here.
43033         * sysdeps/unix/i386/start.c: Delete file.
43034         * sysdeps/unix/sparc/start.c: Delete file.
43035         * sysdeps/unix/start.c: Delete file.
43037         * sysdeps/sh/elf/configure.in: Moved to ...
43038         * sysdeps/sh/configure.in: ... here.
43039         * sysdeps/sh/elf/start.S: Moved to ...
43040         * sysdeps/sh/start.S: ... here.
43041         * sysdeps/sh/elf/configure: Delete file.
43043         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43044         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43045         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43046         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43047         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43048         * sysdeps/powerpc/powerpc64/start.S: here.
43049         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43050         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43051         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43052         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43053         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43055         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43056         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43057         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43058         * sysdeps/powerpc/powerpc32/start.S: ... here.
43059         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43060         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43061         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43063         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43064         * sysdeps/powerpc/ifunc-sel.h: ... here.
43065         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43066         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43068         * sysdeps/sparc/elf/configure.in: Moved to ...
43069         * sysdeps/sparc/configure.in: ... here.
43070         * sysdeps/sparc/elf/configure: Delete file.
43071         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43072         * sysdeps/sparc/sparc32/start.S: ... here.
43073         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43074         * sysdeps/sparc/sparc64/start.S: ... here.
43075         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43076         * sysdeps/sparc/sparc32/Makefile: ... this.
43077         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43078         * sysdeps/sparc/sparc64/Makefile: ... this.
43080         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43081         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43082         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43083         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43084         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43085         * sysdeps/s390/s390-32/setjmp.S: ... here.
43086         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43087         * sysdeps/s390/s390-32/configure.in: ... here.
43088         * sysdeps/s390/s390-32/elf/configure: Delete file.
43089         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43090         * sysdeps/s390/s390-32/start.S: ... here.
43092         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43093         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43094         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43095         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43096         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43097         * sysdeps/s390/s390-64/setjmp.S: ... here.
43098         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43099         * sysdeps/s390/s390-64/configure.in: ... here
43100         * sysdeps/s390/s390-64/elf/configure: Delete file.
43101         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43102         * sysdeps/s390/s390-64/start.S: ... here.
43103         * sysdeps/s390/s390-64/elf/configure: Delete.
43105         * configure.in: Remove support for elf directories in sysdeps.
43107         * configure: Regenerated.
43108         * sysdeps/i386/configure: Regenerated.
43109         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43110         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43111         * sysdeps/s390/s390-32/configure: Regenerated.
43112         * sysdeps/s390/s390-64/configure: Regenerated.
43113         * sysdeps/sh/configure: Regenerated.
43114         * sysdeps/sparc/configure: Regenerated.
43115         * sysdeps/x86_64/configure: Regenerated.
43117 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43121         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43122         denormal result into account.
43124 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43126         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43127         Reported by Allan McRae <allan@archlinux.org>.
43129 2012-03-23  Jeff Law  <law@redhat.com>
43131         * nss/getnssent.c (__nss_getent): Fix typo.
43133 2012-03-23  David S. Miller  <davem@davemloft.net>
43135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43137 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43139         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43140         to pad to uint64_t for each field.
43141         (dl_tls_index): Replace unsigned long with uint64_t.
43143 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43144         Paul Pluzhnikov  <ppluzhnikov@google.com>
43146         [BZ #6528]
43147         * grp/Makefile (otherlibs): Don't set it.
43148         * inet/Makefile (otherlibs): Likewise.
43149         * login/Makefile (otherlibs): Likewise.
43150         * nscd/Makefile (otherlibs): Likewise.
43151         * posix/Makefile (otherlibs): Likewise.
43152         * pwd/Makefile (otherlibs): Likewise.
43153         * rt/Makefile (otherlibs): Likewise.
43154         * sunrpc/Makefile (otherlibs): Likewise.
43155         * nss/Makefile (otherlibs): Likewise.
43156         Add libnss_files to routines and static-only-routines.
43157         ($(objpfx)getent): Remove rule.
43158         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43159         static-only-routines.
43161 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43163         [BZ #13892]
43164         * math/s_cexp.c: Include <float.h>.
43165         (__cexp): Handle exp result overflowing not necessarily
43166         overflowing both real and imaginary parts of result.
43167         * math/s_cexpf.c: Likewise.
43168         * math/s_cexpl.c: Likewise.
43169         * math/libm-test.inc (cexp_test): Add more tests.
43170         * sysdeps/i386/fpu/libm-test-ulps: Update.
43171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43173 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43175         * include/link.h (ELFW): New macro.
43176         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43177         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43179 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43181         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43182         with uint64_t.
43184 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43186         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43187         declaration.
43188         (struct La_x32_retval): Likewise.
43190 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43192         * sysdeps/x86_64/preconfigure.in: New file.
43193         * sysdeps/x86_64/preconfigure: New generated file.
43195 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43197         [BZ #13824]
43198         * math/e_exp2l.c: Include <float.h>.
43199         (__ieee754_exp2l): Handle overflow and underflow cases
43200         separately.  Only pass fractional part of argument to
43201         __ieee754_expl.
43202         * math/libm-test.inc (exp2_test): Add more tests.
43204         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43205         negating x to take absolute value.
43206         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43207         Likewise.
43208         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43209         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43210         Likewise.
43211         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43212         computing low part if x was negated.
43213         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43215 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43217         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43218         la_x32_gnu_pltexit.
43219         (pltexit): Cast int_retval to ptrdiff_t.
43220         * elf/tst-auditmod3b.c: Likewise.
43221         * elf/tst-auditmod4b.c: Likewise.
43222         * elf/tst-auditmod5b.c: Likewise.
43223         * elf/tst-auditmod6b.c: Likewise.
43224         * elf/tst-auditmod6c.c: Likewise.
43225         * elf/tst-auditmod7b.c: Likewise.
43227         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43228         and x32_gnu_pltexit.
43230         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43231         __ELF_NATIVE_CLASS.
43232         (La_x32_regs): New macro.
43233         (La_x32_retval): Likewise.
43234         (la_x32_gnu_pltenter): New function prototype.
43235         (la_x32_gnu_pltexit): Likewise.
43237 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43239         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43240         exponent.
43242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43244         * configure.in (libc_cv_cc_nofma): Check for option to disable
43245         generation of FMA instructions.
43246         * configure: Regenerate.
43247         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43248         * sysdeps/ieee754/dbl-64/Makefile: New file.
43249         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43250         Remove brandred-fma4.
43251         (CFLAGS-brandred-fma4.c): Remove.
43252         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43253         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43254         define.
43255         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43256         define.
43258 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43260         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43261         LLONG_MAX != LONG_MAX.
43262         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43263         (_fitoa_word): Likewise.
43264         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43265         LLONG_MAX != LONG_MAX.
43266         * stdio-common/_itowa.h: Include <_itoa.h>.
43267         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43268         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43269         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43270         only if not defined.
43271         (_ITOA_WORD_TYPE): Likewise.
43272         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43273         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43275 2012-03-21  David S. Miller  <davem@davemloft.net>
43277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43279 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43281         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43282         of x86_64 when setting libc_cv_slibdir, libdir and
43283         libc_cv_localedir.
43284         * sysdeps/unix/sysv/linux/configure: Regenerated.
43286 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43288         * manual/lang.texi (Old Varargs): Remove section.
43289         (How Variadic): Update menu.
43290         (va_start): Do not mention varargs.h.
43292 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43293             Joseph Myers  <joseph@codesourcery.com>
43295         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43296         link test.
43297         * configure: Regenerated.
43299 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43301         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43302         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43303         conformtest.pl
43305 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43307         * NOTES: Remove.
43308         * Makefile (files-for-dist): Remove NOTES.
43309         (NOTES): Remove rule.
43310         * README: Don't refer to NOTES.
43311         * manual/creature.texi: Don't include macros.texi.
43312         * manual/intro.texi (creature.texi): Remove comment referring to
43313         NOTES.
43315         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43316         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43317         * configure: Regenerated.
43318         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43319         LIBC_TRY_CC_OPTION.
43320         (libc_cv_as_i686): Likewise.
43321         (libc_cv_cc_avx): Likewise.
43322         (libc_cv_cc_sse2avx): Likewise.
43323         (libc_cv_cc_fma4): Likewise.
43324         (libc_cv_cc_novzeroupper): Likewise.
43325         * sysdeps/i386/configure: Regenerated.
43327         [BZ #13883]
43328         * sysdeps/i386/fpu/s_cexp.S: Remove.
43329         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43330         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43331         * math/libm-test.inc (cexp_test): Add more tests.
43332         * sysdeps/i386/fpu/libm-test-ulps: Update.
43333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43335 2012-03-21  Allan McRae  <allan@archlinux.org>
43337         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43339 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43341         [BZ #13871]
43342         * math/w_exp2.c: Do not include <float.h>.
43343         (o_threshold, u_threshold): Remove.
43344         (__exp2): Calculate result before checking finiteness and calling
43345         __kernel_standard.
43346         * math/w_exp2f.c: Likewise.
43347         * math/w_exp2l.c: Likewise.
43348         * math/libm-test.inc (exp2_test): Require overflow exception for
43349         1e6 input.
43351         [BZ #3866]
43352         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43353         range of signed 64-bit integers before using fistpll.  Remove
43354         checks for whether integers fit in mantissa bits.
43355         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43356         the range of signed 32-bit integers before using fistpl.  Remove
43357         checks for whether integers fit in mantissa bits.
43358         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43359         (__ieee754_powl): Test for y outside the range of signed 64-bit
43360         integers before using fistpll.  Reduce 64-bit values to 63-bit
43361         ones as needed.
43362         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43363         divide-by-zero is raised for zero to large negative powers.
43364         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43365         (__ieee754_powl): Test for y outside the range of signed 64-bit
43366         integers before using fistpll.  Reduce 64-bit values to 63-bit
43367         ones as needed.
43368         * math/libm-test.inc (pow_test): Add more tests.
43370 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43372         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43373         <stdio-common/_itoa.h>.
43374         * debug/segfault.c: Likewise.
43375         * elf/dl-cache.c: Likewise.
43376         * elf/dl-minimal.c: Likewise.
43377         * elf/dl-misc.c: Likewise.
43378         * elf/dl-sysdep.c: Likewise.
43379         * elf/dl-version.c: Likewise.
43380         * elf/rtld.c: Likewise.
43381         * hurd/hurdsock.c: Likewise.
43382         * hurd/lookup-retry.c: Likewise.
43383         * malloc/malloc.c: Likewise.
43384         * malloc/mtrace.c: Likewise.
43385         * nscd/nscd_getgr_r.c: Likewise.
43386         * nscd/nscd_getpw_r.c: Likewise.
43387         * nscd/nscd_getserv_r.c: Likewise.
43388         * posix/getopt_init.c: Likewise.
43389         * posix/wordexp.c: Likewise.
43390         * stdio-common/_itoa.c: Likewise.
43391         * stdio-common/printf_fphex.c: Likewise.
43392         * stdio-common/vfprintf.c: Likewise.
43393         * string/_strerror.c: Likewise.
43394         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43395         * sysdeps/i386/i686/hp-timing.h: Likewise.
43396         * sysdeps/mach/_strerror.c: Likewise.
43397         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43398         * sysdeps/mach/hurd/sethostid.c: Likewise.
43399         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43400         * sysdeps/mach/xpg-strerror.c: Likewise.
43401         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43402         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43403         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43404         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43405         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43406         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43407         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43408         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43409         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43410         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43411         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43412         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43413         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43414         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43415         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43416         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43417         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43418         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43419         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43420         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43421         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43423         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43425         * stdio-common/_itoa.h: Moved to ...
43426         * sysdeps/generic/_itoa.h: Here.
43428         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43430         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43431         instead of "_itoa.h" and "_itowa.h".
43432         * stdio-common/vfprintf.: Likewise.
43434 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43436         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43437         <bits/wordsize.h>.
43438         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43439         (__signbit): Likwise.
43440         (llrintf): Likwise.
43441         (llrint): Likwise.
43443 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43445         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43446         __WORDSIZE != 64.
43448 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43450         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43451         OVERFLOW_EXCEPTION_OK.
43452         * math/libm-test.inc ("Philosophy"): Update comment about
43453         exception testing.
43454         (OVERFLOW_EXCEPTION): Define.
43455         (OVERFLOW_EXCEPTION_OK): Likewise.
43456         (INVALID_EXCEPTION_OK): Renumber.
43457         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43458         (IGNORE_ZERO_INF_SIGN): Likewise.
43459         (test_exceptions): Handle FE_OVERFLOW.
43460         (exp10_test): Expect overflow exceptions.
43461         (exp2_test): Likewise.
43462         (expm1_test): Likewise.
43463         (nextafter_test): Likewise.
43464         (pow_test): Likewise.
43465         (scalbn_test): Likewise.
43466         (scalbln_test): Likewise.
43468 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43470         * sysdeps/x86_64/bits/atomic.h
43471         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43472         64bit integer.
43473         (atomic_exchange_acq): Likewise.
43474         (__arch_exchange_and_add_body): Likewise.
43475         (__arch_add_body): Likewise.
43476         (atomic_add_negative): Likewise.
43477         (atomic_add_zero): Likewise.
43479 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43481         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43482         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43484 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43486         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43487         Check __x86_64__ instead of __WORDSIZE.
43489 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43491         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43493 2012-03-19  David S. Miller  <davem@davemloft.net>
43495         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43497         * sysdeps/sparc/fpu/fenv_private.h: New file.
43498         * sysdeps/sparc/fpu/math_private.h: Use it.
43499         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43500         Remove.
43501         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43502         (libc_feholdexcept_setroundl): Remove.
43503         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43504         Remove.
43505         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43506         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43508 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43510         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43511         int64_t instead of long int.
43512         (INSERT_WORDS64): Likwise.
43514 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43516         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43517         _Unwind_GetCFA return to _Unwind_Ptr first.
43519 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43521         [BZ #13629]
43522         * math/s_clog.c: Include <float.h>.
43523         (__clog): Scale large or subnormal inputs.
43524         * math/s_clogf.c: Likewise.
43525         * math/s_clogl.c: Likewise.
43526         * math/s_clog10.c: Include <float.h>.
43527         (M_LOG10_2): Define.
43528         (__clog10): Scale large or subnormal inputs.
43529         * math/s_clog10f.c: Likewise.
43530         * math/s_clog10l.c: Likewise.
43531         * math/libm-test.inc (clog_test): Add more tests.
43532         (clog10_test): Likewise.
43533         * sysdeps/i386/fpu/libm-test-ulps: Update.
43534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43536         [BZ #11451]
43537         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43538         x and y.
43539         * math/libm-test.inc (atan2_test): Add another test.
43541         * Makerules (common-objdir-compile): Remove.
43542         * sysdeps/unix/Makefile (config-generated): Do not add
43543         $(unix-generated) to variable.
43544         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43545         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43546         Remove rule.
43547         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43548         Likewise.
43549         [generic bits/local_lim.h] (before-compile): Do not append to
43550         variable.
43551         [generic bits/local_lim.h] (common-generated): Likewise.
43552         [generic sys/param.h] (before-compile): Do not append to variable.
43553         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43554         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43555         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43556         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43557         include.
43558         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43559         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43560         [generic sys/param.h] ($(addprefix
43561         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43562         [generic sys/param.h] (common-generated): Do not append to
43563         variable.
43564         [generic sys/param.h] (sysdep_headers): Likewise.
43565         [generic bits/errno.h] (before-compile): Do not append to
43566         variable.
43567         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43568         rule.
43569         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43570         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43571         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43572         [generic bits/errno.h] (common-generated): Do not append to
43573         variable.
43574         [generic bits/ioctls.h] (before-compile): Do not append to
43575         variable.
43576         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43577         rule.
43578         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43579         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43580         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43581         rule.
43582         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43583         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43584         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43585         [generic bits/ioctls.h] (common-generated): Do not append to
43586         variable.
43587         [generic sys/syscall.h] (syscall.h): Remove variable.
43588         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43589         rule.
43590         [generic sys/syscall.h] (before-compile): Do not append to
43591         variable.
43592         [generic sys/syscall.h] (common-generated): Likewise.
43593         * sysdeps/unix/errnos-tmpl.c: Remove file.
43594         * sysdeps/unix/errnos.awk: Likewise.
43595         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43596         * sysdeps/unix/ioctls.awk: Likewise.
43597         * sysdeps/unix/mk-local_lim.c: Likewise.
43598         * sysdeps/unix/snarf-ioctls: Likewise.
43600 2012-03-19  Richard Henderson  <rth@twiddle.net>
43602         * sysdeps/i386/fpu/fenv_private.h: New file.
43603         * sysdeps/i386/fpu/math_private.h: Use it.
43604         (math_opt_barrier, math_force_eval): Remove.
43605         (libc_feholdexcept_setround_53bit): Remove.
43606         (libc_feupdateenv_53bit): Remove.
43607         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43608         (math_opt_barrier, math_force_eval): Remove.
43609         (libc_feholdexcept): Remove.
43610         (libc_feholdexcept_setround): Remove.
43611         (libc_fetestexcept, libc_fesetenv): Remove.
43612         (libc_feupdateenv_test): Remove.
43613         (libc_feupdateenv, libc_feholdsetround): Remove.
43614         (libc_feresetround): Remove.
43616         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43617         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43619         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43620         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43621         (libc_feupdateenv_testl): New.
43622         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43623         (libc_feupdateenv_testf): New.
43624         (libc_feupdateenv): Use libc_feupdateenv_test.
43625         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43626         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43628         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43629         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43630         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43631         (libc_feresetround_noex): New.
43632         (libc_feresetround_noexf): New.
43633         (libc_feresetround_noexl): New.
43634         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43635         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43636         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43637         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43638         SET_RESTORE_ROUND.
43639         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43640         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43641         (__cos): Likewise.
43642         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43643         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43644         SET_RESTORE_ROUND_NOEX.
43645         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43646         SET_RESTORE_ROUND_NOEXF.
43647         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43648         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43649         (libc_feholdsetroundf): New.
43650         (libc_feresetround, libc_feresetroundf): New.
43652         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43653         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43654         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43656         * sysdeps/generic/math_private.h: Include <fenv.h>.
43657         (default_libc_feholdexcept): New.
43658         (default_libc_feholdexcept_setround): New.
43659         (default_libc_fesetenv, default_libc_feupdateenv): New.
43660         (libc_feholdexcept): Only define if undefined.
43661         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43662         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43663         (libc_feholdexcept_setroundl): Likewise.
43664         (libc_feholdexcept_setround_53bit): Likewise.
43665         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43666         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43667         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43668         (libc_feupdateenv_53bit): Likewise.
43669         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43670         (libc_feholdexcept): Convert from macro to inline function.
43671         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43672         (libc_fesetenv, libc_feupdateenv): Likewise.
43674         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43675         not previously defined.
43676         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43677         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43678         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43679         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43680         * sysdeps/ieee754/flt-32/math_private.h: New file.
43681         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43682         math_private.h below SET_FLOAT_WORD.
43683         (__isnan, __isinf_ns, __finite): Remove.
43684         (__isnanf, __isinf_nsf, __finitef): Remove.
43686 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43690 2012-03-17  David S. Miller  <davem@davemloft.net>
43692         [BZ #6471]
43693         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43694         for 2.16.
43696 2012-03-16  David S. Miller  <davem@davemloft.net>
43698         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43699         warnings.
43701         [BZ #6471]
43702         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43703         properly.
43704         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43705         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43706         sysdep_routines when subdir is sysvipc.
43707         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43708         __getshmlba helper.
43710         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43712 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43714         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43715         [__LP64__].
43717 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43719         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43720         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43721         (__lround): Renamed to ...
43722         (__llround): This.  Replace long int with long long int.
43723         Define lround functions as aliases of llround functions.
43724         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43726 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43728         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43729         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43730         adresses to uintptr_t.  Replace "long int" and "unsigned long
43731         int" with "greg_t" on va_arg.
43733 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43735         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43736         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43738         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43739         Move e_machine check before EI_CLASS check.  Handle x32
43740         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43741         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43742         SKIP_EM_IA_64 and include
43743         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43745         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43746         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43747         (add_system_dir): New macro.
43749         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43750         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43752 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43754         [BZ #2551]
43755         [BZ #2552]
43756         [BZ #2553]
43757         [BZ #2554]
43758         [BZ #2562]
43759         [BZ #2563]
43760         [BZ #2565]
43761         [BZ #2566]
43762         [BZ #2576]
43763         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43764         (y0): Likewise.
43765         * math/w_j0f.c (j0f): Likewise.
43766         (y0f): Likewise.
43767         * math/w_j0l.c (__j0l): Likewise.
43768         (__y0l): Likewise.
43769         * math/w_j1.c (j1): Likewise.
43770         (y1): Likewise.
43771         * math/w_j1f.c (j1f): Likewise.
43772         (y1f): Likewise.
43773         * math/w_j1l.c (__j1l): Likewise.
43774         (__y1l): Likewise.
43775         * math/w_jn.c (jn): Likewise.
43776         (yn): Likewise.
43777         * math/w_jnf.c (jnf): Likewise.
43778         (ynf): Likewise.
43779         * math/w_jnl.c (__jnl): Likewise.
43780         (__ynl): Likewise.
43781         * math/libm-test.inc (j0_test): Add more tests.
43782         (j1_test): Likewise.
43783         (jn_test): Likewise.  Add trailing semicolon to existing test.
43784         (y0_test): Likewise.
43785         (y1_test): Likewise.
43786         * sysdeps/i386/fpu/libm-test-ulps: Update.
43787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43789         [BZ #13851]
43790         [BZ #13854]
43791         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43792         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43793         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43794         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43795         (__tanl): Set errno for infinite argument.
43796         * sysdeps/i386/fpu/mptan.c: Remove.
43797         * sysdeps/i386/fpu/s_tan.S: Likewise.
43798         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43799         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43800         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43801         * math/libm-test.inc (tan_test): Add more tests and enable more
43802         tests for double and long double.
43803         * sysdeps/i386/fpu/libm-test-ulps: Update.
43804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43806 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43808         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43809         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43811 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43813         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43814         * configure.in: Use it for both main tree and add-ons.
43815         * configure: Regenerated.
43817 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43819         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43821 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43823         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43824         in comment.
43826         [BZ #13851]
43827         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43828         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43829         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43830         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43831         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43832         infinite argument.
43833         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43834         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43835         != 0 for prec == 2.
43836         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43837         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43838         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43839         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43840         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43841         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43842         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43843         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43844         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43845         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43846         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43847         * math/libm-test.inc (cos_test): Add more tests and enable more
43848         tests for long double.
43849         (sin_test): Likewise.
43850         (sincos_test): Likewise.
43851         * sysdeps/i386/fpu/libm-test-ulps: Update.
43852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43854 2012-03-16  David S. Miller  <davem@davemloft.net>
43856         * sysdeps/sparc/fpu/math_private.h: New file.
43858 2012-03-15  David S. Miller  <davem@davemloft.net>
43860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43861         file.
43862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43864         file.
43865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43866         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43867         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43868         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43869         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43870         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43871         sysdep routines.
43872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43874         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43875         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43877         * sysdeps/sparc/sparc-ifunc.h: New file.
43878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43879         sparc-ifunc.h
43880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43882         Likewise.
43883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43884         Likewise.
43885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43889         Likewise.
43890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43895         Likewise.
43896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43897         Likewise.
43898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43902         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43903         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43904         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43905         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43906         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43907         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43908         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43909         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43910         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43911         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43912         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43913         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43914         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43915         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43916         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43917         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43918         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43919         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43920         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43921         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43923 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43925         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43926         scaling.
43927         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43929 2012-03-15  Andreas Jaeger  <aj@suse.de>
43931         [BZ #13852]
43932         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43933         ieee754/flt-32 implementation for sin, cos and sincos.
43934         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43935         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43936         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43937         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43938         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43939         ieee754/flt-32 implementation for tan.
43941         * math/libm-test.inc (cos_test): Enable some large input tests for
43942         float as well
43943         (sin_test): Likewise.
43944         (sincos_test): Likewise.
43945         (tan_test): Add tests for large input.
43947         * sysdeps/i386/fpu/libm-test-ulps: Update.
43949 2012-03-15  Andreas Jaeger  <aj@suse.de>
43951         [BZ #13658]
43952         * math/libm-test.inc (cos_test): Add more test cases.
43953         (sin_test): Likewise.
43954         (sincos_test): Likewise.
43956 2012-03-15  Andreas Jaeger  <aj@suse.de>
43958         [BZ #13837]
43959         * math/libm-test.inc (cos_test): Add a test case for large input
43960         value.
43961         (sin_test): Likewise.
43962         (sincos_test): Likewise.
43964 2012-03-15  Andreas Jaeger  <aj@suse.de>
43965             Joseph Myers  <joseph@codesourcery.com>
43967         [BZ #13658]
43968         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43969         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43970         * sysdeps/i386/fpu/branred.c: Likewise.
43971         * sysdeps/i386/fpu/dosincos.c: Likewise.
43972         * sysdeps/i386/fpu/mpa.c: Likewise.
43973         * sysdeps/i386/fpu/s_cos.S: Likewise.
43974         * sysdeps/i386/fpu/s_sin.S: Likewise.
43975         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43976         * sysdeps/i386/fpu/sincos32.c: Likewise.
43978         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43979         Define.
43980         (libc_feupdateenv_53bit): Define.
43981         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43982         Define.
43983         (libc_feupdateenv_53bit): Define.
43985         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43986         53 bit (without extend i386 double precision).
43988         * math/libm-test.inc (sincos_test): Add tests for large input.
43989         (sin): Likewise.
43990         (cos): Likewise.
43992         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43994 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43998 2012-03-15  David S. Miller  <davem@davemloft.net>
44000         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44001         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44002         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44003         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44004         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44005         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44006         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44007         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44008         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44009         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44010         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44011         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44012         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44013         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44014         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44016         file.
44017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44019         file.
44020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44022         file.
44023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44025         file.
44026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44027         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44028         fmin/fmax sysdep routines.
44029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44031 2012-03-14  David S. Miller  <davem@davemloft.net>
44033         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44034         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44035         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44036         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44037         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44038         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44039         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44040         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44041         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44042         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44043         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44044         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44045         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44046         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44047         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44048         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44049         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44050         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44051         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44052         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44053         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44054         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44055         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44056         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44057         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44058         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44059         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44060         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44061         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44062         routines.
44063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44064         file.
44065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44067         file.
44068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44070         file.
44071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44073         file.
44074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44076         file.
44077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44079         file.
44080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44081         file.
44082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44083         file.
44084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44085         file.
44086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44087         New file.
44088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44089         file.
44090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44091         file.
44092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44094         file.
44095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44097         file.
44098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44100         file.
44101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44103         VIS3 routines.
44105         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44106         New file.
44108         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44110         * sysdeps/sparc/configure.in: New file.
44111         * sysdeps/sparc/configure: Generate.
44112         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44113         * configure: Regenerate.
44114         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44115         * config.make.in (have-as-vis3): New.
44116         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44117         available use -Av9d instead of -Av9a.
44118         * sysdeps/sparc/sparc64/Makefile: Likewise.
44119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44121         New file.
44122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44123         file.
44124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44125         New file.
44126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44127         file.
44128         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44129         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44130         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44131         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44132         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44134         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44135         fzeros/fnegs to load 0x80000000 into a float register instead of
44136         using the stack.
44137         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44139 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44141         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44142         bits/syscall.h.
44143         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44144         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44145         ($(inst_includedir)/bits/syscall.h): Remove rule.
44146         ($(objpfx)bits/syscall.d): Include instead of
44147         $(objpfx)syscall-list.d.
44148         (generated): Change syscall-list.h and syscall-list.d to
44149         bits/syscall.h and bits/syscall.d.
44151 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44153         [BZ #13846]
44154         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44156 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44158         [BZ #13841]
44159         * math/s_csqrt.c: Include <float.h>.
44160         (__csqrt): Scale large or subnormal inputs.
44161         * math/s_csqrtf.c: Likewise.
44162         * math/s_csqrtl.c: Likewise.
44163         * math/libm-test.inc (csqrt_test): Add more tests.
44164         * sysdeps/i386/fpu/libm-test-ulps: Update.
44165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44167         [BZ #13840]
44168         * math/libm-test.inc (hypot_test): Add more tests.
44170 2012-03-13  David S. Miller  <davem@davemloft.net>
44172         [BZ #13840]
44173         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44174         double-precision for the calculation instead of scaling.
44176 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44178         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44179         manipulate bits before adding and subtracting TWO52[sx].
44180         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44181         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44182         Likewise.
44183         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44185 2012-03-13  David S. Miller  <davem@davemloft.net>
44187         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44188         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44189         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44190         rtld-global-offsets.h
44191         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44193         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44194         large parameters.
44196         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44198         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44199         'err' in the ifdef scope in which it is actually used.
44201         * nss/nss_db/db-init.c: Include string.h
44203 2012-03-12  David S. Miller  <davem@davemloft.net>
44205         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44206         masking out of the most significant byte of random value used.
44207         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44208         Fix coding style in previous change.
44210         * sysdeps/unix/sysv/linux/kernel-features.h
44211         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44212         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44213         expression.
44214         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44215         later.
44217 2012-03-11  David S. Miller  <davem@davemloft.net>
44219         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44220         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44221         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44222         for 'resultvar' otherwise things get truncated on 64-bit.
44224         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44225         Fix masking out of the most significant byte of random value used.
44227         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44229 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44233 2012-03-09  David S. Miller  <davem@davemloft.net>
44235         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44236         variables with appropriate CPP guards.
44237         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44238         from the frame pointer, not the stack pointer.  Correct layout
44239         comments.  Fix test on resulting framesize and the management of
44240         the outregs buffer for pltexit.  Preserve floating point return
44241         values across _dl_call_pltexit call.
44242         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44243         framesize and the management of the outregs buffer for pltexit.
44244         Preserve floating point return values across _dl_call_pltexit
44245         call.
44246         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44247         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44248         (la_sparc64_gnu_pltexit): New functions.
44249         (print_exit): Fix format string for return register value.
44251 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44253         * sunrpc/Makefile (others): Add rpcgen.
44254         ($(objpfx)rpcgen): Remove special build rule and dependency on
44255         libc.
44256         * sunrpc/rpcgen.c: New file.
44258 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44260         [BZ #13673]
44261         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44262         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44263         * sysdeps/i386/crti.S: Likewise.
44264         * sysdeps/i386/crtn.S: Likewise.
44265         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44266         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44267         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44268         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44269         * sysdeps/sh/crti.S: Likewise.
44270         * sysdeps/sh/crtn.S: Likewise.
44271         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44273         [BZ #13673]
44274         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44275         with URL.
44276         * locale/programs/locfile-kw.gperf: Likewise.
44277         * locale/programs/charmap-kw.h: Regenerated.
44278         * locale/programs/locfile-kw.h: Likewise.
44280         [BZ #13673]
44281         * intl/plural.y: Replace FSF snail mail address with URL.
44282         * intl/plural.c: Regenerated.
44284 2012-03-09  Richard Henderson  <rth@twiddle.net>
44286         * include/math_private.h: Remove file.
44287         * math/math_private.h: Move file ...
44288         * sysdeps/generic/math_private.h: ... here.
44290         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44291         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44292         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44294         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44295         and <math_private.h>.
44296         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44297         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44298         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44299         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44300         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44301         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44302         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44303         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44304         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44305         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44306         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44307         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44308         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44309         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44310         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44311         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44312         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44313         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44314         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44315         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44316         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44317         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44318         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44319         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44320         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44321         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44322         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44323         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44324         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44325         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44326         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44327         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44328         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44329         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44330         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44331         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44332         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44333         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44334         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44335         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44336         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44337         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44338         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44339         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44340         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44341         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44342         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44343         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44344         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44345         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44346         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44347         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44348         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44349         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44350         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44351         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44352         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44353         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44354         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44355         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44356         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44357         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44358         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44359         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44360         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44361         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44362         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44363         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44364         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44365         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44366         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44367         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44368         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44369         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44370         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44371         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44372         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44373         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44374         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44375         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44376         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44377         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44378         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44379         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44380         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44381         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44382         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44383         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44384         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44385         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44386         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44387         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44388         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44389         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44390         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44391         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44392         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44393         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44394         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44395         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44396         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44397         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44398         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44399         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44400         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44401         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44402         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44403         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44404         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44405         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44406         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44407         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44408         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44409         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44410         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44411         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44412         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44413         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44414         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44415         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44416         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44417         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44418         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44419         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44420         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44421         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44422         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44423         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44424         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44425         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44426         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44427         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44428         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44429         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44430         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44431         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44432         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44433         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44434         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44435         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44436         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44437         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44438         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44439         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44440         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44441         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44442         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44443         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44444         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44445         * sysdeps/ieee754/k_standard.c: Likewise.
44446         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44447         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44448         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44449         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44450         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44451         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44452         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44453         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44454         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44455         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44456         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44457         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44458         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44459         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44460         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44461         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44462         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44463         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44466         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44468         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44469         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44470         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44471         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44473         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44475         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44476         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44477         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44478         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44479         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44480         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44481         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44484         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44485         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44486         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44487         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44490         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44492         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44494         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44496         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44497         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44498         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44499         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44500         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44501         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44502         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44504         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44505         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44509         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44510         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44511         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44512         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44513         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44514         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44515         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44516         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44518         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44519         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44520         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44521         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44522         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44523         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44524         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44525         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44526         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44527         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44528         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44529         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44530         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44531         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44532         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44533         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44534         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44535         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44536         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44537         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44538         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44539         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44540         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44541         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44542         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44543         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44544         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44545         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44546         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44547         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44548         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44549         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44550         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44551         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44552         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44553         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44554         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44555         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44556         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44557         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44558         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44559         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44560         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44561         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44562         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44563         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44564         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44565         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44566         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44567         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44568         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44569         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44570         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44571         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44572         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44573         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44574         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44575         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44576         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44577         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44578         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44579         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44580         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44581         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44582         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44583         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44584         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44585         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44586         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44587         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44588         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44589         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44590         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44591         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44592         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44593         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44594         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44595         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44596         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44597         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44598         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44599         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44600         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44601         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44602         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44603         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44604         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44605         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44606         * sysdeps/ieee754/s_lib_version.c: Likewise.
44607         * sysdeps/ieee754/s_matherr.c: Likewise.
44608         * sysdeps/ieee754/s_signgam.c: Likewise.
44609         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44610         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44611         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44612         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44613         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44614         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44615         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44616         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44617         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44618         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44619         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44620         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44621         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44622         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44623         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44624         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44625         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44626         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44627         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44628         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44629         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44631 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44633         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44634         * sunrpc/rpc_main.c: Likewise.
44635         * sunrpc/rpc_svcout.c: Likewise.
44637 2012-03-09  David S. Miller  <davem@davemloft.net>
44639         * include/math_private.h: New file.
44641 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44643         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44644         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44645         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44646         from <bits/socket_type.h>.
44647         (enum __socket_type): Don't define here.
44648         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44649         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44650         bits/socket_type.h.
44652         [BZ #13566]
44653         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44654         checking __USE_GNU.
44656         * Makerules ($(inst_includedir)/%.h): New rule.
44657         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44658         (install-others): Remove variable setting.
44659         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44661 2012-03-08  Richard Henderson  <rth@twiddle.net>
44663         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44664         from macro to inline function; merge with the
44665         !__LIBC_INTERNAL_MATH_INLINES version.
44666         (__ieee754_sqrtf): Likewise.
44668         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44669         to inline function.
44670         (__rintf, __floor, __floorf): Likewise.
44672         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44673         macro to inline function.
44674         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44676         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44677         not <math/math_private.h>.
44679 2012-03-08  David S. Miller  <davem@davemloft.net>
44681         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44682         copyright year.
44683         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44685 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44687         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44688         normalization.
44689         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44690         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44692 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44694         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44695         be defined individually, they must be defined as a block.  Define
44696         S for printing a string instead of hidint the different by using a
44697         macro for adding the 'l'.
44698         * stdio-common/tst-fphex-wide.c: Adjust.
44700 2012-03-07  Marek Polacek  <polacek@redhat.com>
44702         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44704 2012-03-08  Marek Polacek  <polacek@redhat.com>
44706         [BZ #13806]
44707         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44708         * stdio-common/tst-fphex.c: Define a few macros to make the
44709         test reusable.  Use them.
44710         * stdio-common/tst-fphex-wide.c: New file.
44712 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44714         [BZ #6911]
44715         * manual/macros.texi (gnusystems): New macro.
44716         (nongnusystems): Likewise.
44717         (gnulinuxhurdsystems): Likewise.
44718         (gnuhurdsystems): Likewise..
44719         (gnulinuxsystems): Likewise.
44720         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44721         variants of the GNU system, not "GNU system".
44722         * manual/conf.texi: Likewise.
44723         * manual/errno.texi: Likewise.  Update example of errno macro
44724         expansion.
44725         * manual/filesys.texi: Likewise.
44726         (getumask): Document as specific to GNU/Hurd.
44727         * manual/install.texi: Likewise.  Reword some references to
44728         GNU/Linux.
44729         * manual/intro.texi: Likewise.
44730         * manual/io.texi: Likewise.
44731         (File Name Portability): Detail which constraints are inapplicable
44732         to all GNU systems and which are only inapplicable to GNU/Hurd.
44733         * manual/job.texi: Likewise.
44734         * manual/llio.texi: Likewise.
44735         (O_NOCTTY): Document as present on GNU/Linux.
44736         * manual/maint.texi: Likewise.
44737         * manual/memory.texi: Likewise.
44738         * manual/pattern.texi: Likewise.
44739         * manual/pipe.texi: Likewise.
44740         * manual/process.texi: Likewise.
44741         * manual/resource.texi: Likewise.
44742         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44743         child on GNU/Hurd.
44744         * manual/setjmp.texi: Likewise.
44745         * manual/signal.texi: Likewise.
44746         * manual/startup.texi: Likewise.
44747         * manual/stdio.texi: Likewise.
44748         * manual/terminal.texi: Likewise.
44749         (ONLCR): Document as POSIX.
44750         (OXTABS): Document availability on GNU/Linux as XTABS.
44751         (ONOEOT): Document availability separately from other bits.
44752         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44753         * manual/time.texi: Likewise.
44754         * manual/users.texi: Likewise.
44755         * INSTALL: Regenerated.
44756         * sysdeps/gnu/errlist.c: Regenerated.
44758         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44759         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44760         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44761         puts.
44762         * configure: Regenerated.
44764 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44766         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44767         default includes instead of AC_HEADER_CHECK.
44768         * sysdeps/i386/configure: Regenerated.
44770         [BZ #10716]
44771         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44772         * math/s_cacoshf.c (__cacoshf): Likewise.
44773         * math/s_cacoshl.c (__cacoshl): Likewise.
44774         * math/s_casinh.c (__casinh): Set signs of result from argument.
44775         * math/s_casinhf.c (__casinhf): Likewise.
44776         * math/s_casinhl.c (__casinhl): Likewise.
44777         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44778         (casinh_test): Add more tests.
44779         * sysdeps/i386/fpu/libm-test-ulps: Update.
44780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44782 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44784         * po/zh_TW.po: Update from translation team.
44786         * login/Makefile (distribute): Remove variable.
44787         * catgets/Makefile: Likewise.
44788         * mach/Makefile: Likewise.
44789         * malloc/Makefile: Likewise.
44790         * misc/Makefile: Likewise.
44791         * iconv/Makefile: Likewise.
44792         * nscd/Makefile: Likewise.
44793         * hurd/Makefile: Likewise.
44794         * manual/Makefile: Likewise.
44795         * locale/Makefile: Likewise.
44796         * intl/Makefile: Likewise.
44797         * conform/Makefile: Likewise.
44798         * nss/Makefile: Likewise.
44799         * time/Makefile: Likewise.
44800         * soft-fp/Makefile: Likewise.
44801         * dirent/Makefile: Likewise.
44802         * gmon/Makefile: Likewise.
44803         * po/Makefile: Likewise.
44804         * rt/Makefile: Likewise.
44805         * socket/Makefile: Likewise.
44806         * math/Makefile: Likewise.
44807         * signal/Makefile: Likewise.
44808         * debug/Makefile: Likewise.
44809         * elf/Makefile: Likewise.
44810         * timezone/Makefile: Likewise.
44811         * stdlib/Makefile: Likewise.
44812         * iconvdata/Makefile: Likewise.
44813         * sunrpc/Makefile: Likewise.
44814         * io/Makefile: Likewise.
44815         * argp/Makefile: Likewise.
44816         * inet/Makefile: Likewise.
44817         * hesiod/Makefile: Likewise.
44818         * grp/Makefile: Likewise.
44819         * csu/Makefile: Likewise.
44820         * wctype/Makefile: Likewise.
44821         * crypt/Makefile: Likewise.
44822         * libio/Makefile: Likewise.
44823         * string/Makefile: Likewise.
44824         * nis/Makefile: Likewise.
44825         * resolv/Makefile: Likewise.
44826         * stdio-common/Makefile: Likewise.
44827         * wcsmbs/Makefile: Likewise.
44828         * dlfcn/Makefile: Likewise.
44829         * posix/Makefile: Likewise.
44831         [BZ #6959]
44832         * timezone/Makefile: Don't install timezone files, just the programs
44833         and scripts.
44835 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44837         * nss/databases.def: Add missing gshadow entry.
44839         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44841 2012-03-06  Marek Polacek  <polacek@redhat.com>
44843         [BZ #13726]
44844         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44845         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44846         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44847         * stdio-common/tst-long-dbl-fphex.c: New file.
44849 2012-03-06  David S. Miller  <davem@davemloft.net>
44851         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44852         (set_obp_int): New function.
44853         (get_obp_int): New function.
44854         (__get_clockfreq_via_dev_openprom): Likewise.
44855         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44856         Avoid unused variable warnings on 'val' and use builtin_expect.
44857         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44858         __builtin_expect.
44859         (INLINE_CLONE_SYSCALL): Likewise.
44861 2012-03-05  David S. Miller  <davem@davemloft.net>
44863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44865 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44869         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44870         only for |x| >= 40.
44871         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44873 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44875         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44876         Replace gettimeofday with __vdso_gettimeofday.
44878         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44879         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44880         __vdso_clock_gettime and __vdso_getcpu.
44882         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44883         time with __vdso_time.
44885 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44887         * manual/lang.texi (size_t): Note types to which size_t may be
44888         equivalent with the GNU C Library, but do not describe when
44889         differences between them are significant.
44891 2012-03-05  Andreas Jaeger  <aj@suse.de>
44893         * sysdeps/i386/fpu/libm-test-ulps: Update.
44895 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44897         [BZ #3976]
44898         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44899         (__ieee754_pow): Save and restore rounding mode and use
44900         round-to-nearest for main computations.
44901         * math/libm-test.inc (pow_test_tonearest): New function.
44902         (pow_test_towardzero): Likewise.
44903         (pow_test_downward): Likewise.
44904         (pow_test_upward): Likewise.
44905         (main): Call the new functions.
44906         * sysdeps/i386/fpu/libm-test-ulps: Update.
44907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44909         [BZ #3976]
44910         * math/libm-test.inc (cosh_test_tonearest): New function.
44911         (cosh_test_towardzero): Likewise.
44912         (cosh_test_downward): Likewise.
44913         (cosh_test_upward): Likewise.
44914         (sinh_test_tonearest): Likewise.
44915         (sinh_test_towardzero): Likewise.
44916         (sinh_test_downward): Likewise.
44917         (sinh_test_upward): Likewise.
44918         (main): Call the new functions.
44919         * sysdeps/i386/fpu/libm-test-ulps: Update.
44920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44922 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44924         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44925         default stack guard is set in last bytes.
44926         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44928 2012-03-05  Kees Cook  <keescook@chromium.org>
44930         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44932         [BZ #13656]
44933         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44934         possibly allocate from heap instead of stack.
44935         * stdio-common/bug-vfprintf-nargs.c: New file.
44936         * stdio-common/Makefile (tests): Add nargs overflow test.
44938 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44940         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44942 2012-03-03  Marek Polacek  <polacek@redhat.com>
44944         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44945         * math/math_private.h: Likewise.
44946         * stdlib/tst-strtod.c: Likewise.
44947         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44948         * sysdeps/x86_64/bits/atomic.h: Likewise.
44950 2012-03-02  David S. Miller  <davem@davemloft.net>
44952         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44953         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44955         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44956         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44957         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44958         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44959         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44961 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44963         [BZ #13792]
44964         * manual/examples/README: New file, says the example source files
44965         can be used under GPL>=2.
44966         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44967         line containing just "*/".
44968         * manual/examples/add.c: Add copyright header (GPL>=2).
44969         * manual/examples/argp-ex1.c: Likewise.
44970         * manual/examples/argp-ex2.c: Likewise.
44971         * manual/examples/argp-ex3.c: Likewise.
44972         * manual/examples/argp-ex4.c: Likewise.
44973         * manual/examples/atexit.c: Likewise.
44974         * manual/examples/db.c: Likewise.
44975         * manual/examples/dir.c: Likewise.
44976         * manual/examples/dir2.c: Likewise.
44977         * manual/examples/execinfo.c: Likewise.
44978         * manual/examples/filecli.c: Likewise.
44979         * manual/examples/filesrv.c: Likewise.
44980         * manual/examples/fmtmsgexpl.c: Likewise.
44981         * manual/examples/genpass.c: Likewise.
44982         * manual/examples/inetcli.c: Likewise.
44983         * manual/examples/inetsrv.c: Likewise.
44984         * manual/examples/isockad.c: Likewise.
44985         * manual/examples/longopt.c: Likewise.
44986         * manual/examples/memopen.c: Likewise.
44987         * manual/examples/memstrm.c: Likewise.
44988         * manual/examples/mkfsock.c: Likewise.
44989         * manual/examples/mkisock.c: Likewise.
44990         * manual/examples/mygetpass.c: Likewise.
44991         * manual/examples/pipe.c: Likewise.
44992         * manual/examples/popen.c: Likewise.
44993         * manual/examples/rprintf.c: Likewise.
44994         * manual/examples/search.c: Likewise.
44995         * manual/examples/select.c: Likewise.
44996         * manual/examples/setjmp.c: Likewise.
44997         * manual/examples/sigh1.c: Likewise.
44998         * manual/examples/sigusr.c: Likewise.
44999         * manual/examples/stpcpy.c: Likewise.
45000         * manual/examples/strdupa.c: Likewise.
45001         * manual/examples/strftim.c: Likewise.
45002         * manual/examples/strncat.c: Likewise.
45003         * manual/examples/subopt.c: Likewise.
45004         * manual/examples/swapcontext.c: Likewise.
45005         * manual/examples/termios.c: Likewise.
45006         * manual/examples/testopt.c: Likewise.
45007         * manual/examples/testpass.c: Likewise.
45008         * manual/examples/timeval_subtract.c: Likewise.
45010         [BZ #13792]
45011         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45012         function to ...
45013         * manual/timeval_subtract.c.texi: ... here, new file.
45015 2012-03-02  David S. Miller  <davem@davemloft.net>
45017         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45019 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45021         [BZ #3976]
45022         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45023         (__sin): Save and restore rounding mode and use round-to-nearest
45024         for all computations.
45025         (__cos): Save and restore rounding mode and use round-to-nearest
45026         for all computations.
45027         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45028         <fenv.h>.
45029         (tan): Save and restore rounding mode and use round-to-nearest for
45030         all computations.
45031         * math/libm-test.inc (cos_test_tonearest): New function.
45032         (cos_test_towardzero): Likewise.
45033         (cos_test_downward): Likewise.
45034         (cos_test_upward): Likewise.
45035         (sin_test_tonearest): Likewise.
45036         (sin_test_towardzero): Likewise.
45037         (sin_test_downward): Likewise.
45038         (sin_test_upward): Likewise.
45039         (tan_test_tonearest): Likewise.
45040         (tan_test_towardzero): Likewise.
45041         (tan_test_downward): Likewise.
45042         (tan_test_upward): Likewise.
45043         (main): Call the new functions.
45044         * sysdeps/i386/fpu/libm-test-ulps: Update.
45045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45047         [BZ #10135]
45048         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45049         small n, then large n, before computing and testing k+n.
45050         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45051         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45052         Likewise.
45053         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45054         Likewise.
45055         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45056         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45057         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45058         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45059         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45060         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45061         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45062         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45063         * math/libm-test.inc (scalbn_test): Add more tests.
45064         (scalbln_test): Likewise.
45066         * manual/filesys.texi (mode_t): Describe constraints on size and
45067         signedness, not exact equivalence to a particular type.
45068         (ino_t): Likewise.
45069         (ino64_t): Likewise.
45070         (dev_t): Likewise.
45071         (nlink_t): Likewise.
45072         (blkcnt_t): Likewise.
45073         (blkcnt64_t): Likewise.
45074         * manual/llio.texi (off_t): Likewise.
45076         [BZ #3976]
45077         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45078         (__ieee754_exp): Save and restore rounding mode and use
45079         round-to-nearest for all computations.
45080         * math/libm-test.inc (exp_test_tonearest): New function.
45081         (exp_test_towardzero): Likewise.
45082         (exp_test_downward): Likewise.
45083         (exp_test_upward): Likewise.
45084         (main): Call the new functions.
45085         * sysdeps/i386/fpu/libm-test-ulps: Update.
45086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45088 2012-03-01  Chris Demetriou  <cgd@google.com>
45090         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45091         have predictable order.
45093 2012-03-01  David S. Miller  <davem@davemloft.net>
45095         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45097         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45098         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45099         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45100         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45102         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45103         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45104         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45106         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45107         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45108         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45109         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45110         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45114         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45115         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45116         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45118         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45119         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45120         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45121         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45122         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45123         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45124         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45125         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45126         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45127         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45128         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45129         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45130         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45131         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45132         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45133         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45134         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45135         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45136         * sysdeps/sparc/elf/configure: Regenerated.
45138 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45140         * configure.in (AS, LD): Require binutils 2.20 or later.
45141         * configure: Regenerated.
45142         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45143         as required minimum version.
45144         * INSTALL: Regenerated.
45146         [BZ #2541]
45147         [BZ #4108]
45148         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45149         before squaring exponent.
45150         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45151         bottom long double and 27 bits of top long double before squaring
45152         exponent.
45153         * math/libm-test.inc (erfc_test): Add more tests.
45154         * sysdeps/i386/fpu/libm-test-ulps: Update.
45155         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45156         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45158 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45160         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45161         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45162         containing bit-fields.
45163         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45164         * soft-fp/single.h (_FP_UNION_S): Likewise.
45165         * soft-fp/double.h (_FP_UNION_D): Likewise.
45167 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45169         [BZ #13786]
45170         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45171         not include ../strcmp.S.
45172         [USE_AS_STRNCASECMP_L]: Likewise.
45173         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45174         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45175         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45176         (__strncasecmp_l_ia32): Define as alias to
45177         __strncasecmp_l_nonascii.
45179         [BZ #5794]
45180         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45181         * sysdeps/i386/fpu/libm-test-ulps: Update.
45182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45184         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45187 2012-02-29  Jeff Law  <law@redhat.com>
45189         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45190         out of bounds read.
45192 2012-02-29  Marek Polacek  <polacek@redhat.com>
45194         [BZ #13706]
45195         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45196         * elf/Makefile: Add rules to run tst-unused-dep.out.
45198 2012-02-28  David S. Miller  <davem@davemloft.net>
45200         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45201         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45202         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45203         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45204         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45205         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45207 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45209         * math/libm-test.inc (llround_test): Move one test from
45210         lround_test.  Use TEST_f_L in moved test.
45211         (lround_test): Move misplaced test to llround_test.  Add testcase
45212         from bug 2561.
45214 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45216         * sysdeps/x86_64/fpu/e_expf.S: New file.
45217         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45219 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45221         [BZ #13637]
45222         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45223         of remain_len that may cause incomplete multi-byte character and
45224         false match.
45225         * posix/bug-regex33.c: New file.
45226         * posix/Makefile (tests): Add bug-regex33.
45228 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45230         * manual/macros.texi: New file.
45231         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45232         * manual/libc.texinfo: Include macros.texi.
45233         * manual/creatute.texi: Likewise.
45234         * manual/install.texi: Likewise.
45235         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45236         @glibcadj{} in references to the GNU C Library.
45237         * manual/charset.texi: Likewise.
45238         * manual/conf.texi: Likewise.
45239         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45240         when not using those macros.
45241         * manual/creature.texi: Likewise.
45242         * manual/crypt.texi: Likewise.
45243         * manual/errno.texi: Likewise.
45244         * manual/filesys.texi: Likewise.
45245         * manual/header.texi: Likewise.
45246         * manual/install.texi: Likewise.
45247         * manual/intro.texi: Likewise.
45248         * manual/io.texi: Likewise.
45249         * manual/job.texi: Likewise.
45250         * manual/lang.texi: Likewise.
45251         * manual/libc.texiinfo: Likewise.
45252         * manual/llio.texi: Likewise.
45253         * manual/locale.texi: Likewise.
45254         * manual/maint.texi: Likewise.
45255         * manual/math.texi: Likewise.
45256         * manual/memory.texi: Likewise.
45257         * manual/message.texi: Likewise.
45258         * manual/nss.texi: Likewise.
45259         * manual/pattern.texi: Likewise.
45260         * manual/process.texi: Likewise.
45261         * manual/resource.texi: Likewise.
45262         * manual/search.texi: Likewise.
45263         * manual/setjmp.texi: Likewise.
45264         * manual/signal.texi: Likewise.
45265         * manual/socket.texi: Likewise.
45266         * manual/startup.texi: Likewise.
45267         * manual/stdio.texi: Likewise.
45268         * manual/string.texi: Likewise.
45269         * manual/sysinfo.texi: Likewise.
45270         * manual/syslog.texi: Likewise.
45271         * manual/terminal.texi: Likewise.
45272         * manual/time.texi: Likewise.
45273         * manual/users.texi: Likewise.
45274         * INSTALL: Regenerated.
45275         * NOTES: Regenerated.
45276         * sysdeps/gnu/errlist.c: Regenerated.
45278 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45280         * include/dirent.h: Include <dirstream.h> before
45281         <dirent/dirent.h>.
45283 2012-02-28  David S. Miller  <davem@davemloft.net>
45285         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45286         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45287         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45288         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45290 2012-02-27  David S. Miller  <davem@davemloft.net>
45292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45294         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45295         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45298         frame pointer instead of stack pointer relative arg slot.
45299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45300         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45301         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45303 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45305         [BZ #3992]
45306         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45308 2012-02-27  David S. Miller  <davem@davemloft.net>
45310         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45313         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45314         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45315         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45316         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45317         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45319 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45321         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45322         later.  Allow versions 5-9.
45323         * configure: Regenerated.
45324         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45325         required minimum version and 4.6 as recommended version.  Do not
45326         mention bugs in GCC 2.7 and 2.8.
45327         * INSTALL: Regenerated.
45329 2012-02-27  David S. Miller  <davem@davemloft.net>
45331         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45332         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45333         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45335         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45336         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45337         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45338         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45340         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45341         manipulate bits before adding and subtracting TWO112[sx].
45342         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45344 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45346         [BZ #13775]
45347         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45348         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45349         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45350         being in POSIX, because they are in 1003.1-2008.
45352         * rt/tst-aio.c: Include <fcntl.h>.
45353         * rt/tst-aio7.c: Likewise.
45354         * rt/tst-aio64.c: Likewise.
45356         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45358 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45360         * manual/install.texi (--with-headers): Describe headers as
45361         interface headers, not private headers.
45362         (Specific advice for GNU/Linux systems): Describe use of headers
45363         from "make headers_install", not private headers from older
45364         kernels.
45365         * INSTALL: Regenerated.
45366         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45367         Change to 2.6.19.
45368         * sysdeps/unix/sysv/linux/configure: Regenerated.
45370         * manual/llio.texi (fclean): Remove documentation.
45372         * manual/Makefile (libc-texi-generated): New variable.  Include
45373         version.texi.
45374         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45375         $(libc-texi-generated), not duplicated list of files.
45376         (version.texi, stamp-version): New rules.
45377         (realclean): Remove $(libc-texi-generated), not individual files
45378         from that list.  Do not remove dir-add.texinfo.
45379         * manual/libc.texinfo: Comment out uses of edition numbers and
45380         references to printed manual.  Remove last-updated dates.
45381         (EDITION): Comment out.
45382         (ISBN): Likewise.
45383         (VERSION, UPDATED): Remove.
45384         (version.texi): Include.
45386 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45388         * sysdeps/posix/spawni.c: Include <signal.h>.
45389         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45390         * sysdeps/pthread/aio_fsync.c: Likewise.
45392 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45394         * conform/Makefile (tests): Run only when not cross-compiling and
45395         when fast-check is not defined.
45397         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45398         * conform/data/limits.h-data: Fixes for POSIX2008.
45399         * conform/run-conformtest.sh: Run all tests.
45400         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45401         headers.
45402         * include/bits/dlfcn.h: Likewise.
45403         * include/langinfo.h: Likewise.
45404         * include/monetary.h: Likewise.
45405         * include/sys/poll.h: Likewise.
45407         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45408         for __USE_GNU.
45409         * posix/spawn.h: Define __need_sigset_t.
45410         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45411         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45412         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45413         to get sigevent_t only.
45414         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45415         only for __USE_GNU.
45416         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45417         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45418         process_vm_writev only for __USE_GNU.
45419         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45421         * conform/Makefile: For now ignore errors from run-conformtest.
45422         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45423         POSIX to avoid namespace pollution.  Don't prepend headers.
45424         * conform/data/aio.h-data: Fixes for POSIX testing.
45425         * conform/data/fcntl.h-data: Likewise.
45426         * conform/data/glob.h-data: Likewise.
45427         * conform/data/grp.h-data: Likewise.
45428         * conform/data/pthread.h-data: Likewise.
45429         * conform/data/pwd.h-data: Likewise.
45430         * conform/data/signal.h-data: Likewise.
45431         * conform/data/spawn.h-data: Likewise.
45432         * conform/data/stdio.h-data: Likewise.
45433         * conform/data/stdlib.h-data: Likewise.
45434         * conform/data/stropts.h-data: Likewise.
45435         * conform/data/sys/mman.h-data: Likewise.
45436         * conform/data/sys/stat.h-data: Likewise.
45437         * conform/data/sys/types.h-data: Likewise.
45438         * conform/data/sys/wait.h-data: Likewise.
45439         * conform/data/time.h-data: Likewise.
45440         * conform/data/unistd.h-data: Likewise.
45441         * conform/data/utime.h-data: Likewise.
45443         * io/sys/stat.h: fchmod was always in POSIX.
45444         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45445         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45446         * rt/aio.h: Define __need_timespec before including <time.h>.
45447         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45448         struct.  Add forward declaration of pthread_attr_t and use it in
45449         sigevent.
45450         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45451         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45452         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45453         always remove CLK_TCK definition.
45455 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45457         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45459 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45461         * conform/run-conformtest.sh: New file.
45462         * conform/Makefile: Run run-conformtest for tests.
45463         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45464         support.
45466         * conform/data/uchar.h-data: New file.
45467         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45468         * conform/data/arpa/inet.h-data: Likewise.
45469         * conform/data/assert.h-data: Likewise.
45470         * conform/data/complex.h-data: Likewise.
45471         * conform/data/cpio.h-data: Likewise.
45472         * conform/data/ctype.h-data: Likewise.
45473         * conform/data/dirent.h-data: Likewise.
45474         * conform/data/dlfcn.h-data: Likewise.
45475         * conform/data/errno.h-data: Likewise.
45476         * conform/data/fcntl.h-data: Likewise.
45477         * conform/data/float.h-data: Likewise.
45478         * conform/data/fmtmsg.h-data: Likewise.
45479         * conform/data/fnmatch.h-data: Likewise.
45480         * conform/data/ftw.h-data: Likewise.
45481         * conform/data/glob.h-data: Likewise.
45482         * conform/data/grp.h-data: Likewise.
45483         * conform/data/iconv.h-data: Likewise.
45484         * conform/data/inttypes.h-data: Likewise.
45485         * conform/data/langinfo.h-data: Likewise.
45486         * conform/data/libgen.h-data: Likewise.
45487         * conform/data/limits.h-data: Likewise.
45488         * conform/data/locale.h-data: Likewise.
45489         * conform/data/math.h-data: Likewise.
45490         * conform/data/monetary.h-data: Likewise.
45491         * conform/data/mqueue.h-data: Likewise.
45492         * conform/data/ndbm.h-data: Likewise.
45493         * conform/data/net/if.h-data: Likewise.
45494         * conform/data/netdb.h-data: Likewise.
45495         * conform/data/netinet/in.h-data: Likewise.
45496         * conform/data/nl_types.h-data: Likewise.
45497         * conform/data/poll.h-data: Likewise.
45498         * conform/data/pthread.h-data: Likewise.
45499         * conform/data/pwd.h-data: Likewise.
45500         * conform/data/regex.h-data: Likewise.
45501         * conform/data/sched.h-data: Likewise.
45502         * conform/data/search.h-data: Likewise.
45503         * conform/data/semaphore.h-data: Likewise.
45504         * conform/data/setjmp.h-data: Likewise.
45505         * conform/data/signal.h-data: Likewise.
45506         * conform/data/spawn.h-data: Likewise.
45507         * conform/data/stdarg.h-data: Likewise.
45508         * conform/data/stdio.h-data: Likewise.
45509         * conform/data/stdlib.h-data: Likewise.
45510         * conform/data/string.h-data: Likewise.
45511         * conform/data/strings.h-data: Likewise.
45512         * conform/data/stropts.h-data: Likewise.
45513         * conform/data/sys/ipc.h-data: Likewise.
45514         * conform/data/sys/mman.h-data: Likewise.
45515         * conform/data/sys/msg.h-data: Likewise.
45516         * conform/data/sys/resource.h-data: Likewise.
45517         * conform/data/sys/select.h-data: Likewise.
45518         * conform/data/sys/sem.h-data: Likewise.
45519         * conform/data/sys/shm.h-data: Likewise.
45520         * conform/data/sys/socket.h-data: Likewise.
45521         * conform/data/sys/stat.h-data: Likewise.
45522         * conform/data/sys/statvfs.h-data: Likewise.
45523         * conform/data/sys/time.h-data: Likewise.
45524         * conform/data/sys/timeb.h-data: Likewise.
45525         * conform/data/sys/times.h-data: Likewise.
45526         * conform/data/sys/types.h-data: Likewise.
45527         * conform/data/sys/uio.h-data: Likewise.
45528         * conform/data/sys/un.h-data: Likewise.
45529         * conform/data/sys/utsname.h-data: Likewise.
45530         * conform/data/sys/wait.h-data: Likewise.
45531         * conform/data/syslog.h-data: Likewise.
45532         * conform/data/tar.h-data: Likewise.
45533         * conform/data/termios.h-data: Likewise.
45534         * conform/data/utime.h-data: Likewise.
45535         * conform/data/utmpx.h-data: Likewise.
45536         * conform/data/varargs.h-data: Likewise.
45537         * conform/data/wchar.h-data: Likewise.
45538         * conform/data/wctype.h-data: Likewise.
45539         * conform/data/wordexp.h-data: Likewise.
45541         * include/stropts.h: New file.
45542         * include/uchar.h: New file.
45543         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45544         * include/assert.h: Likewise.
45545         * include/ctype.h: Likewise.
45546         * include/dirent.h: Likewise.
45547         * include/dlfcn.h: Likewise.
45548         * include/fcntl.h: Likewise.
45549         * include/fnmatch.h: Likewise.
45550         * include/glob.h: Likewise.
45551         * include/grp.h: Likewise.
45552         * include/libio.h: Likewise.
45553         * include/locale.h: Likewise.
45554         * include/math.h: Likewise.
45555         * include/net/if.h: Likewise.
45556         * include/netdb.h: Likewise.
45557         * include/netinet/in.h: Likewise.
45558         * include/pthread.h: Likewise.
45559         * include/pwd.h: Likewise.
45560         * include/regex.h: Likewise.
45561         * include/sched.h: Likewise.
45562         * include/search.h: Likewise.
45563         * include/setjmp.h: Likewise.
45564         * include/signal.h: Likewise.
45565         * include/stdio.h: Likewise.
45566         * include/stdlib.h: Likewise.
45567         * include/string.h: Likewise.
45568         * include/sys/cdefs.h: Likewise.
45569         * include/sys/mman.h: Likewise.
45570         * include/sys/msg.h: Likewise.
45571         * include/sys/resource.h: Likewise.
45572         * include/sys/select.h: Likewise.
45573         * include/sys/socket.h: Likewise.
45574         * include/sys/stat.h: Likewise.
45575         * include/sys/statvfs.h: Likewise.
45576         * include/sys/time.h: Likewise.
45577         * include/sys/times.h: Likewise.
45578         * include/sys/uio.h: Likewise.
45579         * include/sys/utsname.h: Likewise.
45580         * include/sys/wait.h: Likewise.
45581         * include/termios.h: Likewise.
45582         * include/time.h: Likewise.
45583         * include/ulimit.h: Likewise.
45584         * include/unistd.h: Likewise.
45585         * include/utime.h: Likewise.
45586         * include/wchar.h: Likewise.
45587         * include/wctype.h: Likewise.
45588         * include/wordexp.h: Likewise.
45590         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45592         * time/time.h: TIME_UTC must be a macro.
45593         Make timespec_get available for ISO C11 only as well.
45595 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45597         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45598         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45600 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45602         * configure.in: Use -o not -a in test for unsupported multi-arch.
45604 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45606         * manual/texinfo.tex: Update to version 2012-01-19.16.
45608 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45610         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45612 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45614         [BZ #13738]
45615         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45616         * manual/fdl-1.3.texi: New file.
45617         * manual/fdl-1.1.texi: File removed.
45619         [BZ #13738]
45620         * manual/libc.texinfo (FDL_VERSION): New @set.
45621         Use it for mention of FDL in cover text.
45622         (Documentation License): Use it in @include file name.
45624 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45625             Roland McGrath  <roland@hack.frob.com>
45627         [BZ #5461]
45628         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45629         (not LONG_LONG_MAX and LONG_LONG_MIN.
45630         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45631         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45632         name.
45633         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45635 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45637         [BZ #2547]
45638         [BZ #11365]
45639         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45640         manipulate bits before adding and subtracting TWO23[sx].
45641         * math/libm-test.inc (nearbyint_test): Add more tests.
45643 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45645         [BZ #2548]
45646         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45647         bits before adding and subtracting TWO23[sx].
45648         * math/libm-test.inc (rint_test): Add more tests.
45649         (rint_test_tonearest): Likewise.
45650         (rint_test_towardzero): Likewise.
45651         (rint_test_downward): Likewise.
45652         (rint_test_upward: Likewise.
45654 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45656         [BZ #10110]
45657         * include/stdc-predef.h: New file.  Extracted from features.h.
45658         * include/features.h: Include stdc-predef.h.
45659         * Makefile (headers): Add stdc-predef.h.
45660         * CONFORMANCE (Compiler limitations): Update.
45662 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45664         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45666 2012-02-21  David S. Miller  <davem@davemloft.net>
45668         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45669         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45671 2012-02-20  David S. Miller  <davem@davemloft.net>
45673         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45674         using a normal save/restore sequence, rather than allocating a
45675         dummy stack frame just to store a frame pointer and restore.
45676         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45678 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45680         * manual/install.texi: Fix stray word in line-wrapped comment.
45682 2012-02-20  David S. Miller  <davem@davemloft.net>
45684         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45685         both binutils and gcc support GOTDATA.
45687         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45688         "rd %pc" in the PIC register setup sequences.
45690         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45691         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45692         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45693         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45694         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45695         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45696         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45697         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45698         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45699         (SYSCALL_ERROR_HANDLER): Likewise.
45700         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45701         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45702         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45703         (SYSCALL_ERROR_HANDLER): Likewise.
45705         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45706         (HAVE_GCC_GOTDATA): New.
45707         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45708         relocation support in both binutils and gcc.
45709         * sysdeps/sparc/elf/configure: Regenerate.
45711         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45712         * sysdeps/sparc/sparc32/elf/configure: Delete.
45713         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45714         * sysdeps/sparc/sparc64/elf/configure: Delete.
45715         * sysdeps/sparc/elf/configure.in: New file.
45716         * sysdeps/sparc/elf/configure: Generate.
45718         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45719         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45720         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45721         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45722         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45724 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45726         * manual/install.texi: Do not mention specific glibc version
45727         numbers.
45728         * manual/libc.texinfo (VERSION, UPDATED): Update.
45729         (@copying): Use @copyright{} and range of years.
45731 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45733         [BZ #13695]
45734         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45735         [crti.S not in sysdirs] (generated): Do not append.
45736         [crti.S not in sysdirs] (omit-deps): Likewise.
45737         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45738         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45739         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45740         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45741         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45742         Likewise.
45743         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45744         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45745         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45746         * csu/defs.awk: Remove file.
45747         * sysdeps/generic/initfini.c: Likewise.
45748         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45749         variable.
45750         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45751         Likewise.
45753 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45755         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45756         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45757         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45758         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45759         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45760         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45761         <bits/epoll.h>.
45762         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45763         (__EPOLL_PACKED): Define to empty if not defined by
45764         <bits/epoll.h>.
45765         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45766         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45767         bits/epoll.h.
45769 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45771         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45772         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45773         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45774         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45775         <bits/timerfd.h>.
45776         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45777         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45778         bits/timerfd.h.
45780 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45782         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45783         in C locale.
45784         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45785         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45786         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45789 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45791         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45792         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45794 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45796         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45797         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45798         defined.
45799         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45800         Likewise.
45801         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45802         entry for 2.16.
45804 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45806         * math/w_acos.c: Use non-signaling floating-point comparisons.
45807         * math/w_acosf.c: Likewise.
45808         * math/w_acosh.c: Likewise.
45809         * math/w_acoshf.c: Likewise.
45810         * math/w_acoshl.c: Likewise.
45811         * math/w_acosl.c: Likewise.
45812         * math/w_asin.c: Likewise.
45813         * math/w_asinf.c: Likewise.
45814         * math/w_asinl.c: Likewise.
45815         * math/w_atanh.c: Likewise.
45816         * math/w_atanhf.c: Likewise.
45817         * math/w_atanhl.c: Likewise.
45818         * math/w_exp2.c: Likewise.
45819         * math/w_exp2f.c: Likewise.
45820         * math/w_exp2l.c: Likewise.
45821         * math/w_j0.c: Likewise.
45822         * math/w_j0f.c: Likewise.
45823         * math/w_j0l.c: Likewise.
45824         * math/w_j1.c: Likewise.
45825         * math/w_j1f.c: Likewise.
45826         * math/w_j1l.c: Likewise.
45827         * math/w_jn.c: Likewise.
45828         * math/w_jnf.c: Likewise.
45829         * math/w_log.c: Likewise.
45830         * math/w_log10.c: Likewise.
45831         * math/w_log10f.c: Likewise.
45832         * math/w_log10l.c: Likewise.
45833         * math/w_log2.c: Likewise.
45834         * math/w_log2f.c: Likewise.
45835         * math/w_log2l.c: Likewise.
45836         * math/w_logf.c: Likewise.
45837         * math/w_logl.c: Likewise.
45838         * math/w_sqrt.c: Likewise.
45839         * math/w_sqrtf.c: Likewise.
45840         * math/w_sqrtl.c: Likewise.
45841         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45842         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45843         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45844         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45845         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45847 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45849         [BZ #9739]
45850         * manual/string.texi (strnlen): Use correct parameter name in
45851         equivalent expression.
45853 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45855         [BZ #11174]
45856         * manual/users.texi (seteuid): Consistently use neweuid for
45857         argument name.
45859 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45861         [BZ #13704]
45862         * manual/nss.texi (Services in the NSS configuration): Correct
45863         list of services in example configuration file.
45865 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45867         [BZ #11322]
45868         * manual/arith.texi: Remove statements about negative zero
45869         behaving identically to zero.
45871 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45873         [BZ #5993]
45874         * manual/install.texi: Do not document upgrading from libc5.
45876 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45878         [BZ #4596]
45879         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45881 2012-02-18  David S. Miller  <davem@davemloft.net>
45883         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45884         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45885         %o7 across the call.
45886         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45887         instead.
45888         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45889         SETUP_PIC_REG_LEAF.
45890         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45891         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45892         * sysdeps/sparc/crtn.S: Likewise.
45894 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45896         * aout/Makefile: Remove.
45898 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45900         [BZ #13058]
45901         * manual/examples/argp-ex1.c (main): Format definition in GNU
45902         style.
45903         * manual/examples/argp-ex2.c (main): Likewise.
45904         * manual/examples/argp-ex3.c (main): Likewise.
45905         * manual/examples/argp-ex4.c (main): Likewise.
45906         * manual/examples/longopt.c (main): Use new-style prototype
45907         definition.
45908         * manual/examples/strncat.c (main): Specify return type and use
45909         (void) for arguments.
45910         * manual/examples/subopt.c (main): Use char **argv argument.
45912 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45914         [BZ #5077]
45915         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45916         rounding modes.
45918 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45920         [BZ #6907]
45921         * manual/string.texi (strchr): Change when strchrnul is
45922         recommended.
45924 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45926         [BZ #174]
45927         * manual/locale.texi (setlocale): Document LOCPATH.
45929 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45931         [BZ #10210]
45932         * manual/process.texi (execle): Move @dots{} before last argument.
45934 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45936         [BZ #12047]
45937         * manual/charset.texi (Generic Charset Conversion): Fix typo
45938         (LC_TYPE -> LC_CTYPE).
45940 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45942         [BZ #5805]
45943         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45944         (scalbnf): Likewise.
45945         (scalbnl): Likewise.
45946         (scalbln): Likewise.
45947         (scalblnf): Likewise.
45948         (scalblnl): Likewise.
45949         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45950         (vwarnx): Likewise.
45951         (verr): Likewise.
45952         (verrx): Likewise.
45953         * manual/filesys.texi (telldir): Use braces around return type.
45954         * manual/llio.texi (mmap): Add space after comma.
45955         (mmap64): Likewise.
45956         * manual/math.texi (jn): Use @var{} on parameter names.
45957         (jnf): Likewise.
45958         (jnl): Likewise.
45959         (yn): Likewise.
45960         (ynf): Likewise.
45961         (ynl): Likewise.
45962         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45963         line.
45964         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45965         "...".
45966         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45967         (sched_get_priority_max): Likewise.
45968         * manual/signal.texi (sigvec): Add space after comma.
45969         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45970         names.
45971         (if_indextoname): Likewise.
45972         (if_freenameindex): Likewise.
45973         (sendto): Use ',' instead of '.' in prototype.
45974         * manual/startup.texi (syscall): Use @dots{} instead of literal
45975         "...".
45976         * manual/stdio.texi (__fpending): Separate initial words of
45977         paragraph from @deftypefun line.
45978         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45979         "...".
45980         (vsyslog): Use @var{} on parameter names.
45981         * manual/terminal.texi (stty): Use @var{} on parameter names.
45982         * manual/users.texi (getutmp): Use @var{} on parameter names.
45983         (getutmpx): Likewise.
45985 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45987         [BZ #6884]
45988         * manual/stdio.texi (fopen): Fix typos in description of
45989         ",ccs=STRING".
45991 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45993         [BZ #4026]
45994         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45995         get clock_id definition.
45997 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45999         [BZ #4822]
46000         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46001         (madvise): Cast every argument to void on its own.
46003 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46005         [BZ #9902]
46006         * manual/startup.texi (Exit Status): Fix typo.
46008 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46010         [BZ #10140]
46011         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46012         * manual/examples/argp-ex2.c: Likewise.
46013         * manual/examples/argp-ex3.c: Likewise.
46015 2012-02-16  Richard Henderson  <rth@redhat.com>
46017         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46018         * sysdeps/s390/s390-32/initfini.c: Remove.
46019         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46020         * sysdeps/s390/s390-64/initfini.c: Remove.
46022 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46024         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46025         compiler output for sysdeps/generic/initfini.c.
46026         * sysdeps/sh/elf/initfini.c: Remove file.
46028 2012-02-16  David S. Miller  <davem@davemloft.net>
46030         [BZ #11494]
46031         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46033         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46034         * sysdeps/sparc/crti.S: New file.
46035         * sysdeps/sparc/crtn.S: New file.
46036         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46037         * sysdeps/sparc/sparc64/Makefile: Likewise.
46039 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46041         [BZ #3335]
46042         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46044 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46046         [BZ #4822]
46047         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46049         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46050         (write, read, close): Likewise.
46051         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46053 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46055         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46056         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46057         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46058         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46059         <bits/signalfd.h>.
46060         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46061         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46062         bits/signalfd.h.
46064 2012-02-14  Marek Polacek  <polacek@redhat.com>
46066         * sysdeps/x86_64/crti.S: New file.
46067         * sysdeps/x86_64/crtn.S: New file.
46068         * sysdeps/x86_64/elf/initfini.c: Remove file.
46070 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46072         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46073         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46074         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46075         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46076         <bits/inotify.h>.
46077         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46078         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46079         bits/inotify.h.
46081 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46083         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46084         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46085         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46086         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46087         <bits/eventfd.h>.
46088         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46089         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46090         bits/eventfd.h.
46092 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46094         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46095         __feraiseexcept instead of feraiseexcept.
46097         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46098         nanosleep invocations.
46099         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46100         strings, and add error checking for a nanosleep invocations.
46102 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46104         Replace FSF snail mail address with URLs, as per GNU coding standards.
46105         Most of the snail mail addresses were wrong anyway, and omitting
46106         them makes the source code easier to maintain.  Almost all of the
46107         changes are to license notices and to locale LC_IDENTIFICATION
46108         addresses, except for this one:
46109         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46110         not its snail mail address.
46112 2012-02-09  Richard Henderson  <rth@twiddle.net>
46114         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46115         of kernel-features.h.
46117         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46119 2012-02-08  Marek Polacek  <polacek@redhat.com>
46121         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46122         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46123         * sysdeps/gnu/_G_config.h: Likewise.
46124         * sysdeps/generic/_G_config.h: Likewise.
46126 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46128         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46129         tests.
46130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46132         * sysdeps/powerpc/powerpc32/crti.S: New file.
46133         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46134         * sysdeps/powerpc/powerpc64/crti.S: New file.
46135         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46137         * Makeconfig (have-initfini): Don't set.
46138         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46139         * configure.in (nopic_initfini): Don't substitute.
46140         * config.h.in (HAVE_INITFINI): Don't #undef.
46141         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46142         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46144 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46146         Support crti.S and crtn.S provided directly by architectures.
46147         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46148         [crti.S in sysdirs] (omit-deps): Likewise.
46149         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46150         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46151         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46152         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46153         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46154         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46155         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46156         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46157         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46158         compiler output for sysdeps/generic/initfini.c.
46159         * sysdeps/i386/elf/Makefile: Remove file.
46160         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46162 2012-02-07  Marek Polacek  <polacek@redhat.com>
46164         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46165         * sysdeps/gnu/_G_config.h: Likewise.
46166         * sysdeps/mach/hurd/_G_config.h: Likewise.
46168 2012-02-07  Marek Polacek  <polacek@redhat.com>
46170         * math/Makefile (tests): Add tst-CMPLX2.
46171         * math/tst-CMPLX2.c: New file.
46173 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46175         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46177         * math/libm-test.inc (jn_test): Add missing L suffix.
46179 2012-02-06  Marek Polacek  <polacek@redhat.com>
46181         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46182         * sysdeps/i386/fpu/e_powf.S: Likewise.
46183         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46184         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46185         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46186         * sysdeps/i386/fpu/e_pow.S: Likewise.
46187         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46188         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46189         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46190         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46191         * sysdeps/i386/fpu/e_log2.S: Likewise.
46192         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46193         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46194         * sysdeps/i386/fpu/e_powl.S: Likewise.
46195         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46196         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46197         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46198         * sysdeps/i386/fpu/e_logl.S: Likewise.
46199         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46200         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46201         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46202         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46203         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46204         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46205         * sysdeps/i386/fpu/e_log.S: Likewise.
46206         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46207         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46208         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46209         * sysdeps/i386/fpu/e_logf.S: Likewise.
46210         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46211         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46212         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46213         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46214         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46215         * sysdeps/i386/fpu/e_log10.S: Likewise.
46216         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46217         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46218         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46219         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46220         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46221         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46222         * sysdeps/i386/asm-syntax.h: Likewise.
46223         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46224         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46225         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46226         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46227         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46228         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46229         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46230         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46231         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46232         * sysdeps/powerpc/sysdep.h: Likewise.
46233         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46234         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46236 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46238         [BZ #411]
46239         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46241 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46243         * sysdeps/i386/sysdep.h: Include <features.h>.
46244         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46245         version.
46247 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46249         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46250         Define.
46251         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46252         LOAD_PIC_REG_STR.
46254 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46256         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46257         (SETUP_PIC_REG): Use GET_PC_THUNK.
46258         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46259         macro.
46261 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46263         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46264         for non-PIC compilation.
46265         (SETUP_PIC_REG): Add .p2align directive.
46266         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46267         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46268         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46269         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46270         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46271         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46272         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46273         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46274         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46275         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46276         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46277         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46278         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46279         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46280         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46281         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46282         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46283         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46284         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46285         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46286         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46287         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46288         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46289         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46290         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46291         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46292         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46293         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46294         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46295         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46296         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46297         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46298         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46299         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46300         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46301         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46302         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46303         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46304         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46305         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46306         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46308 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46310         * math/tst-CMPLX.c: Include <stdio.h>.
46312 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46314         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46315         float.
46316         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46317         * sysdeps/sparc/bits/mathdef.h: Likewise.
46319 2012-01-31  Marek Polacek  <polacek@redhat.com>
46321         * libio/libio.h: Don't define _PARAMS.
46322         * locale/programs/config.h: Don't define PARAMS.
46323         * stdlib/strtol_l.c: Likewise.
46324         (__strtol_l): Remove PARAMS from the prototype.
46326 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46328         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46329         names.  Just use the correct names.  Remove unnecessary wrapper
46330         functions.
46331         * malloc/arena.c: Likewise.
46332         * malloc/hooks.c: Likewise.
46334         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46335         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46336         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46338 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46340         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46341         into tail calls.
46342         (update_get_addr): New function.
46343         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46344         GET_ADDR_MODULE parameter.
46346 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46348         * crypt/cert.c: Remove __STDC__ conditionals.
46349         * crypt/crypt-entry.c: Likewise.
46350         * crypt/crypt_util.c: Likewise.
46351         * libio/filedoalloc.c: Likewise.
46352         * libio/fileops.c: Likewise.
46353         * libio/genops.c: Likewise.
46354         * libio/iofclose.c: Likewise.
46355         * libio/iofdopen.c: Likewise.
46356         * libio/iofopen.c: Likewise.
46357         * libio/iofopen64.c: Likewise.
46358         * libio/iogetdelim.c: Likewise.
46359         * libio/iopopen.c: Likewise.
46360         * libio/obprintf.c: Likewise.
46361         * libio/oldfileops.c: Likewise.
46362         * libio/oldiofclose.c: Likewise.
46363         * libio/oldiofdopen.c: Likewise.
46364         * libio/oldiofopen.c: Likewise.
46365         * libio/oldiopopen.c: Likewise.
46366         * libio/wfiledoalloc.c: Likewise.
46367         * libio/wgenops.c: Likewise.
46368         * locale/programs/xmalloc.c: Likewise.
46369         * misc/syslog.c: Likewise.
46370         * stdio-common/xbug.c: Likewise.
46371         * string/memchr.c: Likewise.
46372         * string/memcmp.c: Likewise.
46373         * string/memrchr.c: Likewise.
46374         * string/rawmemchr.c: Likewise.
46375         * sysdeps/posix/getcwd.c: Likewise.
46376         * time/strftime_l.c: Likewise.
46378 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46380         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46381         * config.make.in (config-cflags-sse2avx): Define.
46382         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46383         Fix typo.
46385 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46387         * scripts/config.guess: Update from upstream config git repository.
46388         * scripts/config.sub: Likewise.
46390 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46392         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46393         (EM_NUM): Update.
46394         (R_TILEPRO_*, R_TILEGX_*): New macros.
46396         * scripts/firstversions.awk: Fix bug in version range handling.
46398         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46400         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46402         * include/sys/epoll.h: New file.
46403         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46404         libc_hidden_def.
46406 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46408         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46409         Avoid unnecessary __WORDSIZE == 64 test.
46410         (fmaxf): Use VEX format if possible.
46411         (fmax): Likewise.
46412         (fminf): Likewise.
46413         (fmin): Likewise.
46415         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46416         * math/math_private.h: Remove libc_fegetround* and
46417         libc_fesetround*.
46418         * sysdeps/i386/configure.in: Check for -msse2avx.
46419         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46420         also if SSE2AVX is defined.
46421         Remove libc_fegetround* and libc_fesetround*.
46422         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46423         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46424         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46425         of HAS_YMM_USABLE.
46426         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46427         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46428         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46429         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46430         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46432         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46434 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46436         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46437         size is not set.
46438         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46440 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46442         [BZ #13618]
46443         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46444         relocation.
46445         * Makeconfig (libm): Define.
46446         * elf/Makefile: Add rules to build and run tst-relsort1.
46447         * elf/tst-relsort1.c: New file.
46448         * elf/tst-relsort1mod1.c: New file.
46449         * elf/tst-relsort1mod2.c: New file.
46451 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46453         * math/s_ldexp.c: Remove __STDC__ conditionals.
46454         * math/s_ldexpf.c: Likewise.
46455         * math/s_ldexpl.c: Likewise.
46456         * math/s_nextafter.c: Likewise.
46457         * math/s_nexttowardf.c: Likewise.
46458         * math/s_significand.c: Likewise.
46459         * math/s_significandf.c: Likewise.
46460         * math/s_significandl.c: Likewise.
46461         * math/w_jnl.c: Likewise.
46462         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46463         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46464         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46465         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46466         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46467         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46468         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46469         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46470         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46471         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46472         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46473         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46474         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46475         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46476         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46477         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46478         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46479         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46480         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46481         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46482         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46483         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46484         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46485         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46486         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46487         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46488         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46489         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46490         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46491         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46492         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46493         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46494         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46495         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46496         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46497         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46498         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46499         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46500         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46501         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46502         * sysdeps/ieee754/k_standard.c: Likewise.
46503         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46504         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46505         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46506         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46507         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46508         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46509         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46510         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46511         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46512         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46513         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46514         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46515         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46516         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46517         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46518         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46519         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46520         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46521         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46522         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46523         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46524         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46525         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46526         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46527         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46528         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46529         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46530         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46531         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46532         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46533         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46534         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46535         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46536         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46537         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46538         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46539         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46540         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46541         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46542         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46543         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46544         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46545         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46546         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46547         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46548         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46549         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46550         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46551         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46552         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46553         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46554         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46555         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46556         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46557         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46558         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46559         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46560         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46561         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46562         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46563         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46564         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46565         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46566         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46567         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46568         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46569         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46570         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46571         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46572         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46573         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46574         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46575         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46576         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46577         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46578         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46579         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46580         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46581         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46582         * sysdeps/ieee754/s_matherr.c: Likewise.
46583         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46584         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46585         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46586         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46588 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46590         * crypt/md5.h: Remove __STDC__ conditionals.
46591         * libio/libioP.h: Likewise.
46592         * locale/programs/config.h: Likewise.
46593         * sysdeps/generic/sysdep.h: Likewise.
46594         * sysdeps/i386/asm-syntax.h: Likewise.
46595         * sysdeps/s390/asm-syntax.h: Likewise.
46596         * sysdeps/unix/sysdep.h: Likewise.
46597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46600 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46602         * libio/libio.h: Remove __STDC__ conditionals.
46603         * malloc/obstack.h: Likewise.
46604         * math/complex.h: Likewise.
46605         * math/math.h: Likewise.
46606         * sysdeps/generic/_G_config.h: Likewise.
46607         * sysdeps/gnu/_G_config.h: Likewise.
46608         * sysdeps/mach/hurd/_G_config.h: Likewise.
46609         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46610         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46611         * sysdeps/sparc/bits/mathdef.h: Likewise.
46613 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46615         [BZ #13583]
46616         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46617         Clean up HAS_* macros.
46618         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46619         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46620         possible.
46621         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46622         HAS_AVX.
46623         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46624         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46625         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46626         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46627         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46629 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46631         * elf/tst-unique3.cc (gets): Remove declaration.
46632         * elf/tst-unique3lib.cc (gets): Likewise.
46633         * elf/tst-unique3lib2.cc (gets): Likewise.
46634         * elf/tst-unique4.cc (gets): Likewise.
46636 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46638         * include/stdio.h: Add C++ protection.  Add gets declarations and
46639         definitions.
46640         * debug/tst-chk1.c: Don't declare gets here.
46641         * stdio-common/tst-gets.c: Likewise.
46643 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46645         * posix/glob: Remove directory.
46647 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46649         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46651 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46653         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46654         of the non-standard EPFNOSUPPORT.
46656 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46658         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46659         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46660         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46662 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46664         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46666 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46668         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46669         transient errors.
46670         * nscd/grpcache.c (cache_addgr): Likewise.
46671         * nscd/hstcache.c (cache_addhst): Likewise.
46672         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46673         * nscd/pwdcache.c (cache_addpw): Likewise.
46674         * nscd/servicescache.c (cache_addserv): Likewise.
46676 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46678         * malloc/malloc.c: Various cleanups.
46679         * malloc/hooks.c: Likewise.
46681         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46682         * stdlib/bug-fmtmsg1.c: New file.
46684         * stdlib/fmtmsg.c (init): Add missing unlock.
46685         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46687 2012-01-12  Marek Polacek  <polacek@redhat.com>
46689         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46690         and _GNU_SOURCE.
46692 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46694         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46695         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46696         macro to ensure uniqueness of label name.
46697         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46698         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46700 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46702         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46704         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46705         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46706         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46707         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46709 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46711         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46713         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46714         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46715         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46717         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46719         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46720         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46721         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46722         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46724         * math/bits/math-finite.h: Add ldexp support.
46726 2012-01-10  Marek Polacek  <polacek@redhat.com>
46728         * locale/programs/localedef.h (show_archive_content): Add noreturn
46729         attribute.
46731 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46733         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46735 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46737         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46739         * io/Makefile (headers): Add bits/poll2.h.
46741 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46744         typo #include statement.
46746 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46748         * include/sys/cdefs.h: Define __attribute_alloc_size.
46749         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46750         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46751         * elf/pldd.c: Likewise.
46752         * iconv/iconv_charmap.c: Likewise.
46753         * iconv/iconvconfig.c: Likewise.
46754         * iconv/strtab.c: Likewise.
46755         * locale/programs/locale.c: Likewise.
46756         * locale/programs/localedef.h: Likewise.
46757         * locale/programs/simple-hash.c: Likewise.
46758         * nscd/nscd.h: Likewise.
46759         * nss/makedb.c: Likewise.
46760         * sysdeps/generic/ldconfig.h: Likewise.
46761         * locale/programs/localedef.c: Remove xmalloc prototype.
46762         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46764 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46766         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46767         appropriate.
46769 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46771         * math/Makefile (tests): Add tst-CMPLX.
46772         * math/tst-CMPLX.c: New file.
46774         * math/complex.h (CMPLXL): Fix typo.
46776         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46777         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46778         GLIBC_2.16.
46779         * debug/tst-chk1.c: Add poll and ppoll tests.
46780         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46781         * include/sys/poll.h: Add hidden proto for ppoll.
46782         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46783         * sysdeps/mach/hurd/ppoll.c: Likewise.
46784         * io/ppoll.c: Likewise.
46785         * debug/poll_chk.c: New file.
46786         * debug/ppoll_chk.c: New file.
46787         * include/bits/poll2.h: New file.
46788         * io/bits/poll2.h: New file.
46790         [BZ #1350]
46791         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46793         * configure.in: static is always set to yes.  Remove.
46794         * config.make.in: Don't set build-static.
46795         * Makeconfig: Remove use of build-static.
46796         * dlfcn/Makefile: Likewise.
46797         * elf/Makefile: Likewise.
46798         * math/Makefile: Likewise.
46799         * misc/Makefile: Likewise.
46800         * nptl/Makefile: Likewise.
46801         * sysdeps/mach/hurd/Makefile: Likewise.
46803         * configure.in: PWD_P is not used anymore.
46804         * config.make.in: Remove PWD_P entry.
46806         * configure.in: Remove last remnants of RANLIB.
46807         No need to check for signed size_t anymore.
46808         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46809         and IA-64.
46810         Remove __builtin_expect test because we require at least gcc 3.4.
46811         * aclocal.m4: Likewise.
46813         * wcsmbs/mbrtoc16.c: Implement using towc function.
46814         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46815         * wcsmbs/wcsmbsload.c: Likewise.
46816         * iconv/gconv_simple.c: Likewise.
46817         * iconv/gconv_int.h: Likewise.
46818         * iconv/gconv_builtin.h: Likewise.
46819         * iconv/iconv_prog.c: Remove CHAR16 handling.
46821         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46823         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46825         * configure.in: Remove --with-elf and --enable-bounded options.
46826         Dont set base_machine for ia64.  More non-ELF conditions removed.
46827         Remove testing and setting of leading underscore information.
46828         * config.make.in (build-bounded): Set to no.
46829         * config.h.in: Remove NO_UNDERSCORES entry.
46830         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46831         them.
46832         * csu/start.c: Remove !NO_UNDERSCORE code.
46833         * locale/localeinfo.h: Likewise.
46834         * sysdeps/generic/machine-gmon.h: Likewise.
46835         * sysdeps/generic/sysdep.h: Likewise.
46836         * sysdeps/i386/sysdep.h: Likewise.
46837         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46838         * sysdeps/mach/sysdep.h: Likewise.
46839         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46840         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46841         * sysdeps/sh/sysdep.h: Likewise.
46842         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46843         * sysdeps/unix/i386/sysdep.S: Likewise.
46844         * sysdeps/unix/sparc/start.c: Likewise.
46845         * sysdeps/unix/sparc/sysdep.S: Likewise.
46846         * sysdeps/unix/sparc/sysdep.h: Likewise.
46847         * sysdeps/unix/start.c: Likewise.
46848         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46849         * sysdeps/x86_64/sysdep.h: Likewise.
46851 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46853         [BZ #13553]
46854         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46855         for non-gcc.
46856         * argp/argp-fmtstream.h: Use const instead __const.
46857         * argp/argp.h: Likewise.
46858         * assert/assert.h: Likewise.
46859         * bits/fenv.h: Likewise.
46860         * bits/sched.h: Likewise.
46861         * bits/sigset.h: Likewise.
46862         * bits/sigthread.h: Likewise.
46863         * catgets/nl_types.h: Likewise.
46864         * conform/data/pthread.h-data: Likewise.
46865         * crypt/crypt-private.h: Likewise.
46866         * crypt/crypt.h: Likewise.
46867         * crypt/crypt_util.c: Likewise.
46868         * ctype/ctype.h: Likewise.
46869         * debug/execinfo.h: Likewise.
46870         * debug/mbsnrtowcs_chk.c: Likewise.
46871         * debug/mbsrtowcs_chk.c: Likewise.
46872         * debug/wcsnrtombs_chk.c: Likewise.
46873         * debug/wcsrtombs_chk.c: Likewise.
46874         * debug/wcstombs_chk.c: Likewise.
46875         * dirent/dirent.h: Likewise.
46876         * dlfcn/dlfcn.h: Likewise.
46877         * elf/neededtest4.c: Likewise.
46878         * grp/grp.h: Likewise.
46879         * gshadow/gshadow.h: Likewise.
46880         * iconv/gconv.h: Likewise.
46881         * iconv/gconv_int.h: Likewise.
46882         * iconv/gconv_simple.c: Likewise.
46883         * iconv/iconv.h: Likewise.
46884         * iconv/loop.c: Likewise.
46885         * iconv/skeleton.c: Likewise.
46886         * include/aio.h: Likewise.
46887         * include/aliases.h: Likewise.
46888         * include/argz.h: Likewise.
46889         * include/arpa/inet.h: Likewise.
46890         * include/assert.h: Likewise.
46891         * include/dirent.h: Likewise.
46892         * include/dlfcn.h: Likewise.
46893         * include/execinfo.h: Likewise.
46894         * include/fcntl.h: Likewise.
46895         * include/fenv.h: Likewise.
46896         * include/glob.h: Likewise.
46897         * include/grp.h: Likewise.
46898         * include/libintl.h: Likewise.
46899         * include/mntent.h: Likewise.
46900         * include/netdb.h: Likewise.
46901         * include/pwd.h: Likewise.
46902         * include/rpc/netdb.h: Likewise.
46903         * include/sched.h: Likewise.
46904         * include/search.h: Likewise.
46905         * include/shadow.h: Likewise.
46906         * include/signal.h: Likewise.
46907         * include/stdio.h: Likewise.
46908         * include/stdlib.h: Likewise.
46909         * include/string.h: Likewise.
46910         * include/sys/socket.h: Likewise.
46911         * include/sys/stat.h: Likewise.
46912         * include/sys/statfs.h: Likewise.
46913         * include/sys/statvfs.h: Likewise.
46914         * include/sys/syslog.h: Likewise.
46915         * include/sys/time.h: Likewise.
46916         * include/sys/uio.h: Likewise.
46917         * include/time.h: Likewise.
46918         * include/unistd.h: Likewise.
46919         * include/utmp.h: Likewise.
46920         * include/wchar.h: Likewise.
46921         * include/wctype.h: Likewise.
46922         * inet/aliases.h: Likewise.
46923         * inet/arpa/inet.h: Likewise.
46924         * inet/netinet/ether.h: Likewise.
46925         * inet/netinet/in.h: Likewise.
46926         * intl/libintl.h: Likewise.
46927         * io/bits/fcntl2.h: Likewise.
46928         * io/fcntl.h: Likewise.
46929         * io/ftw.h: Likewise.
46930         * io/sys/poll.h: Likewise.
46931         * io/sys/stat.h: Likewise.
46932         * io/sys/statfs.h: Likewise.
46933         * io/sys/statvfs.h: Likewise.
46934         * io/utime.h: Likewise.
46935         * libio/bits/stdio.h: Likewise.
46936         * libio/bits/stdio2.h: Likewise.
46937         * libio/libio.h: Likewise.
46938         * libio/libioP.h: Likewise.
46939         * libio/stdio.h: Likewise.
46940         * locale/lc-ctype.c: Likewise.
46941         * locale/locale.h: Likewise.
46942         * login/utmp.h: Likewise.
46943         * malloc/arena.c: Likewise.
46944         * malloc/malloc.c: Likewise.
46945         * malloc/malloc.h: Likewise.
46946         * malloc/mcheck.c: Likewise.
46947         * malloc/mtrace.c: Likewise.
46948         * math/bits/mathcalls.h: Likewise.
46949         * math/fenv.h: Likewise.
46950         * math/math_private.h: Likewise.
46951         * misc/bits/error.h: Likewise.
46952         * misc/bits/syslog.h: Likewise.
46953         * misc/err.h: Likewise.
46954         * misc/error.h: Likewise.
46955         * misc/fstab.h: Likewise.
46956         * misc/mntent.h: Likewise.
46957         * misc/regexp.h: Likewise.
46958         * misc/search.h: Likewise.
46959         * misc/sgtty.h: Likewise.
46960         * misc/sys/mman.h: Likewise.
46961         * misc/sys/syslog.h: Likewise.
46962         * misc/sys/uio.h: Likewise.
46963         * misc/sys/xattr.h: Likewise.
46964         * misc/ttyent.h: Likewise.
46965         * nis/rpcsvc/ypclnt.h: Likewise.
46966         * nss/nss.h: Likewise.
46967         * posix/bits/unistd.h: Likewise.
46968         * posix/fnmatch.h: Likewise.
46969         * posix/glob.h: Likewise.
46970         * posix/sched.h: Likewise.
46971         * posix/spawn.h: Likewise.
46972         * posix/sys/wait.h: Likewise.
46973         * posix/unistd.h: Likewise.
46974         * posix/wordexp.h: Likewise.
46975         * pwd/pwd.h: Likewise.
46976         * resolv/netdb.h: Likewise.
46977         * resource/sys/resource.h: Likewise.
46978         * rt/aio.h: Likewise.
46979         * rt/bits/mqueue2.h: Likewise.
46980         * rt/mqueue.h: Likewise.
46981         * shadow/shadow.h: Likewise.
46982         * signal/signal.h: Likewise.
46983         * socket/send.c: Likewise.
46984         * socket/sendto.c: Likewise.
46985         * socket/sys/socket.h: Likewise.
46986         * stdio-common/printf.h: Likewise.
46987         * stdlib/bits/stdlib.h: Likewise.
46988         * stdlib/fmtmsg.h: Likewise.
46989         * stdlib/monetary.h: Likewise.
46990         * stdlib/stdlib.h: Likewise.
46991         * stdlib/ucontext.h: Likewise.
46992         * streams/stropts.h: Likewise.
46993         * string/argz.h: Likewise.
46994         * string/bits/string2.h: Likewise.
46995         * string/string.h: Likewise.
46996         * string/strings.h: Likewise.
46997         * sunrpc/rpc/auth.h: Likewise.
46998         * sunrpc/rpc/auth_des.h: Likewise.
46999         * sunrpc/rpc/clnt.h: Likewise.
47000         * sunrpc/rpc/netdb.h: Likewise.
47001         * sunrpc/rpc/pmap_clnt.h: Likewise.
47002         * sunrpc/rpc/xdr.h: Likewise.
47003         * sysdeps/generic/inttypes.h: Likewise.
47004         * sysdeps/generic/net/if.h: Likewise.
47005         * sysdeps/generic/sys/swap.h: Likewise.
47006         * sysdeps/gnu/net/if.h: Likewise.
47007         * sysdeps/gnu/utmpx.h: Likewise.
47008         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47009         * sysdeps/i386/i486/bits/string.h: Likewise.
47010         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47011         * sysdeps/s390/bits/string.h: Likewise.
47012         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47013         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47014         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47015         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47016         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47017         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47018         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47019         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47020         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47021         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47022         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47023         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47024         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47025         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47026         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47027         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47028         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47029         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47030         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47031         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47032         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47033         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47034         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47035         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47036         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47037         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47038         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47039         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47040         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47041         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47042         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47043         * sysvipc/sys/ipc.h: Likewise.
47044         * sysvipc/sys/msg.h: Likewise.
47045         * sysvipc/sys/sem.h: Likewise.
47046         * sysvipc/sys/shm.h: Likewise.
47047         * termios/termios.h: Likewise.
47048         * time/sys/time.h: Likewise.
47049         * time/time.h: Likewise.
47050         * wcsmbs/bits/wchar2.h: Likewise.
47051         * wcsmbs/uchar.h: Likewise.
47052         * wcsmbs/wchar.h: Likewise.
47053         * wctype/wctype.h: Likewise.
47055         [BZ #13551]
47056         * Makeconfig: Remove all but ELF support including AIX support.
47057         * Makerules: Likewise.
47058         * config.h.in: Likewise.
47059         * config.make.in: Likewise.
47060         * configure: Likewise.
47061         * configure.in: Likewise.
47062         * csu/Makefile: Likewise.
47063         * csu/version.c: Likewise.
47064         * debug/Makefile: Likewise.
47065         * dlfcn/Makefile: Likewise.
47066         * elf/Makefile: Likewise.
47067         * extra-lib.mk: Likewise.
47068         * iconv/Makefile: Likewise.
47069         * include/libc-symbols.h: Likewise.
47070         * include/shlib-compat.h: Likewise.
47071         * resolv/Makefile: Likewise.
47072         * resolv/res_libc.c: Likewise.
47073         * rt/Makefile: Likewise.
47074         * sysdeps/i386/asm-syntax.h: Likewise.
47075         * sysdeps/i386/sysdep.h: Likewise.
47076         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47077         * sysdeps/mach/sysdep.h: Likewise.
47078         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47079         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47080         * sysdeps/s390/asm-syntax.h: Likewise.
47081         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47082         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47083         * sysdeps/sh/sysdep.h: Likewise.
47084         * sysdeps/unix/sparc/sysdep.h: Likewise.
47085         * sysdeps/wordsize-32/divdi3.c: Likewise.
47086         * sysdeps/x86_64/sysdep.h: Likewise.
47088         * argp/Versions: Remove _argp_unlock_xxx.
47090         [BZ #13559]
47091         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47092         * abilist/libBrokenLocale.abilist: Likewise.
47093         * abilist/libanl.abilist: Likewise.
47094         * abilist/libc.abilist: Likewise.
47095         * abilist/libcrypt.abilist: Likewise.
47096         * abilist/libdl.abilist: Likewise.
47097         * abilist/libm.abilist: Likewise.
47098         * abilist/libnsl.abilist: Likewise.
47099         * abilist/libpthread.abilist: Likewise.
47100         * abilist/libresolv.abilist: Likewise.
47101         * abilist/librt.abilist: Likewise.
47102         * abilist/libthread_db.abilist: Likewise.
47103         * abilist/libutil.abilist: Likewise.
47104         * abilist/libnss_db.abilist: New file.
47106         * scripts/abilist.awk: Add support for indirect functions.
47108         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47110         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47112         * shlib-versions: Remove entries for ports architectures.
47114         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47115         files in ports.
47116         * elf/stackguard-macros.h: Remove support for IA-64.
47117         * elf/tst-auditmod1.c: Likewise.
47118         * sysdeps/generic/ldsodefs.h: Likewise.
47120         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47121         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47122         configure files.
47124         [BZ #13552]
47125         * configure.in: Remove --enable-omitfp support.
47126         * FAQ.in: Adjust.
47127         * config.make.in: Likewise.
47128         * Makeconfig: Likewise.
47129         * manual/install.texi: Likewise.
47131         In case anyone cares, the IA-64 architecture could move to ports.
47132         * sysdeps/ia64/*: Removed.
47133         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47134         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47136         [BZ #13555]
47137         * configure.in: Remove entries for unsupported architectures.
47139         [BZ #13533]
47140         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47141         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47142         routines.
47143         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47144         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47145         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47146         fall back to using wcrtomb.
47147         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47148         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47149         renaming.
47150         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47151         * wcsmbs/tst-c16c32-1.c: New file.
47153         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47154         local variable.
47156         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47158         * elf/tst-unique3.cc: Add explicit declaration of gets.
47159         * elf/tst-unique3lib.cc: Likewise.
47160         * elf/tst-unique3lib2.cc: Likewise.
47161         * elf/tst-unique4.cc: Likewise.
47163         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47165 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47167         [BZ #13566]
47168         * assert/assert.h (static_assert): Don't define for C++.
47169         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47170         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47172 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47174         * iconv/loop.c (single loop): Fix assertion in storing of
47175         remaining bytes.
47177         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47179 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47181         * posix/getconf.c: Update copyright year.
47182         * nss/getent.c: Likewise.
47183         * nss/makedb.c: Likewise.
47184         * iconv/iconvconfig.c: Likewise.
47185         * iconv/iconv_prog.c: Likewise.
47186         * elf/ldconfig.c: Likewise.
47187         * elf/pldd.c: Likewise.
47188         * elf/sotruss.ksh: Likewise.
47189         * catgets/gencat.c: Likewise.
47190         * csu/version.c: Likewise.
47191         * elf/ldd.bash.in: Likewise.
47192         * elf/sprof.c (print_version): Likewise.
47193         * locale/programs/locale.c: Likewise.
47194         * locale/programs/localedef.c: Likewise.
47195         * login/programs/pt_chown.c: Likewise.
47196         * nscd/nscd.c (print_version): Likewise.
47197         * debug/xtrace.sh: Likewise.
47198         * malloc/memusage.sh: Likewise.
47199         * malloc/mtrace.pl: Likewise.
47200         * debug/catchsegv.sh: Likewise.
47202 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47204         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47205         pure attribute.
47207 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47209         [BZ #13533]
47210         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47211         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47212         transformations.
47213         * iconv/gconv_int.h: Likewise.
47214         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47215         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47216         from libc for GLIBC_2.16.
47217         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47218         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47219         * wcsmbs/uchar.h: Really define mbstate_t.
47220         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47221         * wcsmbs/c16rtomb.c: New file.
47222         * wcsmbs/mbrtoc16.c: New file.
47223         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47224         for C/POSIX locale.
47225         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47226         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47228         * wcsmbs/wchar.h: Add missing __restrict.
47230 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47232         [BZ #13532]
47233         * time/Makefile (routines): Add timespec_get.
47234         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47235         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47236         timespec for ISO C11.
47237         * time/timespec_get.c: New file.
47238         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47239         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47241         [BZ #13531]
47242         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47243         * stdlib/stdlib.h: Declare aligned_alloc.
47244         * Versions.def: Add GLIBC_2.16 for libc.
47245         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47247         [BZ 13527]
47248         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47249         ISO C11.
47251         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47252         code.
47254         [BZ #13528]
47255         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47257         [BZ #13529]
47258         * assert/assert.h (static_assert): Define.
47260         * version.h: Update for 2.16 development version.
47262         [BZ #13526]
47263         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47264         _ISOC11_SOURCE.
47266         * version.h (RELEASE): Bump for 2.15 release.
47267         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47269         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47270         Patch by Marek Polacek <mpolacek@redhat.com>.
47272         * bits/byteswap.h: Protect long long constants with __extension__.
47273         * sysdeps/i386/bits/byteswap.h: Likewise.
47274         * sysdeps/ia64/bits/byteswap.h: Likewise.
47275         * sysdeps/s390/bits/byteswap.h: Likewise.
47276         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47278 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47280         [BZ #13540]
47281         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47282         destination buffer.
47283         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47285 2011-12-23  Marek Polacek  <polacek@redhat.com>
47287         * elf/dl-addr.c (determine_info): Add inline keyword.
47288         * elf/tst-auditmod4b.c (check_avx): Likewise.
47289         * elf/tst-auditmod6b.c (check_avx): Likewise.
47290         * elf/tst-auditmod6c.c (check_avx): Likewise.
47291         * elf/tst-auditmod7b.c (check_avx): Likewise.
47293 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47295         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47296         !__SSE_MATH__.
47298 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47300         [BZ #13540]
47301         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47302         processing for last bytes.
47304 2011-08-06  Bruno Haible  <bruno@clisp.org>
47306         [BZ #13061]
47307         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47308         U+0385, not to U+1FEE.
47310         [BZ #13062]
47311         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47312         entry for U+00A5 U+0301.
47314 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47316         [BZ #13166]
47317         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47318         buffer for the output is too small.
47320         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47321         optimization.
47323         [BZ #13185]
47324         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47325         SSE flags if possible.
47327 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47329         [BZ #13540]
47330         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47331         processing for last bytes.
47333 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47335         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47336         (syscall-list-default-options, syscall-list-default-condition)
47337         (syscall-list-includes): Define.
47338         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47339         list of ABIs and options and #if conditions for each ABI.  Do not
47340         handle common syscalls between ABIs specially.
47341         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47342         Remove.
47343         (syscall-list-variants, syscall-list-32bit-options)
47344         (syscall-list-32bit-condition, syscall-list-64bit-options)
47345         (syscall-list-64bit-condition): Define.
47346         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47347         (syscall-list-variants, syscall-list-32bit-options)
47348         (syscall-list-32bit-condition, syscall-list-64bit-options)
47349         (syscall-list-64bit-condition): Define.
47350         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47351         Remove.
47352         (syscall-list-variants, syscall-list-32bit-options)
47353         (syscall-list-32bit-condition, syscall-list-64bit-options)
47354         (syscall-list-64bit-condition): Define.
47355         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47356         Remove.
47357         (syscall-list-variants, syscall-list-32bit-options)
47358         (syscall-list-32bit-condition, syscall-list-64bit-options)
47359         (syscall-list-64bit-condition): Define.
47361 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47363         * locale/iso-639.def: Add brx entry.
47365         [BZ #13328]
47366         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47367         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47369         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47370         __feraiseexcept_renamed.
47372 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47374         [BZ #13538]
47375         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47376         EPOLLET with unsigned values.
47377         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47378         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47380         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47381         to large cancellation.
47382         * math/s_cacoshf.c: Likewise.
47383         * math/s_cacoshl.c: Likewise.
47385 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47387         [BZ #13305]
47388         [BZ #12786]
47389         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47390         * math/s_cacoshf.c: Likewise.
47391         * math/s_cacoshl.c: Likewise.
47393 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47395         [BZ #13439]
47396         * iconv/gconv.h: Define __GCONV_SWAP.
47397         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47398         * iconvdata/utf-16.c: Likewise.
47399         * iconvdata/utf-32.c: Likewise.
47401 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47403         [BZ #13524]
47404         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47405         numerator after shifting it by one limb.
47407 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47409         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47410         under [__USE_EXTERN_INLINES].
47412 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47414         [BZ #13446]
47415         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47417 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47419         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47420         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47421         optimized code.
47422         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47423         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47424         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47425         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47426         for strncasecmp/strncasecmp_l compilation.
47427         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47428         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47430 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47432         [BZ #13484]
47433         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47434         of __asm__.
47436 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47438         [BZ #13506]
47439         * time/tzfile.c (__tzfile_read): Check values from file header.
47441 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47443         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47444         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47445         * powerpc/powerpc32/dl-start.S: Likewise.
47446         * powerpc/powerpc32/elf/start.S: Likewise.
47447         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47448         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47449         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47450         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47451         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47452         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47453         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47454         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47455         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47456         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47457         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47458         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47459         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47460         * powerpc/powerpc32/memset.S: Likewise.
47461         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47462         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47463         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47464         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47465         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47466         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47467         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47468         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47469         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47470         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47471         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47472         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47473         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47475 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47477         * math/libm-test.inc: Added more nearbyint tests.
47478         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47479         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47480         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47481         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47483 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47485         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47486         FD_CLOEXEC.
47488 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47490         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47491         Add wcscpy-ssse3 wcscpy-c.
47492         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47493         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47494         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47495         * sysdeps/x86_64/wcschr.S: New file.
47496         * sysdeps/x86_64/wcsrchr.S: New file.
47497         * string/test-strcmp.c: Remove checking of wcscmp function for
47498         wrong alignments.
47499         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47500         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47501         wcsrchr-sse2 wcsrchr-c.
47502         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47503         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47504         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47505         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47506         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47507         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47508         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47509         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47510         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47511         * wcsmbc/wcschr.c (WCSCHR): New macro.
47513 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47515         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47516         * wcsmbs/test-wcsrchr.c: New file.
47517         * string/test-strrchr.c: Add wcsrchr support.
47518         (WIDE): New macro.
47519         * wcsmbs/test-wcscpy.c: New file.
47520         * string/test-strcpy.c: Add wcscpy support.
47521         (WIDE): New macro.
47523 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47525         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47526         the inner loop.
47528 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47530         [BZ #13472]
47531         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47533 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47535         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47536         Minor optimizations.
47538         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47539         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47540         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47542 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47544         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47545         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47546         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47547         for gcc to avoid warnings.
47548         * inet/Makefile (tests): Add tst-checks.
47549         * inet/tst-checks.c: New file.
47551         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47552         warning.
47554         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47555         __wmemcmp_sse2.
47557         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47558         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47560         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47562 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47564         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47565         problem.
47567         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47569 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47571         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47572         conditional on GCC version.
47573         (__arch_compare_and_exchange_val_8_acq)
47574         (__arch_compare_and_exchange_val_16_acq)
47575         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47576         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47577         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47579 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47581         * sysdeps/sh/backtrace.c: New file.
47583 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47585         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47586         parenthesis.
47588 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47590         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47591         falling back to utime.
47593 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47595         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47596         expectations for float.
47598 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47600         * locale/weight.h (findidx): Add parameter len.
47601         * locale/weightwc.h (findidx): Likewise.
47602         * posix/fnmatch_loop.c (FCT): Adjust caller.
47603         * posix/regcomp.c (build_equiv_class): Likewise.
47604         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47605         * posix/regexec.c (check_node_accept_bytes): Likewise.
47606         * string/strcoll_l.c (STRCOLL): Likewise.
47607         * string/strxfrm_l.c (STRXFRM): Likewise.
47609 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47611         * Makefile.in: Remove CVSOPT handling.
47612         * configure.in: Remove use of AC_REVISION.
47613         * iconvdata/Makefile (distribute): No need to filter out CVS.
47614         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47615         handling.
47617 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47619         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47620         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47621         [USE_AS_STRNCASECMP_L]: Likewise.
47622         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47623         NO_TLS_DIRECT_SEG_REFS.
47624         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47625         Fix argument offsets for non-PIC.
47626         [USE_AS_STRNCASECMP_L]: Likewise.
47627         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47628         NO_TLS_DIRECT_SEG_REFS.
47630 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47632         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47633         O_CLOEXEC.
47634         * locale/loadlocale.c (_nl_load_locale): Likewise.
47636 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47638         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47639         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47640         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47641         (SYSCALL_GETTIME): Set errno on error.
47643         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47644         count references to noai6ai_cached.
47646 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47648         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47650         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47651         FD_CLOEXEC for /proc/self/maps.
47653         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47654         FD_CLOEXEC for /proc/meminfo.
47656         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47657         gai.conf.
47659         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47660         FD_CLOEXEC for given file.
47662         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47664         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47665         FD_CLOEXEC for /etc/hosts.
47666         (_gethtent): Likewise.
47668         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47670         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47671         cancellation and set FD_CLOEXEC for /etc/netgroup.
47673         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47674         reading /etc/publickey.
47676         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47677         allow cancellation when reading /etc/group.
47679         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47680         cancellation.
47681         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47683         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47684         when using data file.
47686         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47688         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47689         (write_nis_obj): Use "c" and "e" in fopen.
47691         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47693         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47695         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47697         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47699         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47700         locale.alias.
47702         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47704         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47706         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47708         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47709         file parsing and set FD_CLOEXEC.
47711 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47713         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47715 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47717         * malloc/arena.c (arena_get2): Don't call reused_arena when
47718         _int_new_arena failed.
47720 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47722         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47723         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47724         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47725         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47726         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47727         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47728         to compile strcasecmp and strncasecmp.
47729         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47730         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47732         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47734 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47736         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47737         locale-defines.sym to gen-as-const-headers.
47738         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47739         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47740         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47741         to compile strcasecmp and strncasecmp.
47742         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47743         strcasecmp_l and strncasecmp_l.
47744         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47745         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47746         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47747         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47748         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47749         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47750         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47751         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47752         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47753         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47754         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47756 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47758         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47759         result of SYSDEP_GETTIME_CPU to retval.
47760         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47761         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47763         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47764         variable.
47766         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47767         mantissa words.
47768         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47770         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47771         from unused variable.
47773         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47774         DWARF definitions.
47775         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47776         for assembling.
47778         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47779         over namespaces.
47781         * sunrpc/rpc_prot.c (rejected): Fix case value.
47783         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47784         unsigned long long int to avoid warnings in shift.
47786         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47787         of use of trans.
47788         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47789         variable tmp.
47791         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47792         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47793         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47795         * nis/nis_table.c (nis_list): Use variable of correct type for
47796         result of __follow_path call.
47798 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47800         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47801         of math functions ceil, trunc, floor, round, and sqrt, when
47802         avaliable on the platform.
47803         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47804         name clash.
47805         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47806         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47807         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47809 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47811         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47812         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47814 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47816         * include/unistd.h: Fix __readlink return type.
47817         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47819 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47821         * stdlib/ucontext.h: Undo last change for makecontext.
47823 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47825         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47827         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47828         * setjmp/setjmp.h: Mark functions as non-leaf.
47829         * setjmp/bits/setjmp2.h: Likewise.
47830         * stdlib/ucontext.h: Likewise.
47832 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47834         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47835         (reused_arena): Don't check arena limit.
47836         (arena_get2): Atomically check arena limit.
47838 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47840         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47841         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47843         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47844         instructions.
47846 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47848         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47849         handler when locking.
47851         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47852         Fix size of allocated buffer.
47854 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47856         [BZ #10103]
47857         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47858         declarations for long double functions.
47859         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47861         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47863 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47865         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47866         installed.
47868         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47869         is disabled.
47871 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47873         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47875 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47877         * include/alloca.h (stackinfo_alloca_round): Define.
47878         (extend_alloca): Use it.
47879         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47880         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47881         here.
47883         * scripts/check-local-headers.sh: Ignore libaudit.h.
47885         * nscd/Makefile (extra-objs): Make recursively expanded.
47887 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47889         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47890         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47892         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47893         * posix/tst-rfc3484-2.c: Likewise.
47894         * posix/tst-rfc3484-3.c: Likewise.
47896         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47897         process_vm_writev.
47898         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47899         process_vm_writev.
47900         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47901         process_vm_writev from libc using GLIBC_2.15 version.
47903         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47905 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47907         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47908         stack usage.
47910 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47912         [BZ #13367]
47913         * nss/getent.c (initgroups_keys): Show error message in case no group
47914         names are given.
47916         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47917         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47918         __bump_nl_timestamp.
47919         * nscd/connections (nscd_init): When host database is served open
47920         netlink socket and request notification about configuration changes.
47921         (main_loop_poll): Track netlink file descriptor and bump timestamp
47922         in case data becomes available.
47923         (main_loop_epoll): Likewise.
47924         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47925         (database_pers_head): Add extra_data fileds.
47926         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47927         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47928         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47929         Adjust caller.
47930         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47931         in6ai data, call __free_in6ai.
47932         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47933         Add -DHAVE_NETLINK.
47934         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47935         interface information.  Reuse previous data if netlink timestamp
47936         is not changed.
47937         (__bump_nl_timestamp): New function.
47938         (__free_in6ai): New function.
47940 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47942         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47943         close_not_cancel_no_status here.
47944         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47946 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47948         [BZ #13276]
47949         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47950         return value.
47952         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47953         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47954         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47956 2011-07-03  Andreas Jaeger  <aj@suse.de>
47958         [BZ #10709]
47959         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47960         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47961         * math/libm-test.inc (sin_test): Add test case.
47963 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47965         [BZ #13337]
47966         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47967         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47969         * elf/chroot_canon.c (chroot_canon): Cleanups.
47971         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47973         [BZ #13335]
47974         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47975         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47977         * string/test-strchr.c: Make usable for strchrnul testing.
47978         * string/test-strchrnul.c: New file.
47979         * string/Makefile (strop-tests): Add strchrnul.
47981         * po/it.po: Update from translation team.
47982         * po/es.po: Likewise.
47984 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47986         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47987         the three constants needed as parameters.  Drop the others.
47988         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47989         __m128i_strloadu_tolower.
47990         Create and initialize variable zero and use it in all the places
47991         where _mm_setzero_si128 was used.
47993         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47994         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47995         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47996         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47997         anymore.
47998         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47999         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48000         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48001         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48002         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48003         __mpranred, __mptan.
48004         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48005         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48006         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48007         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48008         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48009         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48010         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48011         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48012         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48014 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48016         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48017         redefine if SHARED.
48018         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48020         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48021         wide char related routines to wcsmbs subdir.
48023 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48025         [BZ #13344]
48026         * misc/sys/cdefs.h (__THROWNL): Define.
48027         * posix/unistd.h: Use __THREADNL instead of __THREAD
48028         for memory synchronization functions.
48030 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48032         [BZ #13349]
48033         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48034         doesn't exist.
48035         * manual/stdio.texi (Obstack Streams): Node removed.
48037 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48039         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48040         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48041         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48043         * math/math_private.h (math_force_eval): Allow non-addressable
48044         arguments.
48045         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48047 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48049         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48050         file is not needed.
48052         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48053         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48054         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48055         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48056         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48057         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48058         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48059         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48060         Add AVX variants.
48061         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48062         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48063         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48064         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48065         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48066         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48067         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48068         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48069         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48070         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48071         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48072         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48073         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48074         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48075         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48076         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48077         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48078         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48079         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48081         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48082         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48084         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48085         place.  Use VEX encoding when compiling for AVX.
48087 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48089         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48090         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48092         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48094 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48096         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48097         useless if() expression.
48098         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48099         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48100         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48101         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48102         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48103         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48104         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48105         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48106         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48107         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48108         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48109         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48110         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48111         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48112         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48113         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48114         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48115         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48116         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48118         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48120 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48122         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48123         condition.
48124         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48126 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48128         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48129         .text section.  Avoid duplicate constants.
48130         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48131         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48132         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48133         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48134         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48135         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48136         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48137         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48138         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48139         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48140         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48141         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48142         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48143         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48144         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48145         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48146         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48147         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48148         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48149         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48150         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48151         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48152         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48153         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48154         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48155         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48156         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48157         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48158         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48159         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48160         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48161         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48162         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48163         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48164         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48165         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48166         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48167         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48168         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48169         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48170         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48171         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48172         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48173         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48174         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48176 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48178         * sysdeps/x86_64/dla.h: Move to ...
48179         * sysdeps/x86_64/fpu/dla.h: ...here.
48180         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48181         situations.  Use __builtin_fma only for gcc 4.6 and up.
48183         * config.make.in: Add have-mfma4 entry.
48184         * configure.in: Substitute libc_cv_cc_fma4.
48185         * math/Makefile (dbl-only-routines): Add sincostab.
48186         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48187         Use __sincostab not sincos.
48188         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48189         name is a macro.
48190         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48191         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48192         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48193         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48194         using __copysign.
48195         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48196         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48197         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48198         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48199         and __inv.
48200         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48201         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48202         __copysign.
48203         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48204         define aliases when function name is a macro.
48205         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48206         sysdeps/ieee754/dbl-64/sincos.tbl.
48207         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48208         fma4-enabled routines.
48209         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48210         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48211         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48212         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48213         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48214         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48215         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48216         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48217         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48218         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48219         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48220         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48221         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48222         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48223         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48224         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48225         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48226         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48227         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48228         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48229         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48230         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48231         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48232         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48233         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48234         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48235         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48236         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48237         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48238         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48240         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48241         rename.
48242         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48243         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48244         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48245         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48246         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48247         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48248         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48249         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48251 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48253         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48255 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48257         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48259         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48260         prediction.
48261         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48263         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48264         Remove unused variable magic_bits.
48265         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48267         * string/strnlen.c: Define and use STRNLEN macro.
48268         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48269         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48270         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48271         * wcsmbs/wcslen.c: Define and use WCSLEN.
48272         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48273         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48274         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48275         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48276         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48277         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48278         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48280 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48282         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48283         strnlen-sse2-no-bsf.
48284         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48285         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48286         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48287         Add strnlen support.
48288         (USE_AS_STRNLEN): New macro.
48289         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48290         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48291         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48292         * sysdeps/x86_64/wcslen.S: New file.
48294 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48296         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48297         XMM-moves are used for copying on small sizes.
48299 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48301         * wcsmbs/Makefile (strop-tests): Add wcschr.
48302         * wcsmbs/test-wcschr.c: New file.
48303         * string/test-strchr.c: Update.
48304         Add wcschr support.
48305         (WIDE): New macro.
48307 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48309         * wcsmbs/Makefile (strop-tests): Add wcslen.
48310         * wcsmbs/test-wcslen.c: New file.
48311         * string/test-strlen.c: Update.
48312         Add wcslen support.
48313         (WIDE): New macro.
48315 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48317         * po/it.po: Update from translation team.
48319 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48321         * sysdeps/x86_64/wcscmp.S: Update.
48322         Fix wrong comparison semantics.
48323         wcscmp shall use signed comparison not unsigned.
48324         Don't use substraction to avoid overflow bug.
48325         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48326         * wcsmbc/wcscmp.c: Likewise.
48327         * string/test-strcmp.c: Likewise.
48328         Add new tests to check cases with negative values.
48330 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48332         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48333         * sysdeps/x86_64/dla.h: ...here.  New file.
48334         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48335         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48336         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48337         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48338         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48339         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48340         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48341         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48342         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48344 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48346         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48347         __ynl_finite aliases.
48349 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48351         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48353         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48354         define DLA_FMA.
48355         [DLA_FMA] (EMULV): Use DLA_FMA.
48356         [DLA_FMA] (MUL12): Use EMULV.
48357         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48358         that are not needed.
48359         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48360         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48361         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48362         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48363         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48364         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48365         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48367 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48369         * math/s_nan.c: Undef __nan.
48370         * math/s_nanf.c: Undef __nanf.
48371         * math/s_nanl.c: Undef __nanl.
48372         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48373         "math_private.h".
48375 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48377         * math/s_catan.c: Add branch predictions.
48378         * math/s_catanf.c: Likewise.
48379         * math/s_catanh.c: Likewise.
48380         * math/s_catanhf.c: Likewise.
48381         * math/s_catanhl.c: Likewise.
48382         * math/s_catanl.c: Likewise.
48383         * math/s_cexp.c: Likewise.
48384         * math/s_cexpf.c: Likewise.
48385         * math/s_cexpl.c: Likewise.
48386         * math/s_clog.c: Likewise.
48387         * math/s_clog10.c: Likewise.
48388         * math/s_clog10f.c: Likewise.
48389         * math/s_clog10l.c: Likewise.
48390         * math/s_clogf.c: Likewise.
48391         * math/s_clogl.c: Likewise.
48392         * math/s_csqrt.c: Likewise.
48393         * math/s_csqrtf.c: Likewise.
48394         * math/s_csqrtl.c: Likewise.
48395         * math/s_ctanf.c: Likewise.
48396         * math/s_ctanh.c: Likewise.
48397         * math/s_ctanhf.c: Likewise.
48398         * math/s_ctanhl.c: Likewise.
48399         * math/s_ctanl.c: Likewise.
48401         * math/math_private.h: Define __nan, __nanf, __nanl.
48402         * math/s_cacosh.c: Include <math_private.h>.
48403         * math/s_cacoshl.c: Likewise.
48404         * math/s_casinh.c: Likewise.
48405         * math/s_casinhf.c: Likewise.
48406         * math/s_casinhl.c: Likewise.
48407         * math/s_ccos.c: Rely entire on ccosh.
48408         * math/s_ccosf.c: Rely entire on ccoshf.
48409         * math/s_ccosl.c: Rely entirely on ccoshl.
48410         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48411         Remove tests for FE_INVALID.
48412         * math/s_ccoshf.c: Likewise.
48413         * math/s_ccoshl.c: Likewise.
48414         * math/s_csin.c: Likewise.
48415         * math/s_csinf.c: Likewise.
48416         * math/s_csinh.c Likewise.
48417         * math/s_csinhf.c: Likewise.
48418         * math/s_csinhl.c: Likewise.
48419         * math/s_csinl.c: Likewise.
48420         * math/s_ctan.c: Likewise.
48421         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48422         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48423         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48425 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48427         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48428         compilation problems.
48430         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48431         __builtin_expect.
48433 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48435         * sysdeps/i386/configure.in: Test for -mfma4 option.
48436         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48437         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48438         COMMON_CPUID_INDEX_80000001.
48439         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48440         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48441         use it if FMA3 is not supported.
48442         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48444         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48445         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48447 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48449         [BZ #12892]
48450         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48451         it would create a cycle with a link time dependency.
48453 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48455         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48456         instruction.
48457         * string/Makefile (strop-tests): Add rawmemchr.
48458         * string/test-rawmemchr.c: New file.
48460         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48461         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48462         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48463         when compiling str{,n}casecmp and when AVX is available.  Hook up
48464         new optimized code in initializers.
48466 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48468         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48469         __feraiseexcept instead of feraiseexcept.
48471 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48473         * math/math_private.h: Define defaults for libc_fetestexcept and
48474         libc_feupdateenv.
48475         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48476         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48477         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48478         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48479         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48480         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48481         libc_fetestexcept and libc_feupdateenv.
48483         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48484         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48485         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48486         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48487         libc_feholdexcept_setround.
48489         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48490         Add s_nearbyint-c and s_nearbyintf-c.
48491         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48492         nearbyintf inlines.
48493         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48494         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48495         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48496         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48498         * math/math_private.h: Define defaults for libc_fegetround,
48499         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48500         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48501         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48502         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48503         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48504         standard functions.
48505         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48506         Remove comments and hacks for old compiler versions.
48507         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48508         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48509         libc_feholdexceptl.
48511 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48513         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48514         (__feraiseexcept_renamed): Add __NTH.
48515         (feraiseexcept): Add __NTH.  Rename local variables to fix
48516         namespace violations.
48518 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48520         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48522         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48524         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48525         recently added interfaces.
48526         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48528         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48529         about macro parameter expansion.
48531         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48532         __NO_MATH_INLINES is defined.  Cleanups.
48534         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48535         and __floorf is target has SSE4.1.
48536         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48537         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48538         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48539         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48541         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48542         name.
48543         (floorf): Likewise.
48545         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48547 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48549         * misc/sys/cdefs.h: Fix last change.
48551         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48552         database lookup.
48554 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48556         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48558         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48559         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48560         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48561         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48562         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48563         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48564         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48565         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48566         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48567         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48568         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48569         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48570         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48571         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48572         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48573         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48574         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48575         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48576         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48577         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48578         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48579         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48581         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48582         ceil, ceilf, floor, floorf.
48584         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48585         Perform IRELATIVE relocations last.
48587         * elf/do-rel.h: Add another parameter nrelative, replacing the
48588         local variable with the same name.  Change name of the function
48589         to end in Rel or Rela (uppercase).
48590         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48591         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48592         elf_dynamic_do_##reloc function.
48594 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48596         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48597         is sufficient, at least on modern CPUs.
48599         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48601         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48602         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48604         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48605         __expl_finite.
48606         * math/bits/math-finite.h: Add entries for exp.
48607         * math/e_expl.c: Add __*_finite alias.
48608         * sysdeps/i386/fpu/e_exp.S: Likewise.
48609         * sysdeps/i386/fpu/e_expf.S: Likewise.
48610         * sysdeps/i386/fpu/e_expl.c: Likewise.
48611         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48612         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48616         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48617         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48619         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48620         is sufficient, at least on modern CPUs.
48622         * ctype/ctype-info.c (__ctype_init): Define.
48623         * include/ctype.h (__ctype_init): Declare.
48624         (__ctype_b_loc): The variable is always initialized.
48625         (__ctype_toupper_loc): Likewise.
48626         (__ctype_tolower_loc): Likewise.
48627         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48628         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48630 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48632         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48634         * configure.in: Also look in $cxxmachine/include for C++ system
48635         headers.
48637 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48639         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48640         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48641         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48642         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48643         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48644         (USE_AS_WMEMCMP): New macro.
48645         Fixing indents.
48646         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48647         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48648         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48649         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48650         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48651         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48652         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48653         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48654         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48655         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48656         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48657         (USE_AS_WMEMCMP): New macro.
48658         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48659         * sysdeps/string/test-memcmp.c: Update.
48660         Fix simple_wmemcmp.
48661         Add new tests.
48662         * wcsmbs/wmemcmp.c: Update.
48663         (WMEMCMP): New macro.
48664         Fix overflow bug.
48666 2011-10-12  Andreas Jaeger  <aj@suse.de>
48668         [BZ #13268]
48669         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48671 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48673         * libio/iofwide.c (do_length): Avoid warning.
48675         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48677 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48679         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48681         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48682         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48683         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48684         * sysdeps/i386/i686/fpu/e_log.S: New file.
48685         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48686         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48688         * ctype/ctype.h: Add support for inlined isXXX functions when
48689         compiling C++ code.
48691 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48693         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48695         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48697 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48699         [BZ #13291]
48700         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48702 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48704         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48705         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48706         feraiseexcept.
48708         * sysdeps/x86_64/memrchr.S: Check for zero size.
48710         * string/stratcliff.c: Add memrchr tests.
48712 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48714         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48715         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48716         rawmemchr-sse2 rawmemchr-sse2-bsf.
48717         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48718         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48719         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48720         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48721         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48722         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48723         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48724         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48725         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48726         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48727         * string/memrchr.c (MEMRCHR): New macro.
48729 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48731         Add integration with gcc's -ffinite-math-only and optimize wrapper
48732         functions in libm.
48733         * Versions.def: Define GLIBC_2.15 version for libm.
48734         * math/Makefile (headers): Add bits/math-finite.h.
48735         * math/bits/math-finite.h: New file.
48736         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48737         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48738         * math/e_acoshl.c: Add __*_finite alias.
48739         * math/e_acosl.c: Likewise.
48740         * math/e_asinl.c: Likewise.
48741         * math/e_atan2l.c: Likewise.
48742         * math/e_atanhl.c: Likewise.
48743         * math/e_coshl.c: Likewise.
48744         * math/e_exp10.c: Likewise.
48745         * math/e_exp10f.c: Likewise.
48746         * math/e_exp10l.c: Likewise.
48747         * math/e_exp2l.c: Likewise.
48748         * math/e_fmodl.c: Likewise.
48749         * math/e_gammal_r.c: Likewise.
48750         * math/e_hypotl.c: Likewise.
48751         * math/e_j0l.c: Likewise.
48752         * math/e_j1l.c: Likewise.
48753         * math/e_jnl.c: Likewise.
48754         * math/e_lgammal_r.c: Likewise.
48755         * math/e_log10l.c: Likewise.
48756         * math/e_log2l.c: Likewise.
48757         * math/e_logl.c: Likewise.
48758         * math/e_powl.c: Likewise.
48759         * math/e_sinhl.c: Likewise.
48760         * math/e_sqrtl.c: Likewise.
48761         * math/e_scalb.c: Completely rewritten and optimized.
48762         * math/e_scalbf.c: Likewise.
48763         * math/e_scalbl.c: Likewise.
48764         * math/w_acos.c: Likewise.
48765         * math/w_acosf.c: Likewise.
48766         * math/w_acosl.c: Likewise.
48767         * math/w_acosh.c: Likewise.
48768         * math/w_acoshf.c: Likewise.
48769         * math/w_acoshl.c: Likewise.
48770         * math/w_asin.c: Likewise.
48771         * math/w_asinf.c: Likewise.
48772         * math/w_asinl.c: Likewise.
48773         * math/w_atan2.c: Likewise.
48774         * math/w_atan2f.c: Likewise.
48775         * math/w_atan2l.c: Likewise.
48776         * math/w_atanh.c: Likewise.
48777         * math/w_atanhf.c: Likewise.
48778         * math/w_atanhl.c: Likewise.
48779         * math/w_exp10.c: Likewise.
48780         * math/w_exp10f.c: Likewise.
48781         * math/w_exp10l.c: Likewise.
48782         * math/w_fmod.c: Likewise.
48783         * math/w_fmodf.c: Likewise.
48784         * math/w_fmodl.c: Likewise.
48785         * math/w_j0.c: Likewise.
48786         * math/w_j0f.c: Likewise.
48787         * math/w_j0l.c: Likewise.
48788         * math/w_j1.c: Likewise.
48789         * math/w_j1f.c: Likewise.
48790         * math/w_j1l.c: Likewise.
48791         * math/w_jn.c: Likewise.
48792         * math/w_jnf.c: Likewise.
48793         * math/w_log.c: Likewise.
48794         * math/w_logf.c: Likewise.
48795         * math/w_logl.c: Likewise.
48796         * math/w_log10.c: Likewise.
48797         * math/w_log10f.c: Likewise.
48798         * math/w_log10l.c: Likewise.
48799         * math/w_log2.c: Likewise.
48800         * math/w_log2f.c: Likewise.
48801         * math/w_log2l.c: Likewise.
48802         * math/w_pow.c: Likewise.
48803         * math/w_powf.c: Likewise.
48804         * math/w_powl.c: Likewise.
48805         * math/w_remainder.c: Likewise.
48806         * math/w_remainderf.c: Likewise.
48807         * math/w_remainderl.c: Likewise.
48808         * math/w_scalb.c: Likewise.
48809         * math/w_scalbf.c: Likewise.
48810         * math/w_scalbl.c: Likewise.
48811         * math/w_sqrt.c: Likewise.
48812         * math/w_sqrtf.c: Likewise.
48813         * math/w_sqrtl.c: Likewise.
48814         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48815         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48816         used.
48817         * math/math_private.h: Declare __kernel_standard_f.
48818         * math/w_cosh.c: Remove cruft and optimize a bit.
48819         * math/w_coshf.c: Likewise.
48820         * math/w_coshl.c: Likewise.
48821         * math/w_exp2.c: Likewise.
48822         * math/w_exp2f.c: Likewise.
48823         * math/w_exp2l.c: Likewise.
48824         * math/w_hypot.c: Likewise.
48825         * math/w_hypotf.c: Likewise.
48826         * math/w_hypotl.c: Likewise.
48827         * math/w_lgamma.c: Likewise.
48828         * math/w_lgamma_r.c: Likewise.
48829         * math/w_lgammaf.c: Likewise.
48830         * math/w_lgammaf_r.c: Likewise.
48831         * math/w_lgammal.c: Likewise.
48832         * math/w_lgammal_r.c: Likewise.
48833         * math/w_sinh.c: Likewise.
48834         * math/w_sinhf.c: Likewise.
48835         * math/w_sinhl.c: Likewise.
48836         * math/w_tgamma.c: Likewise.
48837         * math/w_tgammaf.c: Likewise.
48838         * math/w_tgammal.c: Likewise.
48839         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48840         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48841         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48842         Minor optimizations.  Pretty printing.  Remove cruft.
48843         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48844         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48845         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48846         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48847         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48848         * sysdeps/i386/fpu/e_asin.S: Likewise.
48849         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48850         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48851         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48852         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48853         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48854         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48855         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48856         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48857         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48858         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48859         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48860         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48861         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48862         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48863         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48864         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48865         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48866         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48867         * sysdeps/i386/fpu/e_log.S: Likewise.
48868         * sysdeps/i386/fpu/e_log10.S: Likewise.
48869         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48870         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48871         * sysdeps/i386/fpu/e_log2.S: Likewise.
48872         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48873         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48874         * sysdeps/i386/fpu/e_logf.S: Likewise.
48875         * sysdeps/i386/fpu/e_logl.S: Likewise.
48876         * sysdeps/i386/fpu/e_pow.S: Likewise.
48877         * sysdeps/i386/fpu/e_powf.S: Likewise.
48878         * sysdeps/i386/fpu/e_powl.S: Likewise.
48879         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48880         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48881         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48882         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48883         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48884         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48885         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48886         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48887         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48888         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48889         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48891         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48894         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48895         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48896         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48897         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48898         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48899         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48900         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48903         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48904         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48906         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48907         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48908         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48909         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48910         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48911         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48912         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48913         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48914         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48915         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48916         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48917         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48918         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48919         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48920         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48921         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48922         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48923         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48924         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48925         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48926         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48927         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48928         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48929         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48956         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48957         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48959         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48960         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48968         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48969         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48971         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48973         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48974         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48976         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48979         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48980         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48981         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48982         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48983         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48984         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48985         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48986         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48987         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48988         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48989         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48990         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48991         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48992         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48993         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48994         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48995         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48996         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48997         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48998         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48999         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49000         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49001         (__isnanf): Likewise.
49002         (__isinf_ns): Likewise.
49003         (__isinf_nsf): Likewise.
49004         (__finite): Likewise.
49005         (__finitef): Likewise.
49006         (__ieee754_sqrt): Define as macro.
49007         (__ieee754_sqrtf): Define as macro.
49008         (__ieee754_sqrtl): Define as macro.
49009         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49010         inlined copy.
49011         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49012         __FINITE_MATH_ONLY__ consistent.
49013         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49015 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49017         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49018         of rawmemchr.
49020         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49022 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49024         * po/ja.po: Update from translation team.
49026 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49028         * locale/programs/locarchive.c (prepare_address_space): New function.
49029         (create_archive, enlarge_archive, open_archive): Use it.
49031         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49032         inside [SHARED], where it is used.
49034         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49036         * nss/getent.c (netgroup_keys): Remove unused variable.
49037         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49039 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49041         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49042         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49043         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49044         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49045         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49046         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49047         * math/Makefile (libm-calls): Add s_isinf_ns.
49048         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49049         * math/multc3.c: Likewise.
49050         * math/s_casin.c: Likewise.
49051         * math/s_casinf.c: Likewise.
49052         * math/s_casinl.c: Likewise.
49053         * math/s_ccos.c: Likewise.
49054         * math/s_ccosf.c: Likewise.
49055         * math/s_ccosl.c: Likewise.
49056         * math/s_ctan.c: Likewise.
49057         * math/s_ctanf.c: Likewise.
49058         * math/s_ctanh.c: Likewise.
49059         * math/s_ctanhf.c: Likewise.
49060         * math/s_ctanhl.c: Likewise.
49061         * math/s_ctanl.c: Likewise.
49062         * math/w_fmod.c: Likewise.
49063         * math/w_fmodf.c: Likewise.
49064         * math/w_fmodl.c: Likewise.
49065         * math/w_remainder.c: Likewise.
49066         * math/w_remainderf.c: Likewise.
49067         * math/w_remainderl.c: Likewise.
49068         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49069         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49070         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49071         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49072         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49073         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49074         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49075         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49077         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49078         of the number.
49079         * stdio-common/printf_fphex.c: Likewise.
49080         * stdio-common/printf_size.c: Likewise.
49082         * math/e_exp10.c: Include math_private.h using <...> not "...".
49083         * math/e_exp10f.c: Likewise.
49084         * math/e_exp10l.c: Likewise.
49085         * math/e_exp2l.c: Likewise.
49086         * math/e_j0l.c: Likewise.
49087         * math/e_j1l.c: Likewise.
49088         * math/e_jnl.c: Likewise.
49089         * math/e_lgammal_r.c: Likewise.
49090         * math/e_rem_pio2l.c: Likewise.
49091         * math/e_scalb.c: Likewise.
49092         * math/e_scalbf.c: Likewise.
49093         * math/e_scalbl.c: Likewise.
49094         * math/k_cosl.c: Likewise.
49095         * math/k_sinl.c: Likewise.
49096         * math/k_tanl.c: Likewise.
49097         * math/s_cacoshf.c: Likewise.
49098         * math/s_catan.c: Likewise.
49099         * math/s_catanf.c: Likewise.
49100         * math/s_catanh.c: Likewise.
49101         * math/s_catanhf.c: Likewise.
49102         * math/s_catanhl.c: Likewise.
49103         * math/s_catanl.c: Likewise.
49104         * math/s_ccosh.c: Likewise.
49105         * math/s_ccoshf.c: Likewise.
49106         * math/s_ccoshl.c: Likewise.
49107         * math/s_cexp.c: Likewise.
49108         * math/s_cexpf.c: Likewise.
49109         * math/s_cexpl.c: Likewise.
49110         * math/s_clog.c: Likewise.
49111         * math/s_clog10.c: Likewise.
49112         * math/s_clog10f.c: Likewise.
49113         * math/s_clog10l.c: Likewise.
49114         * math/s_clogf.c: Likewise.
49115         * math/s_clogl.c: Likewise.
49116         * math/s_csin.c: Likewise.
49117         * math/s_csinf.c: Likewise.
49118         * math/s_csinh.c: Likewise.
49119         * math/s_csinhf.c: Likewise.
49120         * math/s_csinhl.c: Likewise.
49121         * math/s_csinl.c: Likewise.
49122         * math/s_csqrt.c: Likewise.
49123         * math/s_csqrtf.c: Likewise.
49124         * math/s_csqrtl.c: Likewise.
49125         * math/s_ctan.c: Likewise.
49126         * math/s_ctanf.c: Likewise.
49127         * math/s_ctanh.c: Likewise.
49128         * math/s_ctanhf.c: Likewise.
49129         * math/s_ctanhl.c: Likewise.
49130         * math/s_ctanl.c: Likewise.
49131         * math/s_ldexp.c: Likewise.
49132         * math/s_ldexpf.c: Likewise.
49133         * math/s_ldexpl.c: Likewise.
49134         * math/s_significand.c: Likewise.
49135         * math/s_significandf.c: Likewise.
49136         * math/s_significandl.c: Likewise.
49137         * math/w_acos.c: Likewise.
49138         * math/w_acosf.c: Likewise.
49139         * math/w_acosh.c: Likewise.
49140         * math/w_acoshf.c: Likewise.
49141         * math/w_acoshl.c: Likewise.
49142         * math/w_acosl.c: Likewise.
49143         * math/w_asin.c: Likewise.
49144         * math/w_asinf.c: Likewise.
49145         * math/w_asinl.c: Likewise.
49146         * math/w_atan2.c: Likewise.
49147         * math/w_atan2f.c: Likewise.
49148         * math/w_atan2l.c: Likewise.
49149         * math/w_atanh.c: Likewise.
49150         * math/w_atanhf.c: Likewise.
49151         * math/w_atanhl.c: Likewise.
49152         * math/w_cosh.c: Likewise.
49153         * math/w_coshf.c: Likewise.
49154         * math/w_coshl.c: Likewise.
49155         * math/w_dremf.c: Likewise.
49156         * math/w_exp10.c: Likewise.
49157         * math/w_exp10f.c: Likewise.
49158         * math/w_exp10l.c: Likewise.
49159         * math/w_exp2.c: Likewise.
49160         * math/w_exp2f.c: Likewise.
49161         * math/w_fmod.c: Likewise.
49162         * math/w_fmodf.c: Likewise.
49163         * math/w_fmodl.c: Likewise.
49164         * math/w_hypot.c: Likewise.
49165         * math/w_hypotf.c: Likewise.
49166         * math/w_hypotl.c: Likewise.
49167         * math/w_j0.c: Likewise.
49168         * math/w_j0f.c: Likewise.
49169         * math/w_j0l.c: Likewise.
49170         * math/w_j1.c: Likewise.
49171         * math/w_j1f.c: Likewise.
49172         * math/w_j1l.c: Likewise.
49173         * math/w_jn.c: Likewise.
49174         * math/w_jnf.c: Likewise.
49175         * math/w_jnl.c: Likewise.
49176         * math/w_lgamma.c: Likewise.
49177         * math/w_lgamma_r.c: Likewise.
49178         * math/w_lgammaf.c: Likewise.
49179         * math/w_lgammaf_r.c: Likewise.
49180         * math/w_lgammal.c: Likewise.
49181         * math/w_lgammal_r.c: Likewise.
49182         * math/w_log.c: Likewise.
49183         * math/w_log10.c: Likewise.
49184         * math/w_log10f.c: Likewise.
49185         * math/w_log10l.c: Likewise.
49186         * math/w_log2.c: Likewise.
49187         * math/w_log2f.c: Likewise.
49188         * math/w_log2l.c: Likewise.
49189         * math/w_logf.c: Likewise.
49190         * math/w_logl.c: Likewise.
49191         * math/w_pow.c: Likewise.
49192         * math/w_powf.c: Likewise.
49193         * math/w_powl.c: Likewise.
49194         * math/w_remainder.c: Likewise.
49195         * math/w_remainderf.c: Likewise.
49196         * math/w_remainderl.c: Likewise.
49197         * math/w_scalb.c: Likewise.
49198         * math/w_scalbf.c: Likewise.
49199         * math/w_scalbl.c: Likewise.
49200         * math/w_sinh.c: Likewise.
49201         * math/w_sinhf.c: Likewise.
49202         * math/w_sinhl.c: Likewise.
49203         * math/w_sqrt.c: Likewise.
49204         * math/w_sqrtf.c: Likewise.
49205         * math/w_sqrtl.c: Likewise.
49206         * math/w_tgamma.c: Likewise.
49207         * math/w_tgammaf.c: Likewise.
49208         * math/w_tgammal.c: Likewise.
49210         * po/ja.po: Update from translation team.
49212 2011-09-29  Andreas Jaeger  <aj@suse.de>
49214         [BZ #13179]
49215         * sunrpc/netname.c (netname2host): Fix logic.
49217         [BZ #6779]
49218         [BZ #6783]
49219         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49220         correctly.
49221         * math/w_remainder.c (__remainder): Likewise.
49222         * math/w_remainderf.c (__remainderf): Likewise.
49223         * math/libm-test.inc (remainder_test): Add test cases.
49225 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49227         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49228         sdiv_qrnnd.
49230 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49232         * string/test-memcmp.c: Avoid unncessary #defines.
49233         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49235 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49237         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49238         Use new sse2 version for core i3 - i7 as it's faster
49239         than sse42 version.
49240         (bit_Prefer_PMINUB_for_stringop): New.
49241         * sysdeps/x86_64/rawmemchr.S: Update.
49242         Replace with faster SSE2 version.
49243         * sysdeps/x86_64/memrchr.S: New file.
49244         * sysdeps/x86_64/memchr.S: Update.
49245         Replace with faster SSE2 version.
49247 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49249         * elf/dl-load.c (lose): Add cast to avoid warning.
49251 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49253         * po/ca.po: Update from translation team.
49255         * inet/getnetgrent_r.c: Hook up nscd.
49256         * nscd/Makefile (routines): Add nscd_netgroup.
49257         (nscd-modules): Add netgroupcache.
49258         (CFLAGS-netgroupcache.c): Define.
49259         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49260         (cache_search): Add const to second parameter.
49261         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49262         INNETGR.
49263         (dbs): Add netgrdb entry.
49264         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49265         (verify_persistent_db): Handle netgrdb.
49266         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49267         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49268         GETFDNETGR.
49269         (netgroup_response_header): Define.
49270         (innetgroup_response_header): Define.
49271         (datahead): Add netgroup_response_header and innetgroup_response_header
49272         elements.
49273         * nscd/nscd.conf: Add entries for netgroup cache.
49274         * nscd/nscd.h (dbtype): Add netgrdb.
49275         (_PATH_NSCD_NETGROUP_DB): Define.
49276         (netgroup_iov_disabled): Declare.
49277         (xmalloc, xcalloc, xrealloc): Move declarations here.
49278         (cache_search): Adjust prototype.
49279         Add netgroup-related prototypes.
49280         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49281         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49282         (__nscd_innetgr): Declare.
49283         * nscd/selinux.c (perms): Use access_vector_t as element type and
49284         add netgroup-related initializers.
49285         * nscd/netgroupcache.c: New file.
49286         * nscd/nscd_netgroup.c: New file.
49287         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49288         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49289         For four parameters use innetgr.
49290         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49291         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49292         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49293         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49295         * nscd/connections.c (register_traced_file): Don't register file
49296         for disabled databases.
49298 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49300         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49302         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49303         from tree and freeing node.
49305 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49307         * nss/nsswitch.c (__nss_database_lookup): Handle
49308         nss_parse_service_list out of memory case.
49310 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49312         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49313         out of memory case.
49315 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49317         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49318         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49319         pass it down.
49320         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49321         elf_machine_rela, elf_machine_lazy_rel.
49322         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49323         (ELF_DYNAMIC_DO_REL): Likewise.
49324         (ELF_DYNAMIC_DO_RELA): Likewise.
49325         (ELF_DYNAMIC_RELOCATE): Likewise.
49326         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49327         to ELF_DYNAMIC_DO_REL.
49328         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49329         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49330         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49331         elf_machine_rela.
49332         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49333         skip_ifunc, don't call ifunc function if non-zero.
49334         (elf_machine_rela): Likewise.
49335         (elf_machine_lazy_rel): Likewise.
49336         (elf_machine_lazy_rela): Likewise.
49337         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49338         (elf_machine_lazy_rel): Likewise.
49339         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49340         Likewise.
49341         (elf_machine_lazy_rel): Likewise.
49342         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49343         Likewise.
49344         (elf_machine_lazy_rel): Likewise.
49345         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49346         (elf_machine_lazy_rel): Likewise.
49347         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49348         (elf_machine_lazy_rel): Likewise.
49349         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49350         (elf_machine_lazy_rel): Likewise.
49351         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49352         (elf_machine_lazy_rel): Likewise.
49353         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49354         (elf_machine_lazy_rel): Likewise.
49355         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49356         (elf_machine_lazy_rel): Likewise.
49358 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49360         * nss/nss_files/files-init.c (_nss_files_init): Use static
49361         initialization for all the *_traced_file variables.
49363 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49365         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49367 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49369         [BZ #13226]
49370         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49372 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49374         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49375         Reread the line before reparsing it.
49377 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49379         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49381 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49382             Maxim Kuvyrkov  <maxim@codesourcery.com>
49383             Joseph Myers  <joseph@codesourcery.com>
49385         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49386         if needed for __stack_chk_guard.
49388 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49390         * sysdeps/posix/spawni.c (script_execute): Always define it.
49391         It will be optimized away if unused.
49392         (maybe_script_execute): New function.
49393         (__spawni): Call it.
49395         * Makerules: Don't include tls.make.
49396         (config-tls): Always set to thread.
49397         * tls.make.c: File removed.
49399 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49401         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49402         * config.make.in (CPPFLAGS-config): New substituted variable.
49404 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49406         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49408         [BZ #13192]
49409         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49410         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49412 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49414         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49415         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49416         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49417         (CALL_FAIL): Likewise.
49418         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49419         (CALL_FAIL): Macro removed.
49420         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49422 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49424         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49425         for __FINITE_MATH_ONLY__ == 1.
49427 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49429         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49430         __ieee754_sqrt instead of sqrt.
49431         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49432         __ieee754_sqrtf instead of sqrtf.
49433         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49434         __floorf instead of floorf.
49435         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49436         __floorf, __truncf instead of floorf, truncf.
49438 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49440         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49442         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49443         __extern_always_inline.
49444         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49445         32-bit.
49447 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49449         * elf/rtld.c (dl_main): Also relocate in dependency order when
49450         doing symbol dependency testing.
49452 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49454         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49455         Always define `refsym'.
49457 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49459         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49460         (__FD_ELT): Renamed from __FDELT.
49461         * misc/bits/select2.h (__FD_ELT): Likewise.
49462         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49463         __FD_MASK instead of __FDELT, __FDMASK.
49464         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49465         Likewise.
49466         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49467         Likewise.
49469         * elf/Makefile (gen-ldd): Fix pattern.
49471         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49472         (init_tls): Likewise.
49474 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49476         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49478 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49480         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49481         `struct cmsghdr *' instead of `void *'.
49482         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49483         Likewise.
49485 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49487         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49488         if non-absolute.
49489         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49490         ldd_rewrite_script.
49492 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49494         * configure.in: Remove --with-tls option.
49495         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49496         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49497         out in case it is missing.
49498         * sysdeps/ia64/elf/configure.in: Likewise.
49499         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49500         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49501         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49502         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49503         * sysdeps/sh/elf/configure.in: Likewise.
49504         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49505         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49506         * sysdeps/x86_64/elf/configure.in: Likewise.
49507         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49508         * sysdeps/mach/hurd/tls.h: Likewise.
49510         [BZ #13067]
49511         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49513         [BZ #13090]
49514         * configure.in: Fix use of AC_INIT.
49516         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49518 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49520         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49521         __set_errno.
49522         * malloc/hooks.c: Likewise.
49524         [BZ #11929]
49525         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49526         variables statically.
49527         (narenas): Initialize.
49528         (list_lock): Initialize.
49529         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49530         initializtion of main_arena and list_lock.  Small cleanups.
49531         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49532         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49533         Add initializers to main_arena and mp_.
49534         (malloc_state): Remove pagesize member.  Change all users to use
49535         GLRO(dl_pagesize).
49537         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49538         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49539         is always initialized.
49541         * malloc/malloc.c: Removed unused configurations and dead code.
49542         * malloc/arena.c: Likewise.
49543         * malloc/hooks.c: Likewise.
49544         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49546         * include/tls.h: Removed.  USE___THREAD must always be defined.
49547         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49548         * elf/dl-libc.c: Likewise.
49549         * elf/dl-tsd.c: Likewise.
49550         * include/errno.h: Likewise.
49551         * include/netdb.h: Likewise.
49552         * include/resolv.h: Likewise.
49553         * inet/herrno-loc.c: Likewise.
49554         * inet/herrno.c: Likewise.
49555         * malloc/arena.c: Likewise.
49556         * malloc/hooks.c: Likewise.
49557         * malloc/malloc.c: Likewise.
49558         * resolv/res-state.c: Likewise.
49559         * resolv/res_libc.c: Likewise.
49560         * sysdeps/i386/dl-machine.h: Likewise.
49561         * sysdeps/ia64/dl-machine.h: Likewise.
49562         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49563         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49564         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49565         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49566         * sysdeps/sh/dl-machine.h: Likewise.
49567         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49568         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49569         * sysdeps/unix/i386/sysdep.S: Likewise.
49570         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49571         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49572         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49573         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49574         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49575         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49576         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49577         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49578         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49579         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49580         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49581         * sysdeps/x86_64/dl-machine.h: Likewise.
49582         * tls.make.c: Likewise.
49584         * configure.in: Remove --with-__thread option.  Make tests for
49585         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49586         tls_model attribute fail if no support is available.  Remove
49587         USE_IN_LIBIO.
49588         * Makeconfig: Adjust for dropped configure option.  All features are
49589         now mandatory.
49590         * Makerules: Likewise.
49591         * Versions.def: Likewise.
49592         * argp/argp-fmtstream.c: Likewise.
49593         * argp/argp-fmtstream.h: Likewise.
49594         * argp/argp-help.c: Likewise.
49595         * assert/assert.c: Likewise.
49596         * config.h.in: Likewise.
49597         * config.make.in: Likewise.
49598         * configure: Likewise.
49599         * configure.in: Likewise.
49600         * csu/Versions: Likewise.
49601         * csu/init.c: Likewise.
49602         * elf/tst-audit2.c: Likewise.
49603         * elf/tst-tls10.c: Likewise.
49604         * elf/tst-tls10.h: Likewise.
49605         * elf/tst-tls11.c: Likewise.
49606         * elf/tst-tls12.c: Likewise.
49607         * elf/tst-tls14.c: Likewise.
49608         * elf/tst-tlsmod11.c: Likewise.
49609         * elf/tst-tlsmod12.c: Likewise.
49610         * elf/tst-tlsmod13.c: Likewise.
49611         * elf/tst-tlsmod13a.c: Likewise.
49612         * elf/tst-tlsmod14a.c: Likewise.
49613         * elf/tst-tlsmod15b.c: Likewise.
49614         * elf/tst-tlsmod16a.c: Likewise.
49615         * elf/tst-tlsmod16b.c: Likewise.
49616         * elf/tst-tlsmod7.c: Likewise.
49617         * elf/tst-tlsmod8.c: Likewise.
49618         * elf/tst-tlsmod9.c: Likewise.
49619         * gmon/gmon.c: Likewise.
49620         * grp/fgetgrent_r.c: Likewise.
49621         * grp/putgrent.c: Likewise.
49622         * hurd/fopenport.c: Likewise.
49623         * include/libc-symbols.h: Likewise.
49624         * include/tls.h: Likewise.
49625         * intl/gettextP.h: Likewise.
49626         * intl/loadinfo.h: Likewise.
49627         * locale/global-locale.c: Likewise.
49628         * locale/localeinfo.h: Likewise.
49629         * mach/devstream.c: Likewise.
49630         * malloc/arena.c: Likewise.
49631         * malloc/set-freeres.c: Likewise.
49632         * misc/err.c: Likewise.
49633         * misc/getttyent.c: Likewise.
49634         * misc/mntent_r.c: Likewise.
49635         * posix/getopt.c: Likewise.
49636         * posix/wordexp.c: Likewise.
49637         * pwd/fgetpwent_r.c: Likewise.
49638         * resolv/Versions: Likewise.
49639         * resolv/res_hconf.c: Likewise.
49640         * shadow/fgetspent_r.c: Likewise.
49641         * shadow/putspent.c: Likewise.
49642         * stdio-common/printf_fphex.c: Likewise.
49643         * stdio-common/tmpfile.c: Likewise.
49644         * stdlib/abort.c: Likewise.
49645         * stdlib/fmtmsg.c: Likewise.
49646         * sunrpc/auth_unix.c: Likewise.
49647         * sunrpc/clnt_perr.c: Likewise.
49648         * sunrpc/clnt_tcp.c: Likewise.
49649         * sunrpc/clnt_udp.c: Likewise.
49650         * sunrpc/clnt_unix.c: Likewise.
49651         * sunrpc/openchild.c: Likewise.
49652         * sunrpc/svc_simple.c: Likewise.
49653         * sunrpc/svc_tcp.c: Likewise.
49654         * sunrpc/svc_udp.c: Likewise.
49655         * sunrpc/svc_unix.c: Likewise.
49656         * sunrpc/xdr.c: Likewise.
49657         * sunrpc/xdr_array.c: Likewise.
49658         * sunrpc/xdr_rec.c: Likewise.
49659         * sunrpc/xdr_ref.c: Likewise.
49660         * sunrpc/xdr_stdio.c: Likewise.
49662 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49664         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49666 2011-07-03  Andreas Jaeger  <aj@suse.de>
49668         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49669         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49670         regenerate with gen-libm-tests.pl.
49672 2010-05-12  Petr Baudis  <pasky@suse.cz>
49674         [BZ #11589]
49675         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49676         around j0() zero points by switching to j1().
49677         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49678         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49679         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49680         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49682 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49684         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49685         instead of 0.
49686         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49687         instead of 0.
49688         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49689         Patch in part by Pavel Roskin <proski@gnu.org>.
49691         [BZ #13138]
49692         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49693         realloc.
49694         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49695         Free memory block if necessary.
49697         [BZ #12847]
49698         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49699         be NULL.  Don't lock in this case.
49701 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49703         * elf/elf.h (ELFOSABI_GNU): New macro.
49704         (ELFOSABI_LINUX): Define to that.
49706 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49708         * string/strncat.c (strncat): Undef the symbol in case it has been
49709         defined in bits/string.h.
49711 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49713         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49715         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49716         link map.
49718 2011-08-17  Andreas Jaeger  <aj@suse.de>
49720         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49722 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49723             Ian Lance Taylor  <iant@google.com>
49725         * math/libm-test.inc (lround_test): New testcase.
49726         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49728 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49730         * Makefile: Remove support for automatic cvs check-ins.
49731         * Makerules: Likewise.
49732         * config.make.in: Likewise.
49733         * configure.in: Likewise.
49734         * intl/Makefile: Likewise.
49735         * locale/Makefile: Likewise.
49736         * po/Makefile: Likewise.
49737         * posix/Makefile: Likewise.
49738         * sysdeps/gnu/Makefile: Likewise.
49739         * sysdeps/mach/hurd/Makefile: Likewise.
49740         * sysdeps/sparc/sparc32/Makefile: Likewise.
49742         [BZ #13118]
49743         * posix/Makefile (bug-regex32-ENV): Define.
49744         Patch by John Stanley <jpsinthemix@verizon.net>.
49746         * misc/Makefile (headers): Add bits/select2.h.
49747         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49748         * misc/bits/select2.h: New file.
49749         * include/bits/select2.h: New file.
49750         * debug/Makefile (routines): Add fdelt_chk.
49751         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49752         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49753         FD_ISSET.
49754         * debug/fdelt_chk.c: New file.
49756         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49757         * wcsmbs/test-wmemcmp.c: Likewise.
49758         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49759         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49761 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49763         * string/Makefile (strop-tests): Add memcmp.
49764         * string/test-wmemcmp.c: New file.
49765         * string/test-memcmp.c: Add wmemcmp support.
49767 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49769         [BZ #13153]
49770         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49771         2011-07-19 change.
49773         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49774         garbage value in a __mach_port_mod_refs call in the cases of the
49775         task-self and thread-self ports.
49777 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49779         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49781 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49783         * elf/dl-load.c (lose): Check for non-null L.
49785 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49787         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49789         * elf/dl-libc.c (dlerror_run): Pass back error code from
49790         dl_catch_error.
49792         [BZ #13123]
49793         * elf/dl-load.c (lose): Free l_origin if it is valid.
49795         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49796         names.
49797         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49798         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49799         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49800         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49801         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49802         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49804 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49806         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49807         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49808         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49809         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49810         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49811         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49812         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49813         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49814         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49815         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49817 2011-08-15  Alan Modra  <amodra@gmail.com>
49819         [BZ #13092]
49820         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49821         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49822         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49823         ppc_mcount to static-only-routines.
49824         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49825         __mcount_internal.
49826         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49827         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49829 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49831         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49832         for finite and infinity parameters.
49834 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49836         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49837         and add nop instructions for throughput optimization.
49838         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49840 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49842         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49843         aligned copy for power7 with vector-scalar instructions.
49844         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49846 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49848         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49849         AVX check.
49851 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49853         [BZ #13144]
49854         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49855         last change.
49857 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49859         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49860         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49861         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49862         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49863         clock_gettime.
49865 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49867         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49868         Forgot to demangle the pointer.
49870         * sysdeps/i386/sysdep.h: Define atom_text_section.
49871         * sysdeps/x86_64/sysdep.h: Likewise.
49872         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49873         section with atom_text_section.
49874         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49875         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49876         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49877         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49878         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49880         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49881         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49882         already be defined.  Change to take two parameters and don't assign
49883         result to variable.  Adjust all users.
49884         Define INTERNAL_GETTIME if not already defined.
49885         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49886         call.
49887         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49888         HAVE_CLOCK_GETTIME_VSYSCALL.
49889         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49891         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49892         gettimeofday vsyscall, just use time.
49894 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49896         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49897         <errno.h>.
49899 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49901         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49902         syscall on x86-64.
49903         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49904         syscall.
49905         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49906         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49907         syscall if possible.
49909 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49911         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49912         e_ident.  Don't pass to find_mapsXX.
49913         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49915 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49917         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49918         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49919         * sysdeps/x86_64/multiarch/strchr.S: Update.
49920         Check bit_slow_BSF bit.
49921         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49922         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49923         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49925 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49927         [BZ #13134]
49928         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49929         before glibc 2.15.
49930         (tryshell): Define.
49931         (__spawni): Change last parameter to be flag.  Test
49932         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49933         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49934         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49935         * posix/spawni.c: Likewise.
49936         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49937         * posix/spawnp.c: Likewise.  Change normal version to use
49938         SPAWN_XFLAGS_USE_PATH.
49939         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49940         SPAWN_XFLAGS_TRY_SHELL.
49942         [BZ #13150]
49943         * posix/glob.h: Remove gcc 1.x support.
49945         [BZ #13068]
49946         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49948 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49950         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49951         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49952         strrchr-sse2-bsf
49953         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49954         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49955         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49956         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49957         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49958         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49960 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49962         * sysdeps/x86_64/wcscmp.S: New file.
49964         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49965         wcscmp-c wcscmp-sse2
49966         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49967         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49968         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49969         * wcsmbs/wcscmp.c: Allow renaming.
49971 2011-09-05  David S. Miller  <davem@davemloft.net>
49973         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49974         stack slot, rather than the struct return pointer slot.
49975         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49976         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49977         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49978         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49980 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49982         * po/ja.po: Update from translation team.
49984         [BZ #13144]
49985         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49986         kernel in 64-bit binaries.
49988 2011-09-01  David S. Miller  <davem@davemloft.net>
49990         * elf/elf.h (HWCAP_SPARC_*): Move to..
49991         * sysdeps/sparc/sysdep.h: this new file and add new values.
49992         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49993         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49994         _DL_HWCAP_COUNT to 24.
49995         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49996         entries.
49997         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49998         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49999         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50000         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50001         instead of magic constants.
50002         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50004 2011-08-31  David S. Miller  <davem@davemloft.net>
50006         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50007         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50008         Reimplement to do errno handling inline.
50009         (SYSCALL_ERROR_HANDLER): New macro.
50010         (__SYSCALL_STRING): Do not do errno handling in asm.
50011         (__CLONE_SYSCALL_STRING): Delete.
50012         (__INTERNAL_SYSCALL_STRING): Delete.
50013         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50014         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50015         (PSEUDO): Reimplement to do errno handling inline.
50016         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50017         (SYSCALL_ERROR_HANDLER): New macro.
50018         (__SYSCALL_STRING): Do not do errno handling in asm.
50019         (__CLONE_SYSCALL_STRING): Delete.
50020         (__INTERNAL_SYSCALL_STRING): Delete.
50021         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50022         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50023         i386.
50024         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50025         (inline_syscall*): Add 'err' argument.
50026         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50027         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50028         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50029         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50031         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50032         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50034 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50036         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50038 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50040         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50041         directive.
50043 2011-08-24  David S. Miller  <davem@davemloft.net>
50045         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50047 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50049         * elf/Makefile: Add rules to build and run unload8 test.
50050         * elf/unload8.c: New file.
50051         * elf/unload8mod1.c: New file.
50052         * elf/unload8mod1x.c: New file.
50053         * elf/unload8mod2.c: New file.
50054         * elf/unload8mod3.c: New file.
50056         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50057         it wasn't used.
50059 2011-08-23  David S. Miller  <davem@davemloft.net>
50061         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50062         subtract stack bias.
50063         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50064         %sp not %fp in calculations.
50065         (_JMPBUF_UNWINDS_ADJ): Likewise.
50067         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50068         (aio_suspend): Call it to force an exception region around the
50069         AIO_MISC_WAIT() invocation.
50071 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50073         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50074         backslash.
50076 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50078         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50079         protection macro.
50080         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50081         and <dl-machine.h>.
50082         (Elf64_FuncDesc): Remove.
50084 2011-08-22  David S. Miller  <davem@davemloft.net>
50086         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50087         sigaltstack check, add missing cfi directives.
50088         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50089         missing cfi directives, and sigaltstack handling.
50091 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50093         [BZ #11724]
50094         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50095         object is seen twice.
50096         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50098         * elf/Makefile (distribute): Add tst-initorder2.c.
50099         (tests): Add tst-initorder2.
50100         (modules-names): Add tst-initorder2a tst-initorder2b
50101         tst-initorder2c tst-initorder2d.  Add rules to build them.
50102         ($(objpfx)tst-initorder2.out): New rule.
50103         * elf/tst-initorder2.c: New file.
50104         * elf/tst-initorder2.exp: New file.
50106 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50108         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50110         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50111         dependencies back to end of function.
50113         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50114         $(elfobjdir)/ld.so.
50116 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50118         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50119         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50120         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50121         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50122         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50123         of __vdso_gettimeofday.
50124         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50125         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50126         attribute_hidden.
50127         (_libc_vdso_platform_setup): Remove initialization of
50128         __vdso_gettimeofday and __vdso_time.
50130 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50132         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50133         and fgetc_unlocked.
50134         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50135         getc_unlocked.
50137         * elf/dl-open.c (add_to_global): Report additions to the global scope
50138         for LD_DEBUG=scopes.
50139         (dl_open_worker): Also print scope of newly loaded dependencies.
50140         (_dl_show_scope): Indicate if there is no scope.
50142         [BZ #13114]
50143         * stdio-common/Makefile (tests): Add bug24.
50144         * stdio-common/bug24.c: New file.
50146 2011-08-19  Andreas Jaeger  <aj@suse.de>
50148         [BZ #13114]
50149         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50150         non-existant file when using close-on-exec mode.
50152 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50155         the very first instruction.
50157         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50158         the CFI state in the end.
50159         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50160         inclusion of dl-trampoline.h.
50161         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50163 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50165         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50166         expectations for long double.
50168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50169         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50171 2011-08-14  David S. Miller  <davem@davemloft.net>
50173         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50174         artificual limit depends upon the system page size.
50176 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50178         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50179         * resolv/Makefile: Define CFLAGS-libresolv.
50181 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50183         * nss/makedb.c (compute_tables): Make variables used in nested
50184         function static.
50186 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50188         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50189         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50190         if buffer was too small.
50192         * elf/pldd.c (main): Attach to all threads in the process.
50193         Rewrite /proc handling to use *at functions.
50195 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50197         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50198         specifies first scope to show.
50199         (dl_open_worker): Update callers.  Move printing scope of new
50200         object to before the relocation.
50201         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50202         * sysdeps/generic/ldsodefs.h: Update declaration.
50204         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50205         string for the scope number.
50207 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50209         * nscd/servicescache.c (cache_addserv): Make sure written is always
50210         initialized.
50212 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50214         * sysdeps/i386/i486/bits/atomic.h
50215         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50216         statement expression, so as to suppress "set but not used" warning.
50217         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50219         * string/strncat.c (STRNCAT): Use prototype definition.
50221         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50222         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50223         -Iprograms here.
50224         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50225         (localedef-modules): Add localedef.
50226         (locale-modules): Add locale.
50228         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50229         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50230         to avoid a warning.
50232 2011-08-14  David S. Miller  <davem@davemloft.net>
50234         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50235         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50237 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50239         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50240         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50241         * elf/rtld.c (dl_main): Set l_name of vDSO.
50242         Call _dl_show_scope when DL_DEBUG_SCOPES.
50243         (process_dl_debug): Recognize scopes flag and also set it for all.
50244         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50245         Declare _dl_show_scope.
50247         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50248         (do_dlopen): Pass caller_dlopen to dl_open.
50249         (__libc_dlopen_mode): Initialize caller_dlopen.
50251         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50252         of libc.  Make tolower call locale-independent.  Optimize a bit by
50253         using isdigit instead of isalnum.
50254         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50256 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50258         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50259         was a dependency or dynamically loaded.
50261 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50263         * intl/l10nflist.c: Allow architecture-specific pop function.
50264         * sysdeps/x86_64/l10nflist.c: New file.
50266         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50267         classification.
50269 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50271         * include/dirent.h: Add libc_hidden_proto for scandirat and
50272         scandirat64.  Don't declare __scandirat64.
50273         * dirent/scandirat.c: Add libc_hidden_def.
50274         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50275         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50277 2011-08-10  David S. Miller  <davem@davemloft.net>
50279         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50280         enum.
50281         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50282         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50283         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50285 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50287         * Versions.def [libc]: Add GLIBC_2.15.
50288         * dirent/Makefile (routines): Add scandirat and scandirat64.
50289         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50290         GLIBC_2.15.
50291         * dirent/dirent.h: Declare scandirat and scandirat64.
50292         * dirent/scandirat.c: New file.
50293         * dirent/scandirat64.c: New file.
50294         * sysdeps/wordsize-64/scandirat.c: New file.
50295         * sysdeps/wordsize-64/scandirat64.c: New file.
50296         * dirent/opendir.c: Define opendirat.
50297         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50298         using scandirat.
50299         * dirent/scandir64.c: Adjust for scandir.c change.
50300         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50301         __scandirat64, and __scandir_cancel_handler.
50302         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50303         additional parameter and use openat instead of open (outside of ld.so).
50304         Add new __opendir as wrapper around __opendirat.
50305         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50306         here without requiring old scandirat implementation.
50308 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50310         * dirent/scandir.c (cancel_handler): Renamed to
50311         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50312         defined.  Adjust users.
50313         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50314         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50316 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50318         * string/test-string.h (IMPL): Use __STRING to expand name and then
50319         stringify it.
50321         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50322         of cleanups.
50324 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50326         * string/Makefile: Update.
50327         (strop-tests): Append strncat.
50328         * string/test-wcscmp.c: New file.
50329         New comprehensive test for wcscmp.
50330         * string/test-strcmp.c: Update.
50331         (WIDE): New define.
50333 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50335         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50336         line.
50338 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50340         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50341         encoding to ACE if AI_IDN.
50343 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50345         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50346         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50348 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50350         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50351         Fix overflow bug in strncat.
50352         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50354         * string/test-strncat.c: Update.
50355         Add new tests for checking overflow bugs.
50357 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50359         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50360         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50361         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50362         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50363         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50364         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50365         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50366         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50367         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50369         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50370         (USE_AS_STRCAT): Define.
50371         Add strcat and strncat support.
50372         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50374 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50376         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50377         __n bigger than INT_MAX+1.
50378         (__strncmp_g): Likewise.
50380 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50382         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50383         * libio/stido.h: Likewise.
50385         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50386         (AF_NFC): Define.
50387         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50388         (AF_NFC): Define.
50390         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50391         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50392         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50393         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50394         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50396         [BZ #13021]
50397         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50398         installed.
50400         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50401         typo.
50402         (_dl_x86_64_save_sse): Likewise.
50404 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50406         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50407         OSXSAVE.
50408         (_dl_x86_64_save_sse): Likewise.
50410         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50412         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50414 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50416         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50417         change.
50418         (_dl_x86_64_save_sse): Use correct AVX check.
50420 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50422         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50423         bug in strncpy/strncat.
50424         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50426 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50428         * string/tester.c (test_strcat): Add tests for different alignments
50429         of source and destination.
50430         (test_strncat): Likewise.
50432 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50434         [BZ #12852]
50435         * posix/glob.c (glob): Check passed in values before using them in
50436         expressions to avoid some overflows.
50437         (glob_in_dir): Likewise.
50439         [BZ #13007]
50440         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50441         check for AVX enablement so that we don't crash with old kernels and
50442         new hardware.
50443         * elf/tst-audit4.c: Add same checks here.
50444         * elf/tst-audit6.c: Likewise.
50446         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50448 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50450         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50452 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50454         * po/cs.po: Update from translation team.
50455         * po/bg.po: Likewise.
50457 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50459         * misc/sys/cdefs.h: Add support for const attribute.
50460         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50461         to gnu_dev_{major,minor,makedev} functions.
50463 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50465         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50467 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50469         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50470         strlen results.
50472 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50474         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50475         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50476         register in order to avoid conflicts with the soft frame pointer
50477         being held in r11 when necessary.
50478         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50479         (INTERNAL_VSYSCALL_NCS): Likewise.
50481 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50483         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50484         * elf/dl-fini.c (_dl_fini): Adjust caller.
50485         * elf/dl-close.c (_dl_close_worker): Likewise.
50486         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50488 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50490         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50491         "aux_cache->nlibs < 0".
50493         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50494         in the reload-count case.
50496 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50498         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50499         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50500         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50501         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50502         * sysdeps/x86_64/multiarch/strcat.S: New file.
50503         * sysdeps/x86_64/multiarch/strncat.S: New file.
50504         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50505         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50506         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50507         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50508         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50509         (USE_AS_STRCAT): Define.
50510         Add strcat and strncat support.
50511         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50512         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50513         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50514         * string/strncat.c: Update.
50515         (USE_AS_STRNCAT): Define.
50516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50517         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50518         and i7.
50519         * sysdeps/x86_64/multiarch/init-arch.h
50520         (bit_Prefer_PMINUB_for_stringop): New.
50521         (index_Prefer_PMINUB_for_stringop): Likewise.
50522         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50523         bit_Prefer_PMINUB_for_stringop.
50525 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50527         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50528         buffer64.
50529         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50530         of casting of buffer.
50531         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50532         buffer32 and buffer64.
50533         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50534         writes instead of casting of buffer.
50535         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50536         buffer32.
50537         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50538         casting of buffer.
50540 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50542         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50544 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50546         * nscd/nscd.c (termination_handler): Don't do anything for a database
50547         if it has not yet been initialized.
50549 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50551         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50553 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50555         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50557 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50559         * po/nl.po: Update from translation team.
50560         * po/sv.po: Likewise.
50562 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50564         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50565         now disallowed by GCC.
50567         * configure.in (use-default-link): Default to yes if a test -shared
50568         link meets our qualifications.
50569         * configure: Regenerated.
50571         * config.make.in (output-format): New variable.
50572         * configure.in: Check for ld --print-output-format support.
50573         * configure: Regenerated.
50574         * Makerules ($(common-objpfx)format.lds)
50575         [$(output-format) != unknown]: Just use $(output-format),
50576         instead of the linker-script munging.
50578 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50580         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50581         of $(common-objpfx)shlib.lds.
50582         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50584         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50585         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50587         * configure.in (-z relro check): Adjust test code to add a large
50588         writable data section after it.
50589         * configure: Regenerated.
50591 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50593         * configure.in (-z relro check): Fix test code to make the variable
50594         truly const.
50595         * configure: Regenerated.
50597 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50599         * nscd/nscd.h (struct traced_file): Define.
50600         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50601         elements.  Add traced_files.
50602         (inotify_fd): Declare.
50603         (register_traced_file): Declare.
50604         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50605         (inotify_fd): Export.
50606         (resolv_conf_descr): Remove.
50607         (nscd_init): Move inotify descriptor creation to main.
50608         Don't register files for notification here.
50609         (register_traced_file): New function.
50610         (invalidate_cache): Don't use reset_res to determine whether to call
50611         res_init, go through the list of registered files.
50612         (main_loop_poll): The inotify descriptors are now stored in the
50613         structures for the traced files.
50614         (main_loop_epoll): Likewise
50615         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50616         to __nss_disable_nscd.
50617         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50618         for a database anymore.  Check the records for all the registered
50619         files instead.
50620         * nss/Makefile (libnss_files-routines): Add files-init.
50621         (libnss_db-routines): Add db-init.
50622         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50623         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50624         * nss/nss_db/db-init.c: New file.
50625         * nss/nss_files/files-init.c: New file.
50626         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50627         __nss_lookup_function.
50628         (__nss_lookup_function): Call nss_load_library.
50629         (nss_load_all_libraries): New function.
50630         (__nss_disable_nscd): Take parameter with callback function for files
50631         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50632         used for the cached services.
50633         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50634         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50635         options for features to all the files in nscd.
50637         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50639 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50641         * csu/elf-init.c (__libc_csu_init): Comment typo.
50643 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50645         * po/pl.po: Update from translation team.
50646         * po/ja.po: Likewise.
50647         * po/ru.po: Likewise.
50648         * po/ko.po: Likewise.
50649         * po/fr.po: Likewise.
50651 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50653         * configure.in (.ctors/.dtors header and trailer check):
50654         Use an empirical test on a built program.
50655         * configure: Regenerated.
50657         * configure.in (-z relro check): Use an empirical test on a built DSO.
50658         Detect, but do not require, on ia64.
50659         * configure: Regenerated.
50661         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50662         Update tests that use readelf to use $READELF instead.
50663         * configure: Regenerated.
50665 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50667         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50668         if the result is not used.
50670 2011-07-05  Andreas Jaeger  <aj@suse.de>
50672         [BZ#9696]
50673         * stdlib/tst-strtod.c: Add testcase.
50675 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50677         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50678         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50679         The latter has a higher limit.  Take additional parameter to pass to
50680         the new function.
50681         (__pathconf): Pass file to __statfs_link_max.
50682         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50683         __statfs_link_max.
50684         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50685         __statfs_link_max.
50687         [BZ #12868]
50688         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50689         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50690         Handle Lustre.
50691         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50692         (__statfs_filesize_max): Likewise.
50693         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50695 2011-07-05  Andreas Jaeger  <aj@suse.de>
50697         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50699 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50701         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50702         `status' variable.
50703         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50704         Likewise.
50706 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50708         * Makefile (strop-tests): Add strncat.
50709         * string/test-strncat.c: New file.
50711 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50713         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50715 2011-06-21  Andreas Jaeger  <aj@suse.de>
50717         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50718         Copy rule from iconvdata/Makefile.
50720 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50722         [BZ #12922]
50723         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50724         but no long options are defined, just return 'W'.
50726 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50728         [BZ #9696]
50729         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50731 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50733         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50734         netgroups to read.
50735         (innetgr): Likewise.
50737 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50739         * config.make.in (install_root): Default to $(DESTDIR).
50741 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50743         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50745 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50747         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50749         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50750         containing directory rather than embedding absolute directory names.
50752         * scripts/check-local-headers.sh: Rewritten using awk.
50753         Match by word, not by line.  Print error messages for matches.
50754         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50756         * Makerules [shlib-lds-flags empty]:
50757         ($(common-objpfx)libc_pic.opts): New target.
50758         ($(common-objpfx)libc_pic.os.clean): New target.
50759         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50761         * config.make.in (OBJCOPY): New variable.
50762         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50763         * configure: Regenerated.
50765         * config.make.in (use-default-link): New variable.
50766         * configure.in (use_default_link): Grok --with-default-link to set it.
50767         * configure: Regenerated.
50768         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50769         (shlib-lds, shlib-lds-flags): Define to empty.
50771         * Makerules (shlib-lds): New variable.
50772         (shlib-lds-flags): New variable.
50773         (build-shlib, build-moduile, build-module-asneeded): Use it.
50774         ($(common-objpfx)libc.so): Use $(shlib-lds).
50775         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50776         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50778         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50779         DT_FLAGS/DT_FLAGS_1 with zero flags.
50781         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50782         linker script munging.
50784 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50786         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50787         as 128-bit value.
50788         * crypt/sha512.c (sha512_process_block): Perform total addition using
50789         128-bit if possible.
50790         (__sha512_finish_ctx): Likewise.
50791         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50792         as 64-bit value.
50793         * crypt/sha256.c (SWAP64): Define.
50794         (sha256_process_block): Perform total addition using 64-bit if
50795         possible.
50796         (__sha256_finish_ctx): Likewise.
50798 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50800         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50801         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50802         * nscd/hstcache.c (cache_addhst): Likewise.
50803         * nscd/grpcache.c (cache_addgr): Likewise.
50804         * nscd/aicache.c (addhstaiX): Likewise
50805         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50807 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50809         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50810         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50811         * nscd/hstcache.c (cache_addhst): Likewise.
50812         * nscd/grpcache.c (cache_addgr): Likewise.
50813         * nscd/aicache.c (addhstaiX): Likewise
50815 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50817         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50818         domain only when needed.
50820 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50822         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50823         is always restored.
50825 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50827         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50828         are re-adding the entry.
50829         * nscd/servicescache.c (cache_addserv): Likewise.
50831 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50833         * sysdeps/generic/dl-irel.h: fix protection against multiple
50834         inclusions.
50835         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50837 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50839         [BZ #12935]
50840         * malloc/memusage.sh: Fix quoting in message.
50841         * debug/xtrace.sh: Likewise.
50843         * configure.in: Remove support for --experimental-malloc option, make
50844         it the default.
50845         * config.make.in: Likewise.
50846         * malloc/Makefile: Likewise.
50848 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50850         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50851         two-byte characters.
50853 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50855         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50856         AC_CACHE_CHECK invocation.
50857         * configure: Regenerated.
50859         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50861 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50863         [BZ #12350]
50864         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50865         bit from old_res_options.
50867         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50869         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50870         value type for setfct.
50872 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50874         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50875         __gettimeofday instead of gettimeofday.
50877 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50879         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50881 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50883         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50885         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50886         info.
50888 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50890         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50891         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50892         strcpy-sse2-unaligned strncpy-sse2-unaligned
50893         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50894         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50895         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50896         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50897         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50898         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50899         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50900         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50901         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50902         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50903         (STRCPY): Support SSE2 and SSSE3 versions.
50905 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50907         [BZ #12874]
50908         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50909         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50910         kernels which artificially limit size of requests.
50912 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50914         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50915         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50916         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50917         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50918         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50919         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50920         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50921         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50922         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50923         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50924         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50925         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50926         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50927         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50928         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50929         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50930         Enable unaligned load optimization for Intel Core i3, i5 and i7
50931         processors.
50932         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50933         Define.
50934         (index_Fast_Unaligned_Load): Define.
50935         (HAS_FAST_UNALIGNED_LOAD): Define.
50937 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50939         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50941 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50943         [BZ #12907]
50944         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50945         until it is clear that the information is realy needed.
50946         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50948 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50952 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50954         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50955         /sys/devices/system/cpu/online if it is usable.
50957         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50958         reading the information from the /proc filesystem to once a second.
50960 2011-06-21  Andreas Jaeger  <aj@suse.de>
50962         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50963         NULL after inclusion of kernel headers.
50965 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50967         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50968         calls to internal_setent.
50970         [BZ #12885]
50971         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50972         addresses using gethostbyname4_r ignore IPv4 addresses.
50974         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50975         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50977         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50979 2011-06-20  David S. Miller  <davem@davemloft.net>
50981         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50982         inclusions.
50983         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50985         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50986         (elf_irel): Use it.
50987         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50988         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50989         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50990         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50991         * sysdeps/x86_64/dl-irel.h: Likewise.
50993         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50994         * elf/dl-sym.c: Likewise.
50996 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50998         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50999         need to dereference resplen2.
51001 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51003         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51005 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51007         * Makeconfig: Define vardbdir and inst_vardbdir.
51008         * nss/Makefile: Add rules to install db-Makefile.
51010         * nss/nss_db/db-XXX.c: Cleanup.
51012         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51013         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51014         GLIBC_PRIVATE.
51015         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51016         * nss/makedb.c: Implement -g option to specify that value strings
51017         are generated and should not be added to table iterated over for
51018         get*ent calls.
51019         * nss/nss_db/db-initgroups.c: New file.
51021         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51022         interface.
51024         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51025         (internal_getgrouplist): Adjust to name change.
51026         Update use_initgroups_entry if this is not the first call.
51027         * nss/databases.def: Add initgroups entry.
51029         * nss/makedb.c (compute_tables): Check result of multiple hash table
51030         sizes to minimize maximum chain length.
51032 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51034         * Versions.def: Add entry for libnss_db.
51035         * shlib-versions: Likewise.
51036         * nss/Makefile: Add rules to build libnss_db.
51037         * nss/Versions: Add libnss_db information.  Organize libnss_files
51038         entries better.
51039         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51040         makedb progra.  Some minor improvements to generate smaller files.
51041         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51042         here from...
51043         * nss/makedb.c: ...here.
51044         Improve database format to be smaller and require less memory at
51045         runtime.
51046         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51047         db anymore.
51048         * nss/nss_db/db-netgrp.c: Likewise.
51049         * nss/nss_db/db-open.c: Likewise.
51050         * nss/nss_files/flies-XXX.x: Adjust comments.
51051         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51052         * nss/nss_files/files-grp.c: Likewise.
51053         * nss/nss_files/files-hosts.c: Likewise.
51054         * nss/nss_files/files-network.c: Likewise.
51055         * nss/nss_files/files-proto.c: Likewise.
51056         * nss/nss_files/files-pwd.c: Likewise.
51057         * nss/nss_files/files-rpc.c: Likewise.
51058         * nss/nss_files/files-service.c: Likewise.
51059         * nss/nss_files/files-sgrp.c: Likewise.
51060         * nss/nss_files/files-spwd.c: Likewise.
51061         * nss/nss_db/db-alias.c: Removed.
51062         * nss/nss_db/dummy-db.h: Removed.
51064 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51066         * nss/makedb.c: Rewritten to not use database library.
51067         * nss/Makefile: Update to build new makedb program.
51069 2011-06-14  Andreas Jaeger  <aj@suse.de>
51071         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51072         memset declaration.
51074 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51076         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51077         tmpbuf.
51079 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51081         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51082         * elf/Makefile ($(objpfx)ld.so): Likewise.
51084         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51085         Don't list ld.so twice in dependencies.
51087         * posix/bug-regex31.c: Include <stdlib.h>.
51089         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51091         * nis/nss_compat/compat-spwd.c
51092         (getspent_next_nss_netgr): Remove unused variable.
51093         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51095         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51096         nonmembers" output to use the right array.
51098         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51100         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51102         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51103         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51104         * catgets/gencat.c (read_input_file): Likewise.
51105         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51107         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51108         variable definition inside #if's controlling its use.
51110         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51112         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51114         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51116         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51117         unreachable code.
51119         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51121         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51122         * configure: Regenerated.
51124         * Makerules: Revert last change.
51125         * elf/Makefile: Likewise.
51127 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51129         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51130         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51131         (reloc-link): Likewise.
51133 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51135         * elf/Makefile: Add rules to build pldd.
51136         * elf/pldd.c: New file.
51137         * elf/pldd-xx.c: New file.
51139 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51141         * version.h: Update for 2.15 development version.
51143 2011-06-07  David S. Miller  <davem@davemloft.net>
51145         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51146         ifuncs.
51147         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51148         elf_machine_lazy_rel): Likewise.
51149         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51150         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51151         elf_machine_lazy_rel): Likewise.
51152         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51153         dl_hwcap via passed in argument.
51154         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51155         Likewise.
51157 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51159         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51161 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51163         [BZ #12849]
51164         * manual/fdl-1.1.texi: New file, verbatim from:
51165         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51166         * manual/lgpl-2.1.texi: New file, verbatim from:
51167         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51168         * manual/Makefile (licenses): New variable, list those new file names.
51169         (texis): Use it.
51170         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51172         * manual/fdl.texi: File removed.
51173         * manual/lesser.texi: File removed.
51174         * manual/libc.texinfo (Copying, Documentation License):
51175         Use new @include file names, put @appendix directive before @include.
51177 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51179         [BZ #12841]
51180         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51181         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51182         (mq_open): Add __NTH.
51184 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51186         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51187         Assume Intel Core i3/i5/i7 processor if AVX is available.
51189 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51191         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51192         typo.
51194 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51196         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51197         memory.  Use alloca_account.  Fix memory leak when retrying.
51199 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51201         * version.h (RELEASE): Bump for 2.14 release.
51202         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51204         * config.make.in (RANLIB): Remove entry.
51206 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51208         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51209         (libc.pot): Work around missing support for .ksh extension in xgettext.
51211         [BZ #12684]
51212         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51213         if both request failed.
51214         (send_dg): In case of server errors clear resplen or *resplen2.
51216         [BZ #12454]
51217         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51218         when there are multiple maps.
51219         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51220         (_dl_fini): Remove test here.
51222         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51224 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51226         [BZ #12350]
51227         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51228         bit from old_res_options.
51229         (gaih_inet): Likewise.
51231         [BZ #11099]
51232         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51233         as signed.
51235         * resolv/res_init.c (res_setoptions): Make the code more compact.
51237         [BZ #11558]
51238         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51239         set RES_USEVC.
51241         [BZ #11634]
51242         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51244         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51246         [BZ #11781]
51247         * malloc/malloc.h: Declare malloc hook variables as volatile.
51249         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51250         in last patch.
51252         [BZ #11799]
51253         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51254         raise in the comment.
51255         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51256         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51257         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51259 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51261         [BZ #12811]
51262         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51263         grow the buffers more if it already has to be sufficient.
51264         (build_wcs_upper_buffer): Likewise.
51265         * posix/regexec.c (check_matching): Likewise.
51266         (clean_state_log_if_needed): Likewise.
51267         (extend_buffers): Don't enlarge buffers beyond size of the input
51268         buffer.
51269         Patches mostly by Emil Wojak <emil@wojak.eu>.
51270         * posix/bug-regex32.c: New file.
51271         * posix/Makefile (tests): Add bug-regex32.
51273         * locale/findlocale.c (_nl_find_locale): Return right away if
51274         _nl_explode_name failed.
51275         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51277         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51279         * debug/xtrace.sh: Unify messages.
51280         * malloc/memusage.sh: Likewise.
51282         [BZ #12813]
51283         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51284         time symbol from vDSO.  Substitute with vsyscall if not available.
51285         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51286         __vdso_time.
51288         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51289         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51290         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51291         Add sendmmsg and internal_sendmmsg.
51292         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51293         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51294         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51296         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51297         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51298         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51300 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51302         [BZ #12813]
51303         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51304         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51305         available.
51306         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51307         __vdso_getcpu.
51309         [BZ #12814]
51310         * iconvdata/Makefile (tests): Add bug-iconv9.
51311         * iconvdata/bug-iconv9.c: New file.
51313 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51315         [BZ #12814]
51316         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51318 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51320         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51321         (struct user_regs_struct): Change intcs field back to cs.
51323 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51325         * po/ja.po: Update from translation team.
51327 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51329         [BZ #12795]
51330         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51331         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51333 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51335         * stdlib/longlong.h: Update from GCC.
51337 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51339         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51340         parameter name.
51341         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51342         Add parameter name.
51343         (__sysconf): Pass it down.
51345 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51347         [BZ #12671]
51348         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51349         some situations.
51350         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51351         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51352         add in in __libc_use_alloca calls.  Adjust callers.
51353         (glob): Use malloc in some situations.
51355         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51356         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51357         pltexit.
51359 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51361         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51362         and CLOCK_BOOTTIME_ALARM.
51364         [BZ #12782]
51365         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51366         is returned.
51368         * string/_strerror.c (__strerror_r): Print negative errors as signed
51369         numbers.
51371         [BZ #12777]
51372         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51373         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51374         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51376         * configure.in: Fix typo in redirection and correct removal of test
51377         files in two cases.
51379         [BZ #12788]
51380         * locale/setlocale.c (new_composite_name): Fix test to check for
51381         identical name of all categories.
51383         [BZ #12792]
51384         * libio/filedoalloc.c (local_isatty): New function.
51385         (_IO_file_doallocate): Use local_isatty.
51386         * stdio-common/perror.c (perror): In case a new stream is used
51387         forward the stream error.
51388         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51389         error flag.
51391 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51393         [BZ #11869]
51394         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51395         alloca.
51396         * include/alloca.h (extend_alloca_account): Define.
51398         [BZ #11857]
51399         * posix/regex.h: Fix comments with documentation of user-accessible
51400         fields after compilation and describe correct free'ing of pattern
51401         after re_compile_pattern.
51402         Patch by Reuben Thomas <rrt@sc3d.org>.
51404 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51406         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51407         and -mno-altivec to prevent the compiler from using Altivec and/or
51408         VSX instructions when the corresponding registers are not available.
51410 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51412         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51414 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51416         * libio/freopen.c (freopen): Use __dup2, not dup2.
51417         * libio/freopen64.c (freopen64): Likewise.
51419 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51421         [BZ #12775]
51422         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51423         * math/Makefile (tests): Add test-powl.
51424         (CFLAGS-test-powl.c): Define.
51425         * math/test-powl.c: New file.
51427 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51429         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51431 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51433         [BZ #11837]
51434         * iconvdata/gb18030.c: Update to GB18020-2005.
51436 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51438         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51439         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51440         Patch by Aharon Robbins <arnold@skeeve.com>.
51442         [BZ #11892]
51443         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51444         on the stack.
51446         [BZ #11895]
51447         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51448         through underflows.
51450         [BZ #12766]
51451         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51452         point to strings before performing equality test for error_one_per_line
51453         mode.
51455         [BZ #11697]
51456         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51458         [BZ #11820]
51459         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51460         (struct user_fpregs_struct): Avoid __uint*_t types.
51462         [BZ #6420]
51463         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51464         symbol info.  Use it instead of calling _dl_addr locally.
51465         (lock_and_info): New function.
51466         (tr_freehook): Call lock_and_info and pass symbol info as additional
51467         parameter to tr_where.
51468         (tr_mallochook): Likewise.
51469         (tr_reallochook): Likewise.
51470         (tr_memalignhook): Likewise.
51472         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51473         used and couldn't be at all thread-safe.
51475 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51477         * libio/freopen.c (freopen): Don't close old file descriptor
51478         before the new one is opened.  Instead dup the new file descriptor
51479         to the old one after the new stream is created.
51480         * libio/freopen64.c (freopen64): Likewise.
51481         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51482         * libio/fileops.c (_IO_new_file_close_it): Handle new
51483         _IO_FLAGS2_NOCLOSE flag.
51484         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51485         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51486         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51487         _IO_FLAGS2_NOCLOSE flag.
51488         * include/unistd.h: Add hidden_proto for dup3.
51489         Define __have_dup3.
51490         * io/dup3.c: Define hidden symbol.
51491         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51493         [BZ #7101]
51494         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51495         when an incomplete long option is used.
51496         * posix/tst-getopt_long1.c: New file.
51497         * posix/Makefile (tests): Add tst-getopt_long1.
51499         [BZ #10138]
51500         * scripts/config.guess: Update from autoconf-2.68.
51501         * scripts/config.sub: Likewise.
51503         [BZ #10157]
51504         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51505         tests into ...
51506         (has_cpuclock): ...this.  New function.
51507         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51508         macro here based on has_cpuclock code.
51510         [BZ #10149]
51511         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51512         First byte (not low byte) is now always NUL.
51513         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51515         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51516         Use non-cancelable interfaces.
51518         [BZ #9809]
51519         * locale/iso-639.def: Add entry for Sorani.
51521         [BZ #11901]
51522         * include/stdlib.h: Move include protection to the right place.
51523         Define abort_msg_s.  Declare __abort_msg with it.
51524         * stdlib/abort.c (__abort_msg): Adjust type.
51525         * assert/assert.c (__assert_fail_base): New function.  Majority
51526         of code from __assert_fail.  Allocate memory for __abort_msg with
51527         mmap.
51528         (__assert_fail): Now call __assert_fail_base.
51529         * assert/assert-perr.c: Remove bulk of implementation.  Use
51530         __assert_fail_base.
51531         * include/assert.hL Declare __assert_fail_base.
51532         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51533         mmap.
51534         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51536 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51538         [BZ #11952]
51539         [BZ #12453]
51540         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51541         until all modules are registered in the DTV.
51542         * elf/Makefile: Add rules to build and run tst-tls19.
51543         * elf/tst-tls19.c: New file.
51544         * elf/tst-tls19mod1.c: New file.
51545         * elf/tst-tls19mod2.c: New file.
51546         * elf/tst-tls19mod3.c: New file.
51547         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51549         [BZ #12083]
51550         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51551         correctly.
51553         [BZ #12601]
51554         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51555         two-byte sequence errors.
51556         * iconvdata/Makefile (tests): Add bug-iconv8.
51557         * iconvdata/bug-iconv8.c: New file.
51559         [BZ #12626]
51560         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51561         buf2 definition.
51563         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51565         [BZ #12432]
51566         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51567         (dummy_getcfa): New function.
51568         (init): Get _Unwind_GetCFA address, use dummy if not found.
51569         (backtrace_helper): In recursion check, also check whether CFA changes.
51570         (__backtrace): Completely initialize arg.
51572         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51573         storing incomplete byte sequence in state object.  Avoid testing for
51574         guaranteed too small input if we know there is enough data available.
51576 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51578         * Makeconfig (+link-pie): Indent.
51579         * Rules (binaries-pie): Define if $(have-fpie) and
51580         $(build-shared).
51581         (binaries-shared): Also filter out $(binaries-pie).
51582         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51583         * nscd/Makefile (others-pie): Add nscd.
51584         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51585         ($(objpfx)nscd): Remove command override.
51586         * login/Makefile (others-pie): Add pt_chown.
51587         ($(objpfx)pt_chown): Remove command override.
51588         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51589         remove command overrides.
51591 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51593         * libio/tst_putwc.c: Fix error messages.
51595         [BZ #12724]
51596         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51597         currently writing and seek to current position when not.
51598         * libio/Makefile (tests): Add bug-fclose1.
51599         * libio/bug-fclose1.c: New file.
51601 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51603         [BZ #12511]
51604         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51605         don't set DF_1_NODELETE here.
51606         (do_lookup_x): When entering new entry test for copy relocation
51607         and if necessary set DF_1_NODELETE flag.
51608         * elf/tst-unique4.cc: New file.
51609         * elf/tst-unique4.h: New file.
51610         * elf/tst-unique4lib.cc: New file.
51611         * elf/Makefile: Add rules to build and run tst-unique4.
51612         Patch by Piotr Bury <pbury@goahead.com>.
51614 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51616         [BZ #12052]
51617         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51619         [BZ #12625]
51620         * misc/mntent_r.c (addmntent): Flush the stream after the output
51622         [BZ #12393]
51623         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51624         (is_trusted_path_normalize): Skip initial colon.  Append slash
51625         to empty buffer.  Duplicate is_trusted_path code but allow
51626         constructed patch to be prefix.
51627         (is_dst): Allow $ORIGIN followed by /.
51628         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51629         Correct testing of result of is_trusted_path_normalize
51630         (decompose_rpath): Fix warning.
51632 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51634         [BZ #11257]
51635         * grp/initgroups.c (internal_getgrouplist): When we found the service
51636         list through the initgroups entry in nsswitch.conf do not always
51637         continue on a successful lookup.  Don't always use the
51638         __nss_group_database value if it is set.
51639         * nss/nsswitch.conf (initgroups): Change action for successful db
51640         lookup to continue for compatibility.
51642 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51644         [BZ #11532]
51645         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51646         and CP774 modules.
51647         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51648         and CP774 modules.
51649         * iconvdata/tst-tables.sh: Likewise.
51650         * iconvdata/cp770.c: New file.
51651         * iconvdata/cp771.c: New file.
51652         * iconvdata/cp772.c: New file.
51653         * iconvdata/cp773.c: New file.
51654         * iconvdata/cp774.c: New file.
51655         * iconvdata/testdata/CP770: New file.
51656         * iconvdata/testdata/CP770..UTF8: New file.
51657         * iconvdata/testdata/CP771: New file.
51658         * iconvdata/testdata/CP771..UTF8: New file.
51659         * iconvdata/testdata/CP772: New file.
51660         * iconvdata/testdata/CP772..UTF8: New file.
51661         * iconvdata/testdata/CP773: New file.
51662         * iconvdata/testdata/CP773..UTF8: New file.
51663         * iconvdata/testdata/CP774: New file.
51664         * iconvdata/testdata/CP774..UTF8: New file.
51666         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51667         END CHARMAP line.
51668         * iconvdata/gen-8bit-gap.sh: Likewise.
51669         * iconvdata/gen-8bit.sh: Likewise.
51671         * locale/iso-639.def: Add ary entry.
51673         [BZ #11258]
51674         * locale/C-translit.h.in: Add U20A1 transliteration.
51676         [BZ #12178]
51677         * locale/iso-639.def: Add wae entry.
51678         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51680         [BZ #12545]
51681         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51682         for n.
51684         [BZ #12711]
51685         * locale/C-translit.h.in: Add entry for U20B9.
51686         Patch by pravin.d.s@gmail.com.
51688 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51690         [BZ #12713]
51691         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51692         ENAMETOOLONG use generic getcwd.
51693         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51694         in rtld.  Use *stat64.
51695         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51696         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51697         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51698         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51699         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51700         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51701         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51702         __fstatat64 macros.
51703         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51704         * dirent/rewinddir.c: Add libc_hidden_def.
51705         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51706         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51708         * include/dirent.h (__alloc_dir): Add flags parameter.
51709         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51710         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51711         __alloc_dir.
51712         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51713         from fdopendir if O_CLOEXEC is already set.
51715 2011-03-15  Alan Modra  <amodra@gmail.com>
51717         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51718         l_tls_firstbyte_offset non-zero.  Save padding offset in
51719         l_tls_firstbyte_offset for later use.
51720         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51721         freeing static tls block.
51723 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51725         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51726         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51727         being defined by the kernel headers.
51729 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51731         [BZ #12734]
51732         * resolv/resolv.h: Define RES_NOTLDQUERY.
51733         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51734         no-tld-query and set RES_NOTLDQUERY.
51735         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51736         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51737         modern BIND to search name as TLD unless forbidden.
51739 2011-05-07  Petr Baudis  <pasky@suse.cz>
51740             Ulrich Drepper  <drepper@gmail.com>
51742         [BZ #12393]
51743         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51744         (is_trusted_path): ...to here.
51745         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51746         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51747         using is_trusted_path_normalize() in setuid scripts.
51749 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51751         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51752         __BEGIN/__END_DECLS.
51754 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51756         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51757         NSS_STATUS_NOTFOUND if no record was found.
51759 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51761         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51762         (headers-not-in-tirpc): Remove rpc/netdb.h
51763         * resolv/netdb.h: Revert last change.
51765 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51767         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51768         circular dependency between libgcc.a and libc.a.
51770 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51772         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51773         * nis/Makefile: Don't install rpcsvc/*.
51774         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51775         instead of <rpc/types.h>.
51776         (MAXHOSTNAMELEN): Define.
51778 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51780         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51782 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51784         [BZ #12714]
51785         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51786         gethostbyname4_r when IPv6 results are possible.
51788 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51790         [BZ #12723]
51791         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51792         _PC_PIPE_BUF handling.
51794 2011-04-30  Bruno Haible  <bruno@clisp.org>
51796         [BZ #12717]
51797         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51798         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51799         to 'int'.
51800         * inet/getnameinfo.c (getnameinfo): Likewise.
51802 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51804         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51805         to groups setting in database lookup.
51806         * nss/nsswitch.conf: Add initgroups entry.
51808 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51810         [BZ #12685]
51811         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51812         mode string.
51813         Patch by Eric Blake <eblake@redhat.com>.
51815 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51817         * sunrpc/Makefile (need-export-routines): Add svc_run.
51818         (routines): Remove svc_run.
51819         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51820         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51821         * sunrpc/svc_run.c (svc_run): Likewise.
51822         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51824 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51826         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51827         problem in reallocation in last patch.
51829 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51831         * sunrpc/Makefile: Move inclusion of Rules.
51833 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51835         * nss/nss_files/files-initgroups.c: New file.
51836         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51837         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51838         _nss_files_initgroups_dyn.
51840 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51842         * elf/elf.h (R_ARM_IRELATIVE): Define.
51844 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51846         * po/ru.po: Update from translation team.
51848 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51850         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51851         dependencies.
51853 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51855         [BZ #12653]
51856         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51857         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51858         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51859         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51860         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51862 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51864         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51865         differing bytes.
51866         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51867         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51868         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51870 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51872         [BZ #12420]
51873         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51874         storing it.
51875         * stdlib/bug-getcontext.c: New file.
51876         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51878 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51880         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51881         instructions into .machine "z9-109".
51882         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51883         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51885 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51887         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51888         between environment variables and auxiliary vector.
51890 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51892         * Makefile: Add rules to build linkobj/libc.so.
51893         * include/libc-symbols.h: Define libc_hidden_nolink.
51894         * include/rpc/auth.h: Mark functions which are to be hidden.
51895         * include/rpc/auth_des.h: Likewise.
51896         * include/rpc/auth_unix.h: Likewise.
51897         * include/rpc/clnt.h: Likewise.
51898         * include/rpc/des_crypt.h: Likewise.
51899         * include/rpc/key_prot.h: Likewise.
51900         * include/rpc/pmap_clnt.h: Likewise.
51901         * include/rpc/pmap_prot.h: Likewise.
51902         * include/rpc/pmap_rmt.h: Likewise.
51903         * include/rpc/rpc_msg.h: Likewise.
51904         * include/rpc/svc.h: Likewise.
51905         * include/rpc/svc_auth.h: Likewise.
51906         * include/rpc/xdr.h: Likewise.
51907         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51908         * nss/Makefile: Likewise.
51909         * sunrpc/Makefile: Don't install headers.  Build library with normal
51910         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51911         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51912         for the compat linking library.  Remove use of INTDEF/INTUSE.
51913         * sunrpc/auth_none.c: Likewise.
51914         * sunrpc/auth_unix.c: Likewise.
51915         * sunrpc/authdes_prot.c: Likewise.
51916         * sunrpc/authuxprot.c: Likewise.
51917         * sunrpc/clnt_gen.c: Likewise.
51918         * sunrpc/clnt_perr.c: Likewise.
51919         * sunrpc/clnt_raw.c: Likewise.
51920         * sunrpc/clnt_simp.c: Likewise.
51921         * sunrpc/clnt_tcp.c: Likewise.
51922         * sunrpc/clnt_udp.c: Likewise.
51923         * sunrpc/clnt_unix.c: Likewise.
51924         * sunrpc/des_crypt.c: Likewise.
51925         * sunrpc/des_soft.c: Likewise.
51926         * sunrpc/get_myaddr.c: Likewise.
51927         * sunrpc/key_call.c: Likewise.
51928         * sunrpc/key_prot.c: Likewise.
51929         * sunrpc/netname.c: Likewise.
51930         * sunrpc/pm_getmaps.c: Likewise.
51931         * sunrpc/pm_getport.c: Likewise.
51932         * sunrpc/pmap_clnt.c: Likewise.
51933         * sunrpc/pmap_prot.c: Likewise.
51934         * sunrpc/pmap_prot2.c: Likewise.
51935         * sunrpc/pmap_rmt.c: Likewise.
51936         * sunrpc/publickey.c: Likewise.
51937         * sunrpc/rpc_cmsg.c: Likewise.
51938         * sunrpc/rpc_common.c: Likewise.
51939         * sunrpc/rpc_dtable.c: Likewise.
51940         * sunrpc/rpc_prot.c: Likewise.
51941         * sunrpc/rpc_thread.c: Likewise.
51942         * sunrpc/rtime.c: Likewise.
51943         * sunrpc/svc.c: Likewise.
51944         * sunrpc/svc_auth.c: Likewise.
51945         * sunrpc/svc_authux.c: Likewise.
51946         * sunrpc/svc_raw.c: Likewise.
51947         * sunrpc/svc_run.c: Likewise.
51948         * sunrpc/svc_simple.c: Likewise.
51949         * sunrpc/svc_tcp.c: Likewise.
51950         * sunrpc/svc_udp.c: Likewise.
51951         * sunrpc/svc_unix.c: Likewise.
51952         * sunrpc/svcauth_des.c: Likewise.
51953         * sunrpc/xcrypt.c: Likewise.
51954         * sunrpc/xdr.c: Likewise.
51955         * sunrpc/xdr_array.c: Likewise.
51956         * sunrpc/xdr_float.c: Likewise.
51957         * sunrpc/xdr_intXX_t.c: Likewise.
51958         * sunrpc/xdr_mem.c: Likewise.
51959         * sunrpc/xdr_rec.c: Likewise.
51960         * sunrpc/xdr_ref.c: Likewise.
51961         * sunrpc/xdr_sizeof.c: Likewise.
51962         * sunrpc/xdr_stdio.c: Likewise.
51964 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51966         [BZ #12650]
51967         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51968         * sysdeps/ia64/dl-tls.h: Likewise.
51969         * sysdeps/powerpc/dl-tls.h: Likewise.
51970         * sysdeps/s390/dl-tls.h: Likewise.
51971         * sysdeps/sh/dl-tls.h: Likewise.
51972         * sysdeps/sparc/dl-tls.h: Likewise.
51973         * sysdeps/x86_64/dl-tls.h: Likewise.
51974         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51976 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51978         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51979         rpath element also skip the following colon.
51980         (expand_dynamic_string_token): Add is_path parameter and pass
51981         down to DL_DST_REQUIRED and _dl_dst_substitute.
51982         (decompose_rpath): Call expand_dynamic_string_token with
51983         non-zero is_path.  Ignore empty rpaths.
51984         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51985         with zero is_path.
51987 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51990         Make cancelable.
51992 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51994         [BZ #12655]
51995         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51996         Patch by Filipe David Manana <fdmanana@apache.org>.
51998 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52000         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52001         Maintain aligned stack.
52002         (CHECK_RSP): Remove unused macro.
52004 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52006         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52007         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52009 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52011         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52013         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52015 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52017         [BZ #12518]
52018         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52019         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52020         * sysdeps/x86_64/memmove.c: New file.
52021         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52022         (memcpy): Renamed to ...
52023         (__new_memcpy): This.
52024         (memcpy): Provide GLIBC_2_14 memcpy.
52025         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52026         (memcpy): Provide GLIBC_2_2_5 memcpy.
52028 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52030         [BZ #12631]
52031         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52033 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52035         * misc/syncfs.c: New file.
52036         * misc/Makefile (routines): Add syncfs.
52037         * posix/unistd.h: Declare syncfs.
52038         * sysdeps/unix/syscalls.list: Add syncfs.
52040 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52042         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52043         open_by_handle_at.
52044         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52045         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52046         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52047         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52048         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52049         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52050         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52052 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52054         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52055         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52056         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52057         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52058         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52059         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52060         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52062         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52063         sync_file_range.c with -fexceptions.
52064         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52065         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52066         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52067         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52068         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52069         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52070         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52071         sync_file_range as cancellation point
52072         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52073         now a wrapper around __call_sync_file_range with cancellation handling.
52074         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52075         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52076         function name to __call_sync_file_range.
52077         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52078         Add call_sync_file_range.
52080 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52082         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52083         bits/timex.h.
52085 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52087         * iconv/iconv.h: Fix typo in comment.
52088         * io/fcntl.h: Likewise.
52089         * libio/stdio.h: Likewise.
52090         * posix/spawn.h: Likewise.
52091         * posix/unistd.h: Likewise.
52092         * stdlib/stdlib.h: Likewise.
52093         * time/time.h: Likewise.
52094         * wcsmbs/wchar.h: Likewise.
52096         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52097         open_by_handle): Add.
52098         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52099         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52100         Augment a few comments.
52101         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52102         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52103         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52104         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52105         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52106         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52107         open_by_handle.
52109         * io/fcntl.h (AT_EMPTY_PATH): Define.
52111 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52113         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52114         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52115         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52116         to...
52117         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52118         * Versions.def: Add GLIBC_2.14.
52119         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52120         Export.
52122 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52124         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52125         round counter.
52126         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52128 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52130         [BZ #12597]
52131         * string/test-strncmp.c (do_page_test): New function.
52132         (check2): Likewise.
52133         (test_main): Call check2.
52134         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52136 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52138         [BZ #12587]
52139         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52140         Handle cache information in CPU leaf 4.
52141         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52143 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52145         [BZ #12583]
52146         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52147         character representation.
52148         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52150 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52152         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52153         END(__isnan) to END(__isnanf) to match function entry point/label
52154         EALIGN(__isnanf,...).
52156 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52158         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52160 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52162         [BZ #12510]
52163         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52164         copy from the symbol referenced in the relocation to initialize the
52165         used variable.
52166         Patch by Piotr Bury <pbury@goahead.com>.
52167         * elf/Makefile: Add rules to build and tst-unique3.
52168         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52169         * elf/tst-unique3.cc: New file.
52170         * elf/tst-unique3.h: New file.
52171         * elf/tst-unique3lib.cc: New file.
52172         * elf/tst-unique3lib2.cc: New file.
52174         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52176 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52178         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52179         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52180         to _start.
52182 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52184         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52185         to-be-loaded object along a path to loader is ld.so.
52187 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52188             Ulrich Drepper  <drepper@gmail.com>
52190         * sysdeps/x86_64/memset.S: After aligning destination, code
52191         branches to different locations depending on the value of
52192         misalignment, when multiarch is enabled. Fix this.
52194 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52196         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52197         Set _x86_64_preferred_memory_instruction for AMD processsors.
52198         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52199         Set bit_Prefer_SSE_for_memop for AMD processors.
52201 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52203         * libio/fmemopen.c (fmemopen): Optimize a bit.
52205 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52207         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52209 2011-03-03  Roland McGrath  <roland@redhat.com>
52211         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52213 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52215         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52216         __bzero_ultra1 instead of __memset_ultra1.
52218 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52219             Ulrich Drepper  <drepper@gmail.com>
52221         [BZ #12509]
52222         * include/link.h (struct link_map): Add l_orig_initfini.
52223         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52224         returning unsuccessfully.
52225         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52226         close of a file loaded at startup, restore the original l_initfini
52227         list.
52228         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52229         list, store the pointer.
52230         * elf/Makefile ($(objpfx)noload-mem): New rule.
52231         (noload-ENV): Define.
52232         (tests): Add $(objpfx)noload-mem.
52233         * elf/noload.c: Include <memcheck.h>.
52234         (main): Call mtrace.  Close all opened handles.
52236 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52238         [BZ #12454]
52239         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52240         dependencies are missing.
52242 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52244         Fix __if_freereq crash: Unlike the generic version which uses free,
52245         Hurd needs munmap.
52246         * sysdeps/mach/hurd/ifreq.h: New file.
52248 2011-01-27  Petr Baudis  <pasky@suse.cz>
52249             Ulrich Drepper  <drepper@gmail.com>
52251         [BZ 12445]#
52252         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52253         to extend_alloca().
52254         * stdio-common/bug23.c: New file.
52255         * stdio-common/Makefile (tests): Add bug23.
52257 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52258             Ulrich Drepper  <drepper@gmail.com>
52260         [BZ #12489]
52261         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52262         before performing relro protection.  At old place add assertion
52263         to make sure nothing changed.
52265 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52266             Glauber de Oliveira Costa  <glommer@gmail.com>
52268         * elf/elf.h: Add new ARM TLS relocs.
52270 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52273         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52274         cast from r3.
52275         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52276         'tests' variable.
52277         * sysdeps/wordsize-64/tst-writev.c: New file.
52279 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52281         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52282         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52283         insns in _dl_start to prevent a TOC reference before relocs are
52284         resolved.
52286 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52288         [BZ #12469]
52289         * Makeconfig: Remove RANLIB definition.
52290         * Makerules: Don't use RANLIB.
52291         * aclocal.m4: Remove ranlib test.
52292         * configure.in: No need to check for ranlib.
52293         * elf/rtld-Rules: Don't use RANLIB.
52295 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52297         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52298         protection macro.
52299         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52300         inclusion protection macro.
52302         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52303         SIGRTMIN and SIGRTMAX and print information in that case only when
52304         SIGRTMIN is defined.
52306 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52308         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52309         arginfo fn returning -1.
52311         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52312         and thousands string is zero terminated.
52314 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52316         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52317         sysdeps/unix/sysv/linux/bits/socket.h.
52319 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52321         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52322         (__CPU_COUNT): Remove old macros.
52323         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52324         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52325         (__CPU_ALLOC, __CPU_FREE): Add macros.
52326         (__sched_cpualloc, __sched_cpufree): Add declarations.
52328 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52330         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52331         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52332         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52333         (readdhstai): Return value of addhstaiX call.
52334         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52335         (addgrbyX): Return value returned by cache_addgr.
52336         (readdgrbyname): Return value returned by addgrbyX.
52337         (readdgrbygid): Likewise.
52338         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52339         (addpwbyX): Return value returned by cache_addpw.
52340         (readdpwbyname): Return value returned by addhstbyX.
52341         (readdpwbyuid): Likewise.
52342         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52343         (addservbyX): Return value returned by cache_addserv.
52344         (readdservbyname): Return value returned by addservbyX:
52345         (readdservbyport): Likewise.
52346         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52347         (addhstbyX): Return value returned by cache_addhst.
52348         (readdhstbyname): Return value returned by addhstbyX.
52349         (readdhstbyaddr): Likewise.
52350         (readdhstbynamev6): Likewise.
52351         (readdhstbyaddrv6): Likewise.
52352         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52353         (readdinitgroups): Return value returned by addinitgroupsX.
52354         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52355         (prune_cache): Keep track of timeout value of re-added entries.
52356         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52357         * nscd/nscd.h: Adjust prototypes of readd* functions.
52359 2011-02-04  Roland McGrath  <roland@redhat.com>
52361         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52362         (nis_stats): Likewise.
52363         * nis/nis_modify.c (nis_modify): Likewise.
52364         * nis/nis_remove.c (nis_remove): Likewise.
52365         * nis/nis_add.c (nis_add): Likewise.
52367         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52369         * posix/fnmatch_loop.c: Add some consts.
52371         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52373 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52375         [BZ #12460]
52376         * config.make.in (config-cflags-novzeroupper): Define.
52377         * configure.in: Substitute libc_cv_cc_novzeroupper.
52378         * elf/Makefile (AVX-CFLAGS): Define.
52379         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52380         (CFLAGS-tst-auditmod4a.c): Likewise.
52381         (CFLAGS-tst-auditmod4b.c): Likewise.
52382         (CFLAGS-tst-auditmod6b.c): Likewise.
52383         (CFLAGS-tst-auditmod6c.c): Likewise.
52384         (CFLAGS-tst-auditmod7b.c): Likewise.
52385         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52387 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52389         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52390         function to the callback.
52391         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52393 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52395         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52396         of errno.
52398 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52400         [BZ #11724]
52401         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52402         of constructors.
52403         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52404         of destructors.
52405         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52407         [BZ #11724]
52408         * elf/Makefile: Add rules to build and run new test.
52409         * elf/tst-initorder.c: New file.
52410         * elf/tst-initorder.exp: New file.
52411         * elf/tst-initordera1.c: New file.
52412         * elf/tst-initordera2.c: New file.
52413         * elf/tst-initordera3.c: New file.
52414         * elf/tst-initordera4.c: New file.
52415         * elf/tst-initorderb1.c: New file.
52416         * elf/tst-initorderb2.c: New file.
52417         * elf/tst-order-a1.c: New file.
52418         * elf/tst-order-a2.c: New file.
52419         * elf/tst-order-a3.c: New file.
52420         * elf/tst-order-a4.c: New file.
52421         * elf/tst-order-b1.c: New file.
52422         * elf/tst-order-b2.c: New file.
52423         * elf/tst-order-main.c: New file.
52424         New test case by George Gensure <werkt0@gmail.com>.
52426 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52428         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52429         decoding ACE if AI_CANONIDN.
52431 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52433         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52435 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52437         * version.h (RELEASE): Bump for 2.13 release.
52438         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52440         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52442         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52443         MADV_NOHUGEPAGE.
52444         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52445         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52446         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52447         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52448         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52449         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52451         * posix/getconf.c: Update copyright year.
52452         * catgets/gencat.c: Likewise.
52453         * csu/version.c: Likewise.
52454         * debug/catchsegv.sh: Likewise.
52455         * debug/xtrace.sh: Likewise.
52456         * elf/ldconfig.c: Likewise.
52457         * elf/ldd.bash.in: Likewise.
52458         * elf/sprof.c (print_version): Likewise.
52459         * iconv/iconv_prog.c: Likewise.
52460         * iconv/iconvconfig.c: Likewise.
52461         * locale/programs/locale.c: Likewise.
52462         * locale/programs/localedef.c: Likewise.
52463         * malloc/memusage.sh: Likewise.
52464         * malloc/mtrace.pl: Likewise.
52465         * nscd/nscd.c (print_version): Likewise.
52466         * nss/getent.c: Likewise.
52468         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52469         PF_CAIF, and PF_ALG.
52470         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52472 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52474         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52475         (modules-names): Use them.
52476         (ifunc-test-modules, ifunc-pie-tests): Define.
52477         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52478         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52479         (test-extras): Likewise.
52480         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52481         $(compile-command.c).
52482         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52483         (all-built-dso): Define.
52484         (check-textrel.out, check-execstack.out): Depend on it.
52486         * configure.in: Don't override --enable-multi-arch.
52488 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52490         [BZ #6812]
52491         * nscd/hstcache.c (tryagain): Define.
52492         (cache_addhst): Return tryagain not notfound for temporary errors.
52493         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52494         failed.
52496 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52498         [BZ #10563]
52499         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52500         to make the syscall.
52501         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52503         [BZ #12378]
52504         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52505         and fall back to matching as normal character if the string ends before
52506         the matching ']' is found.  This is what POSIX requires.
52507         * posix/testfnm.c: Adjust test result.
52508         * posix/globtest.sh: Adjust test result.  Add new test.
52509         * posix/tst-fnmatch.input: Likewise.
52510         * posix/tst-fnmatch2.c: Add new test.
52512 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52514         * elf/Makefile (check-execstack): Revert last change.  Depend on
52515         check-execstack.h.
52516         (check-execstack.h): New target.
52517         (generated): Add check-execstack.h.
52518         * elf/check-execstack.c: Include "check-execstack.h".
52519         (main): Revert last change.
52520         (handle_file): Return zero if GNU_STACK is absent and
52521         DEFAULT_STACK_PERMS doesn't include PF_X.
52523 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52525         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52526         in child fails because the descriptor is already closed.
52527         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52528         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52529         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52531         [BZ #12397]
52532         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52533         syscall.
52535         [BZ #10484]
52536         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52537         temporary buffer used to handle multi lookups locally.
52538         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52540 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52542         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52543         loader is ld.so.
52545 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52547         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52548         alignment for SSE2.
52550 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52552         [BZ #12394]
52553         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52554         characters.  When rounding increased number of integer digits recompute
52555         number of groups.
52556         * stdio-common/tst-grouping.c: New file.
52557         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52559 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52561         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52562         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52564         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52565         void.
52566         * bits/select.h: Likewise.
52568 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52570         * po/ja.po: Update from translation team.
52572 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52574         [BZ #11155]
52575         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52576         implementation just like for lxstat, fxstatat, et al.
52578 2010-12-27  Jim Meyering  <meyering@redhat.com>
52580         [BZ #12348]
52581         * posix/regexec.c (build_trtable): Return failure indication upon
52582         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52584 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52586         [BZ #12201]
52587         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52588         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52589         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52590         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52592         [BZ #12207]
52593         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52595         [BZ #12204]
52596         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52597         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52599 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52601         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52602         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52603         script has SORT_BY_INIT_PRIORITY.
52604         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52605         NO_CTORS_DTORS_SECTIONS is defined.
52606         * elf/soinit.c: Likewise.
52607         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52608         NO_CTORS_DTORS_SECTIONS is defined.
52609         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52610         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52611         * sysdeps/sh/init-first.c: Likewise.
52612         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52614 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52616         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52617         always use the slow path.
52619 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52621         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52622         similar rule which adds the sysdep directories to the header search in
52623         order to pick up the correct platform stackinfo.h.
52624         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52625         perform test if it is, otherwise return successfully without testing.
52626         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52627         DEFAULT_STACK_PERMS define in stackinfo.h.
52628         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52629         defined in stackinfo.h.
52630         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52631         DEFAULT_STACK_PERMS defined in stackinfo.h.
52632         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52633         * sysdeps/ia64/stackinfo.h: Likewise.
52634         * sysdeps/s390/stackinfo.h: Likewise.
52635         * sysdeps/sh/stackinfo.h: Likewise.
52636         * sysdeps/sparc/stackinfo.h: Likewise.
52637         * sysdeps/x86_64/stackinfo.h: Likewise.
52638         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52639         PF_X for powerpc64.  Retain PF_X for powerpc32.
52641 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52643         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52644         accurately.
52645         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52646         GETDENTS_64BIT_ALIGNED.
52648 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52650         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52652 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52654         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52655         _GNU_SOURCE.
52657         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52658         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52659         Remove __restrict.
52660         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52661         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52663 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52665         [BZ #11655]
52666         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52667         are initialized.
52669 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52671         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52673 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52675         * po/it.po: Update from translation team.
52677 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52679         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52680         unused codes.
52682 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52684         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52686 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52688         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52689         specially.
52690         (gaih_getanswer_slice): Likewise.
52692 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52694         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52696 2010-05-31  Petr Baudis  <pasky@suse.cz>
52698         [BZ #11149]
52699         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52700         silently even in the chroot mode.
52702 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52704         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52705         last patch a bit.  Pretty printing
52707 2010-05-31  Petr Baudis <pasky@suse.cz>
52709         [BZ #10085]
52710         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52711         initialization of skip_initgroups_dyn.
52713 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52715         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52716         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52718 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52720         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52722 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52724         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52725         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52726         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52727         ($(objpfx)tst-fnmatch-mem): New rule.
52728         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52729         * posix/tst-fnmatch.c (main): Call mtrace.
52731 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52733         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52734         Support Intel processor model 6 and model 0x2c.
52736 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52738         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52739           signed comparison.
52741 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52743         [BZ #12205]
52744         * string/test-strncasecmp.c (check_result): New function.
52745         (do_one_test): Use it.
52746         (check1): New function.
52747         (test_main): Use it.
52748         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52749         Support strcasecmp and strncasecmp.
52751 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52753         [BZ #12194]
52754         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52755         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52757 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52759         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52760         IFUNC support.
52761         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52762         memset-x86-64.
52763         * sysdeps/x86_64/multiarch/bzero.S: New file.
52764         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52765         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52766         * sysdeps/x86_64/multiarch/memset.S: New file.
52767         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52768         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52769         Set bit_Prefer_SSE_for_memop for Intel processors.
52770         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52771         Define.
52772         (index_Prefer_SSE_for_memop): Define.
52773         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52775 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52777         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52778         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52780 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52782         [BZ #12191]
52783         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52784         (__x86_64_raw_data_cache_size_half): Likewise.
52785         (__x86_64_raw_shared_cache_size): Likewise.
52786         (__x86_64_raw_shared_cache_size_half): Likewise.
52788         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52789         (__x86_64_raw_data_cache_size_half): Likewise.
52790         (__x86_64_raw_shared_cache_size): Likewise.
52791         (__x86_64_raw_shared_cache_size_half): Likewise.
52792         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52793         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52794         and __x86_64_raw_shared_cache_size_half.  Round
52795         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52796         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52797         to multiple of 256 bytes.
52799 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52801         [BZ #12167]
52802         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52803         of inacessible symlinks.  Verify result of symlink before returning it.
52804         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52805         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52807 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52809         * math/math.h (isinf): Fix typo in comment.
52811 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52813         * po/da.po: Update from translation team.
52815 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52817         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52818         is added to the list.
52820 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52821             Ulrich Drepper  <drepper@gmail.com>
52823         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52824         the global list here.  Move code to...
52825         (_dl_add_to_namespace_list): ...here.  New function.
52826         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52827         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52828         * elf/dl-load.c (lose): Don't remove the element from the list.
52829         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52830         (_dl_map_object): Likewise.
52832 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52834         [BZ #12159]
52835         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52836         into all bytes of SSE register.
52837         Patch by Richard Li <richardpku@gmail.com>.
52839 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52841         [BZ #12140]
52842         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52843         perturbing.
52845 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52847         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52848         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52849         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52850         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52852         submachine.
52853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52855 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52857         * include/dlfcn.h (__RTLD_SECURE): Define.
52858         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52859         mode & __RTLD_SECURE instead.
52860         (open_path): Rename preloaded parameter to secure.
52861         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52862         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52863         * elf/dl-deps.c (openaux): Likewise.
52864         * elf/rtld.c (struct map_args): Remove is_preloaded.
52865         (map_doit): Don't use it.
52866         (dl_main): Likewise.
52867         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52868         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52870 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52872         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52873         (sysd-rules-targets): Remove duplicates.
52874         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52875         rtld-%.$o dependency.
52877 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52879         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52880         _dl_map_object do it.
52882 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52884         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52885         fast fma builtins, define the macros in the C99 standard.
52886         (FP_FAST_FMAF): Likewise.
52887         (FP_FAST_FMAL): Likewise.
52888         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52890         * bits/mathdef.h: Update copyright year.
52891         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52893 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52895         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52896         builtins, define the macros in the C99 standard.
52897         (FP_FAST_FMAF): Likewise.
52898         (FP_FAST_FMAL): Likewise.
52899         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52900         multiply/add.
52901         (FP_FAST_FMAF): Likewise.
52903 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52905         [BZ #3268]
52906         * math/libm-test.inc (fma_test): Some new testcases.
52907         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52908         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52909         y and infinite z.  Do multiplication by C already in long double.
52910         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52911         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52912         y and infinite z.  Do bitwise or of inexact bit into u.d.
52913         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52914         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52915         * sysdeps/i386/fpu/s_fma.S: Removed.
52916         * sysdeps/i386/fpu/s_fmal.S: Removed.
52918 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52920         [BZ #3268]
52921         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52922         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52923         computation is not scheduled after fetestexcept.  Fix value
52924         of minimum denormal long double.
52926 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52928         [BZ #3268]
52929         * math/libm-test.inc (fma_test): Add some more tests.
52930         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52931         correctly.
52933 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52935         * scripts/data/localplt-s390-linux-gnu.data: New file.
52936         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52938 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52940         [BZ #3268]
52941         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52942         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52943         instead of dbl-64.
52944         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52945         inlines.
52946         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52947         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52948         if one of x and y is very large and the other is subnormal.
52949         * sysdeps/s390/fpu/s_fmaf.c: New file.
52950         * sysdeps/s390/fpu/s_fma.c: New file.
52951         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52952         * sysdeps/powerpc/fpu/s_fma.S: New file.
52953         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52954         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52955         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52957 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52959         [BZ #3268]
52960         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52961         fma tests.
52962         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52963         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52964         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52965         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52966         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52967         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52968         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52970 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52972         [BZ #12078]
52973         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52974         * posix/bug-regex31.input: Add test case.
52976 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52978         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52979         * posix/bug-regex31.input: New file.
52981         [BZ #12078]
52982         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52983         (parse_sub_exp): Fix last change, use postorder.
52985         * posix/bug-regex31.c: New file.
52986         * posix/Makefile: Add rules to build and run bug-regex31.
52988         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52990         [BZ #12078]
52991         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52993         [BZ #12108]
52994         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52995         to have entries in sys_siglist.
52997         [BZ #12093]
52998         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52999         be NULL.
53001 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53003         [BZ #3268]
53004         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53005         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53006         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53007         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53008         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53009         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53010         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53011         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53012         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53013         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53014         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53015         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53016         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53017         * math/ftestexcept.c (fetestexcept): Likewise.
53018         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53019         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53020         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53021         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53022         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53023         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53024         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53026 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53028         [BZ #12107]
53029         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53030         newline.
53032 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53034         * string/bug-strstr1.c: New file.
53035         * string/Makefile: Add rules to build and run bug-strstr1.
53037 2010-10-05  Eric Blake  <eblake@redhat.com>
53039         [BZ #12092]
53040         * string/str-two-way.h (two_way_long_needle): Always clear memory
53041         when skipping input due to the shift table.
53043 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53045         [BZ #12005]
53046         * malloc/mcheck.c: Handle large requests.
53048         [BZ #12077]
53049         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53050         for strncmp and strncasecmp.
53051         * string/stratcliff.c: Add tests for strcmp and strncmp.
53052         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53054 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53056         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53057         __set_fpscr.
53059 2010-09-30  Andreas Jaeger  <aj@suse.de>
53061         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53062         (CGROUP_SUPER_MAGIC): Define.
53063         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53064         Handle btrfs and cgroup file systems.
53065         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53066         Likewise.
53068 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53070         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53071         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53073 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53075         [BZ #12067]
53076         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53077         trying to locate the ELF header.
53079 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53081         [BZ #11611]
53082         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53083         Mask out sign-bit copies when constructing f_fsid.
53085 2010-09-24  Petr Baudis <pasky@suse.cz>
53087         * debug/stack_chk_fail_local.c: Add missing licence exception.
53088         * debug/warning-nop.c: Likewise.
53090 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53092         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53093         implementing getdents64 using getdents syscall, set d_type if
53094         __ASSUME_GETDENTS32_D_TYPE.
53096 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53098         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53099         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53101 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53103         [BZ #12037]
53104         * posix/unistd.h: Undo change of feature selection for ftruncate from
53105         2010-01-11.
53107 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53109         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53110         detection.
53112 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53114         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53115         fanotify_mark.
53116         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53118 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53120         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53121         variables after CHECK_SP call.
53122         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53124 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53125             Ulrich Drepper  <drepper@redhat.com>
53127         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53128         re-relocationg ld.so.
53129         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53130         _dl_init_paths call.
53131         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53132         here anymore.
53134 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53136         * resolv/res_init.c (__res_vinit): Count the default server we added.
53138 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53139             Ulrich Drepper  <drepper@redhat.com>
53141         [BZ #11968]
53142         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53143         (____longjmp_chk): Use %ebx for saving value across system call.
53144         Add unwind info.
53146 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53148         * manual/Makefile: Don't mix pattern rules with normal rules.
53150 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53152         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53153         operation.
53154         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53155         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53156         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53157         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53158         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53159         Likewise.
53161 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53163         [BZ #11979]
53164         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53165         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53167 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53169         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53170         * sysdeps/x86_64/addmul_1.S: Likewise.
53171         * sysdeps/x86_64/lshift.S: Likewise.
53172         * sysdeps/x86_64/mul_1.S: Likewise.
53173         * sysdeps/x86_64/rshift.S: Likewise.
53174         * sysdeps/x86_64/sub_n.S: Likewise.
53175         * sysdeps/x86_64/submul_1.S: Likewise.
53177 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53179         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53180         Define __sched_param instead of SCHED_* and sched_param when
53181         <bits/sched.h> is included with __need_schedparam defined.
53182         * bits/sched.h [__need_schedparam]
53183         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53184         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53185         (__defined_schedparam): Define to 1.
53186         (__sched_param): New structure, identical to sched_param.
53187         (__need_schedparam): Undefine.
53189 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53191         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53192         (epoll_create1): Declare.
53194         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53196 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53198         [BZ #7066]
53199         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53200         shifting retval into place.
53202 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53204         * nis/rpcsvc/nis.h: Update copyright notice.
53205         * nis/rpcsvc/nis.x: Likewise.
53206         * nis/rpcsvc/nis_callback.h: Likewise.
53207         * nis/rpcsvc/nis_callback.x: Likewise.
53208         * nis/rpcsvc/nis_object.x: Likewise.
53209         * nis/rpcsvc/nis_tags.h: Likewise.
53210         * nis/rpcsvc/yp.h: Likewise.
53211         * nis/rpcsvc/yp.x: Likewise.
53212         * nis/rpcsvc/ypupd.h: Likewise.
53213         * nis/yp_xdr.c: Likewise.
53214         * nis/ypupdate_xdr.c: Likewise.
53216         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53217         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53218         (pmap_getport): Use __libc_rpc_getport.
53219         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53220         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53221         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53223 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53226         fanotify_mark.
53228 2010-08-27  Roland McGrath  <roland@redhat.com>
53230         * sysdeps/i386/i686/multiarch/Makefile
53231         (CFLAGS-varshift.c): New variable.
53233 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53235         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53236         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53238         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53240         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53242 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53244         * sysdeps/x86_64/strlen.S: Unroll the loop.
53245         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53246         strlen-sse2 strlen-sse2-bsf.
53247         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53248         __strlen_no_bsf if bit_Slow_BSF is set.
53249         (__strlen_sse42): Removed.
53250         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53251         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53253 2010-08-25  Roland McGrath  <roland@redhat.com>
53255         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53256         * sysdeps/x86_64/multiarch/varshift.c: New file.
53257         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53258         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53259         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53260         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53262 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53264         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53265         strlen-sse2 strlen-sse2-bsf.
53266         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53267         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53268         (__strlen_sse2): Removed.
53269         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53270         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53271         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53272         bit_Slow_BSF for Atom.
53273         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53274         (index_Slow_BSF): Define.
53275         (HAS_SLOW_BSF): Define.
53277 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53279         [BZ #10851]
53280         * resolv/res_init.c (__res_vinit): When no server address at all
53281         is given default to loopback.
53283 2010-08-24  Roland McGrath  <roland@redhat.com>
53285         * configure.in: Remove config-name.h generation.
53286         * configure: Regenerated.
53287         * config-name.in: File removed.
53288         * scripts/config-uname.sh: New file.
53289         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53290         ($(objdir)config-name.h): New target.
53292         * sunrpc/rpc_parse.h: Avoid nested comment.
53294 2010-08-24  Richard Henderson  <rth@redhat.com>
53295             Ulrich Drepper  <drepper@redhat.com>
53296             H.J. Lu  <hongjiu.lu@intel.com>
53298         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53299         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53300         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53301         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53302         _mm_alignr_epi8 with _mm_loadu_si128.
53303         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53304         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53305         (__m128i_shift_right): Removed.
53306         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53307         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53308         * sysdeps/x86_64/multiarch/varshift.h: New file.
53309         * sysdeps/x86_64/multiarch/varshift.S: New file.
53311 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53313         * configure.in: Move assembler checks to before sysdep dir checking.
53315 2010-08-20  Petr Baudis  <pasky@suse.cz>
53317         * LICENSES: Sync the sunrpc license.
53319 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53321         * sunrpc/auth_des.c: Update copyright notice once again.
53322         * sunrpc/auth_none.c: Likewise.
53323         * sunrpc/auth_unix.c: Likewise.
53324         * sunrpc/authdes_prot.c: Likewise.
53325         * sunrpc/authuxprot.c: Likewise.
53326         * sunrpc/bindrsvprt.c: Likewise.
53327         * sunrpc/clnt_gen.c: Likewise.
53328         * sunrpc/clnt_perr.c: Likewise.
53329         * sunrpc/clnt_raw.c: Likewise.
53330         * sunrpc/clnt_simp.c: Likewise.
53331         * sunrpc/clnt_tcp.c: Likewise.
53332         * sunrpc/clnt_udp.c: Likewise.
53333         * sunrpc/clnt_unix.c: Likewise.
53334         * sunrpc/des_crypt.c: Likewise.
53335         * sunrpc/des_soft.c: Likewise.
53336         * sunrpc/get_myaddr.c: Likewise.
53337         * sunrpc/getrpcport.c: Likewise.
53338         * sunrpc/key_call.c: Likewise.
53339         * sunrpc/key_prot.c: Likewise.
53340         * sunrpc/openchild.c: Likewise.
53341         * sunrpc/pm_getmaps.c: Likewise.
53342         * sunrpc/pm_getport.c: Likewise.
53343         * sunrpc/pmap_clnt.c: Likewise.
53344         * sunrpc/pmap_prot.c: Likewise.
53345         * sunrpc/pmap_prot2.c: Likewise.
53346         * sunrpc/pmap_rmt.c: Likewise.
53347         * sunrpc/rpc/auth.h: Likewise.
53348         * sunrpc/rpc/auth_unix.h: Likewise.
53349         * sunrpc/rpc/clnt.h: Likewise.
53350         * sunrpc/rpc/des_crypt.h: Likewise.
53351         * sunrpc/rpc/key_prot.h: Likewise.
53352         * sunrpc/rpc/netdb.h: Likewise.
53353         * sunrpc/rpc/pmap_clnt.h: Likewise.
53354         * sunrpc/rpc/pmap_prot.h: Likewise.
53355         * sunrpc/rpc/pmap_rmt.h: Likewise.
53356         * sunrpc/rpc/rpc.h: Likewise.
53357         * sunrpc/rpc/rpc_des.h: Likewise.
53358         * sunrpc/rpc/rpc_msg.h: Likewise.
53359         * sunrpc/rpc/svc.h: Likewise.
53360         * sunrpc/rpc/svc_auth.h: Likewise.
53361         * sunrpc/rpc/types.h: Likewise.
53362         * sunrpc/rpc/xdr.h: Likewise.
53363         * sunrpc/rpc_clntout.c: Likewise.
53364         * sunrpc/rpc_cmsg.c: Likewise.
53365         * sunrpc/rpc_common.c: Likewise.
53366         * sunrpc/rpc_cout.c: Likewise.
53367         * sunrpc/rpc_dtable.c: Likewise.
53368         * sunrpc/rpc_hout.c: Likewise.
53369         * sunrpc/rpc_main.c: Likewise.
53370         * sunrpc/rpc_parse.c: Likewise.
53371         * sunrpc/rpc_parse.h: Likewise.
53372         * sunrpc/rpc_prot.c: Likewise.
53373         * sunrpc/rpc_sample.c: Likewise.
53374         * sunrpc/rpc_scan.c: Likewise.
53375         * sunrpc/rpc_scan.h: Likewise.
53376         * sunrpc/rpc_svcout.c: Likewise.
53377         * sunrpc/rpc_tblout.c: Likewise.
53378         * sunrpc/rpc_util.c: Likewise.
53379         * sunrpc/rpc_util.h: Likewise.
53380         * sunrpc/rpcinfo.c: Likewise.
53381         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53382         * sunrpc/rpcsvc/key_prot.x: Likewise.
53383         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53384         * sunrpc/rpcsvc/mount.x: Likewise.
53385         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53386         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53387         * sunrpc/rpcsvc/rex.x: Likewise.
53388         * sunrpc/rpcsvc/rstat.x: Likewise.
53389         * sunrpc/rpcsvc/rusers.x: Likewise.
53390         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53391         * sunrpc/rpcsvc/spray.x: Likewise.
53392         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53393         * sunrpc/rtime.c: Likewise.
53394         * sunrpc/svc.c: Likewise.
53395         * sunrpc/svc_auth.c: Likewise.
53396         * sunrpc/svc_authux.c: Likewise.
53397         * sunrpc/svc_raw.c: Likewise.
53398         * sunrpc/svc_run.c: Likewise.
53399         * sunrpc/svc_simple.c: Likewise.
53400         * sunrpc/svc_tcp.c: Likewise.
53401         * sunrpc/svc_udp.c: Likewise.
53402         * sunrpc/svc_unix.c: Likewise.
53403         * sunrpc/svcauth_des.c: Likewise.
53404         * sunrpc/xcrypt.c: Likewise.
53405         * sunrpc/xdr.c: Likewise.
53406         * sunrpc/xdr_array.c: Likewise.
53407         * sunrpc/xdr_float.c: Likewise.
53408         * sunrpc/xdr_mem.c: Likewise.
53409         * sunrpc/xdr_rec.c: Likewise.
53410         * sunrpc/xdr_ref.c: Likewise.
53411         * sunrpc/xdr_sizeof.c: Likewise.
53412         * sunrpc/xdr_stdio.c: Likewise.
53414         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53415         handling.
53417 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53419         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53421 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53423         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53424         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53425         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53426         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53427         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53428         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53429         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53430         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53431         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53432         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53433         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53434         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53435         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53436         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53438 2010-07-26  Anton Blanchard  <anton@samba.org>
53440         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53441         * malloc/arena.c (heap_trim): Likewise.
53443 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53445         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53446         here.  Not...
53447         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53448         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53450 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53452         * sysdeps/i386/elf/Makefile: New file.
53454 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53456         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53457         from fanotify_init.
53458         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53459         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53461 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53463         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53464         of strncasecmp_l.
53465         * sysdeps/multiarch/strcmp.S: Likewise.
53467 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53469         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53470         strncase_l-nonascii.
53471         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53472         Add strncase_l-ssse3.
53473         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53474         * sysdeps/x86_64/strcmp.S: Likewise.
53475         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53476         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53477         * sysdeps/x86_64/strncase.S: New file.
53478         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53479         * sysdeps/x86_64/strncase_l.S: New file.
53480         * string/Makefile (strop-tests): Add strncasecmp.
53481         * string/test-strncasecmp.c: New file.
53483         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53484         warning.
53486         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53487         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53489 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53491         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53493 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53495         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53496         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53497         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53499 2010-05-01  Alan Modra  <amodra@gmail.com>
53501         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53502         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53503         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53504         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53505         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53506         tidying.  Don't tail-call __sigjmp_save for static lib.
53507         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53508         save location.
53509         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53510         (CALL_MCOUNT): Add eh info, and nop after bl.
53511         (TAIL_CALL_SYSCALL_ERROR): New macro.
53512         (PSEUDO_RET): Use it.
53513         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53514         Correct save location of integer regs and cr.
53515         (_dl_profile_resolve): Correct cr save location.  Delete nops
53516         after bl when SHARED.  Reduce cfi size a little by better
53517         placement of cfi directives.
53518         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53519         make a stack frame.  Instead use parm save area as a temp.
53520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53521         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53523         Don't make a stack frame for parent, use parm save area.
53524         Increase child stack frame to 112 bytes.  Don't save unused reg,
53525         and adjust reg usage.  Set up cfi on error recovery and
53526         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53528         (__makecontext): Add dummy nop after jump to exit.
53529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53530         Use correct parm save area and cr save, reduce stack frame.
53531         Correct cfi for possible PSEUDO_RET frame setup.
53532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53533         Branch to local label emitted by PSEUDO_RET rather than
53534         __syscall_error.
53536 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53538         [BZ #11904]
53539         * locale/programs/locale.c (print_assignment): New function.
53540         (show_locale_vars): Use it.
53542 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53544         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53545         field.
53546         (struct statfs64): Likewise.
53547         (_STATFS_F_FLAGS): Define.
53548         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53549         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53550         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53551         (ST_VALID): Define locally.
53552         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53553         __statvfs_getflags, use the provided value.
53554         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53555         __ASSUME_STATFS_F_FLAGS.
53557         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53559         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53560         Add sys/fanotify.h.
53561         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53562         fanotify_mask for GLIBC_2.13.
53563         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53564         fanotify_init and fanotify_mark.
53565         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53566         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53568         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53569         Add prlimit.
53570         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53571         prlimit64 for GLIBC_2.13.
53572         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53573         prlimit64.
53574         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53575         syscall.
53576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53577         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53578         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53579         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53580         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53581         add prlimit alias.
53582         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53584         [BZ #11903]
53585         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53586         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53588         * nss/Makefile: Add rules to build and run tst-nss-test1.
53589         * shlib-versions: Add entry for libnss_test1.
53590         * nss/nss_test1.c: New file.
53591         * nss/tst-nss-test1.c: New file.
53593         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53594         (__nss_configure_lookup): Set appropriate entry in
53595         __nss_configure_lookup to true.
53596         * nss/nsswitch.h: Define enum with indeces of databases in
53597         databases and __nss_database_custom arrays.  Declare
53598         __nss_database_custom.
53599         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53600         to avoid using nscd when custom rules are installed.
53601         * nss/getXXbyYY_r.c: Likewise.
53602         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53604         * nss/nss_files/files-parse.c: Whitespace fixes.
53606 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53608         [BZ #11883]
53609         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53610         * posix/fnmatch_loop.c: Likewise.
53612 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53614         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53615         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53616         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53617         * Versions.def [GLIBC_2.13]: Add.
53619 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53621         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53622         Also fail if tpwd after pwuid call is NULL.
53624 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53626         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53627         when converting to ms.
53629 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53631         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53632         EOPNOTSUPP errors with ENOTTY.
53633         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53634         EOPNOTSUPP errors with ENOTTY.
53636 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53638         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53639         Add strcasecmp_l-ssse3.
53640         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53641         strcasecmp.
53642         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53643         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53644         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53646 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53648         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53650         * string/Makefile (strop-tests): Add strcasecmp.
53651         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53652         strcasecmp_l-nonascii.
53653         (gen-as-const-headers): Add locale-defines.sym.
53654         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53655         * sysdeps/x86_64/strcasecmp.S: New file.
53656         * sysdeps/x86_64/strcasecmp_l.S: New file.
53657         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53658         * sysdeps/x86_64/locale-defines.sym: New file.
53659         * string/test-strcasecmp.c: New file.
53661         * string/test-strcasestr.c: Test both ends of the range of characters.
53662         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53664 2010-07-29  Roland McGrath  <roland@redhat.com>
53666         [BZ #11856]
53667         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53669 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53671         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53672         for ld.so.
53674 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53676         * manual/memory.texi (Malloc Tunable Parameters): Document
53677         M_PERTURB.
53679 2010-07-26  Roland McGrath  <roland@redhat.com>
53681         [BZ #11840]
53682         * configure.in (-fgnu89-inline check): Set and substitute
53683         gnu89_inline, not libc_cv_gnu89_inline.
53684         * configure: Regenerated.
53685         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53687 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53689         * string/test-strnlen.c: New file.
53690         * string/Makefile (strop-tests): Add strnlen.
53691         * string/tester.c (test_strnlen): Add a few more test cases.
53692         * string/tst-strlen.c: Better error reporting.
53694         * sysdeps/x86_64/strnlen.S: New file.
53696 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53698         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53699         lower-latency instructions.
53701 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53703         * string/test-strcasestr.c: New file.
53704         * string/test-strstr.c: New file.
53705         * string/Makefile (strop-tests): Add strstr and strcasestr.
53706         * string/str-two-way.h: Don't undefine MAX.
53707         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53709 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53711         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53712         strcasestr-nonascii.
53713         (CFLAGS-strcasestr-nonascii.c): Define.
53714         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53715         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53716         Remove unused attribute.
53718 2010-07-20  Roland McGrath  <roland@redhat.com>
53720         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53721         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53722         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53723         like LD_HWCAP_MASK can disable hwcaps.
53725 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53727         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53729 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53731         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53732         call in strcasestr.
53733         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53734         __strcasestr_sse42_nonascii.
53735         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53736         strcasestr-nonascii.c.
53737         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53739 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53741         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53742         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53743         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53744         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53746 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53748         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53749         fcntl.
53751 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53753         [BZ #11577]
53754         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53755         dl_signal_cerror.
53757 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53759         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53760         _PC_PIPE_BUF using F_GETPIPE_SZ.
53762 2010-07-05  Roland McGrath  <roland@redhat.com>
53764         * manual/arith.texi (Rounding Functions): Fix rint description
53765         implicit in round description.
53767 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53769         * elf/Makefile: Fix linking for a few tests to make recent linker
53770         happy.
53772 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53774         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53775         $(common-objpfx)libc_nonshared.a.
53777 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53779         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53780         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53781         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53782         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53783         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53784         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53785         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53786         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53801         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53802         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53803         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53804         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53805         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53806         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53807         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53808         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53809         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53810         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53811         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53812         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53828 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53830         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53831         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53832         * string/memmove.c (memmove): Renamed to ...
53833         (MEMMOVE): ...this.  Default to memmove.
53834         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53835         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53836         (END_CHK): Define.
53837         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53838         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53839         mempcpy-ssse3-back memmove-ssse3-back.
53840         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53841         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53842         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53843         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53844         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53845         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53846         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53847         * sysdeps/x86_64/multiarch/memmove.c: New file.
53848         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53849         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53850         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53851         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53852         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53853         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53854         Define.
53855         (index_Fast_Copy_Backward): Define.
53856         (HAS_ARCH_FEATURE): Define.
53857         (HAS_FAST_REP_STRING): Define.
53858         (HAS_FAST_COPY_BACKWARD): Define.
53860 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53862         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53863         Restore proper fallback handling.
53865 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53867         [BZ #11701]
53868         * posix/group_member.c (__group_member): Correct checking loop.
53870         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53871         OOM in getpwuid_r correctly.  Return error number when the caller
53872         should return, otherwise -1.
53873         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53874         call returning > 0 value.
53875         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53877 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53879         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53880         libc_nonshared.a from targets in modules-names.
53882 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53884         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53885         requires it.
53887 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53889         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53890         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53891         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53892         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53894 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53896         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53898 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53900         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53901         and F_GETPIPE_SZ.
53902         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53903         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53904         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53905         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53906         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53907         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53909 2010-06-14  Roland McGrath  <roland@redhat.com>
53911         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53913 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53915         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53916         __REDIRECT followed by __THROW.
53917         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53918         * posix/getopt.h (getopt): Likewise.
53920 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53922         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53923         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53924         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53925         in AT_FLAGS.
53926         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53927         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53929 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53931         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53933 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53935         [BZ #11640]
53936         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53937         Properly check family and model.
53939 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53941         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53943 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53945         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53947 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53949         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53950         symbol reference.
53952 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53954         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53955         symbol reference.
53957 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53959         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53960         and internal_recvmmsg.
53961         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53962         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53963         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53964         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53966         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53967         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53968         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53970 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53972         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53974 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53976         POWER7 optimizations.
53977         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53978         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53980 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53982         * version.h: Update for 2.13 development version.
53984 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53986         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53987         exceptions.  Return 0.
53989 2010-05-07  Roland McGrath  <roland@redhat.com>
53991         * elf/ldconfig.c (main): Add a const.
53993 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53995         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53996         (args_options): Add no-idn option.
53997         (ahosts_keys_int): Add idn_flags to ai_flags.
53998         (parse_option): Handle 'i' option to clear idn_flags.
54000         * malloc/malloc.c (_int_free): Possible race in the most recently
54001         added check.  Only act on the data if no current modification
54002         happened.
54004 See ChangeLog.17 for earlier changes.